- Where Developers Learn, Share, & Build Careers


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 the 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.

  SQL & gt; Optional system set DB_NAME = DB scope = sphile;   

Please see the link:

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -