Hi,
Use DBNEWID utility to change the database name.
DBNEWID: DBNEWID is a database utility that can change the internal database identifier(DBID) and the database name(DBNAME) for an operational database.
The DBID is an internal unique identifier for a database. Because RMAN distinguishes databse by DBID. The DBNEWID utility allowing you to change any of the following:
- only the DBID of a database
- only the DBNAME of a database
- both the DBNAME and DBID of a database
In your case you only want database name change right.
Changing only the Database Name:Steps as follow:
- SHUTDOWN IMMEDIATE
- STARTUP MOUNT
- open one more terminal and run nid TARGET=sys/change_on_install DBNAME=NEWNAME SETNAME=YES
- modify parameter file (change database new name) and generate a new password file before restarting the database.
- STARTUP
If facing any problems contact me.
Regds
Anurag Mishra
anuragm...@gmail.com