ORA-01103:
608173Dec 3 2007 — edited Dec 3 2007Hello Gurus
I have a two server say A and B. In A i m having the database name ta290 and B dta290 respectively. In the server A i have created the Standby Controlfile and copy the control file to server B as defined in initB.ora. I try to start the commend with
Alter database mount standby database.
It show the following error
SQL> startup nomount
ORACLE instance started.
Total System Global Area 268435456 bytes
Fixed Size 1288940 bytes
Variable Size 121636116 bytes
Database Buffers 142606336 bytes
Redo Buffers 2904064 bytes
SQL> alter database mount standby database;
alter database mount standby database
*
ERROR at line 1:
ORA-01103: database name 'TA290' in control file is not 'DTA290'
Thanks
Hamid