Changing Database Name
I'm working with a 3rd party vendor called Delphix. They have a database that can not be opened and must stay in mount mode. I just refreshed that database from another database using RMAN. The database names do not match and I need to change the database name to the original name. I am running the nid command to do that.
nid TARGET=sys/###################@v06or420 dbname =v01or012 SETNAME=YES LOGFILE=change_db_name.log
I don't know the password for this database since it never gets opened and someone else created it. How can I change this password or can the nid command be somehow used without a password?