[-dbset dbset_name] cq_login cq_password to_db_vendor to_server to_database
to_dbo_login to_dbo_password to_rw_login to_rw_password to_ro_login to_ro_password
"connect_options"
The installutil copyschemarepo subcommand makes a copy of a schema repository. This command locks the original schema repository for the duration of the copy operation. Once complete, the original schema repository is unlocked.
The installutil copyschemarepo subcommand is similar to the installutil convertschemarepo subcommand. One difference is that the installutil convertschemarepo subcommand keeps the original database locked after the copy operation is complete. Also, the installutil convertschemarepo subcommand updates the new database with the correct location information. In contrast, the installutil copyschemarepo subcommand duplicates the original schema repository, retaining the original location information.
All schemas must be checked in before using the just-mentioned installutil subcommands. Otherwise, the commands will fail with an error similar to this:
The INSERT INTO statement contains the following unknown field name: ’field_name’. Make sure that you have typed the name correctly, and try the operation again.
installutil copyschemarepo -dbset MySR MySRadmin MySRpassword ORACLE SID MySRcopy
MySRcopyuser MySRcopypassword MySRcopyuser MySRcopypassword MySRcopyuser MySRcopypassword
"LOB_TYPE=CLOB"