Manually creating views on Oracle
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.
If you used 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.
Table, index, and sequence create DDLs are created during installation. These reside in install_dir/repository/scripts directory.