oracle11g - change database name controlfiles after restore? -
I have restored the database with another database named Database DB 01
It is in STARTED position (Not mounted) and it seems that I can not change the name if it is not mounted, and I can not mount it due to name, how is it possible to solve this problem?
I have a full backup from RMAN DB on my existing server which is hosting database db 01 initdb01.ora is ready and configured with db 01
I will be forward What can I do
nid did not help! It asks for the database to mount! I can not mount it
ORA-01103: The database name in the control file is not 'DB' 'DB 01' Then set DB_N as DB, restart after opening the database, you can change the database name using the NID utility. Please see the link:
SQL & gt; Optional system set DB_NAME = DB scope = sphile;
Comments
Post a Comment