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 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 Possible Cause : root.sh not run after the EM 10G installation. Fix: $ ls -al nmo These should be of the form : -rwsr-s— 1 root dba 22465 Apr 13 17:53 nmo |
||||||
|
Copyright © 2010 Malcolm's Tech Tips - All Rights Reserved |
||||||