SQL> sp_dropserver ‘oldservername’;
SQL> sp_addserver ‘newservername’;
don’t run in same batch.
the two statements must be executed separately.
via sp_addserver Transact-SQL.
|
||||||
|
SQL> sp_dropserver ‘oldservername’; don’t run in same batch. via sp_addserver Transact-SQL. Type the following command for just this listing, via How to turn on or off colors in bash. 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 |
||||||