Logical Standby Database [message #335167] |
Mon, 21 July 2008 05:17 |
tkmittal1
Messages: 143 Registered: May 2007 Location: Delhi
|
Senior Member |
|
|
Hi
I m creating the logical standby database using rman. I have successfully restore the database using
========================================
DUPLICATE TARGET DATABASE FOR STANDBY;
========================================
but while opening the database i facing some problem
===========================================
SQL> ALTER DATABASE mount standby database;
Database altered.
SQL> ALTER DATABASE GUARD ALL;
Database altered.
SQL> ALTER DATABASE OPEN RESETLOGS;
ALTER DATABASE OPEN RESETLOGS
*
ERROR at line 1:
ORA-01666: control file is for a standby database
==========================================================
Kindly suggest
|
|
|
|
|
|
|
|
|
|
|