Changes DBNAME & DBID
Changes DBNAME & DBID
STEP 5: Start only one instance in nomount mode and change db_name
parameter
SQL> startup nomount
ORACLE instance started.
Total System Global Area 2751459792 bytes
Fixed Size 9138640 bytes
Variable Size 637534208 bytes
Database Buffers 2097152000 bytes
Redo Buffers 7634944 bytes
STEP 6: Start only one instance in mount mode and open the database
with resetlogs option
SQL> startup mount
ORACLE instance started.
Total System Global Area 2751459792 bytes
Fixed Size 9138640 bytes
Variable Size 637534208 bytes
Database Buffers 2097152000 bytes
Redo Buffers 7634944 bytes
Database mounted.