|
On your main server, do a FULL export of your database.
On your secondary server, do the following:
- Create a database which mimics the main one. You can use Database Configuration Assistant (DBCA) if you want or hopefully you have the create scripts from your main database which you can simply execute on the secondary server.
- If you use DBCA, all the appropriate scripts (like CATEXP.sql) should be run automatically OR if you're using your own scripts, CATEXP.sql should run after the database is created and the CATALOG and CATPROC scripts are ran.
- Copy (ftp or whatever method you use) the export file from your main server to your secondary server.
- Execute import with the FULL option.
That's it.
See the Oracle Utilities document for more information on the Import and Export utilities.
For More Information
|