Manually creating views on Oracle

Configure your Oracle database for your production environment to create views for your schema.

To configure your Oracle database for your production environment, you must set up and run two scripts, Interop_Views.sql and ImportExport_View.sql, to create the views for your schema.

These script files reside in the <INSTALL_DIR>\database\oracle\scripts\CustomDBViews\transaction directory.

Table, index, and sequence create DDLs are created during installation. These reside in the install_dir\repository\scripts directory.

If you plan to use the silent install method and set the -nodbverify option to true, you will also need to create the tables, indexes, sequences, and so forth for your schema.