Run the “catexp.sql” as SYS. The file is located in $ORACLE_HOME/rdbms/admin.
SQL> @?/rdbms/admin/catexp.sql
|
||||||
|
Run the “catexp.sql” as SYS. The file is located in $ORACLE_HOME/rdbms/admin. SQL> @?/rdbms/admin/catexp.sql SQL> sp_dropserver ‘oldservername’; don’t run in same batch. via sp_addserver Transact-SQL. Moving a database to a new oracle home, owned by a different user and running a newer version. NOTE : This is how is worked in my environment. It might not work the same in your environment. This is meant as a guide only. Check what character set you are using at the moment. Shutdown the database. Startup in mount mode. Restrict the database. Check the current job_queue_processes setting. Set it to 0 for now. Open the database. Change the character [...] Some files that you get from Oracle download come in cpio format. gunzip lnx_920_disk1.cpio.gz Next unpack the contents of the files: cpio -idmv < lnx_920_disk1.cpio |
||||||
|
Copyright © 2010 Malcolm's Tech Tips - All Rights Reserved |
||||||