Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

oracle dataguard. need ur help gurus

582525Sep 14 2007 — edited Sep 19 2007
gurus,

i do :
select switchover_status from v$database;

result is : session active

then,

i do :
alter database commit to switchover to physical standby with session shutdown;
database altered

but when, i query
select switchover_status from v$database;
it's still session active

so, i shutdown immediate on primary database
but when i wanted to startup mount the primary database

i got an error,

SQL> startup mount;
ORACLE instance started.

Total System Global Area 135338868 bytes
Fixed Size 453492 bytes
Variable Size 109051904 bytes
Database Buffers 25165824 bytes
Redo Buffers 667648 bytes
ORA-01666: controlfile is for a standby database

and my primary db still in nomount state

Gurus, what should i do

regards
abip

Message was edited by:
abip
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 17 2007
Added on Sep 14 2007
4 comments
308 views