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!

ORA-01033: ORACLE initialization or shutdown in progress (standby error)

VipinKDec 10 2010 — edited Dec 10 2010
Hi all,

OS : SunOS 5.10 Generic_144488-02 sun4u sparc SUNW,Sun-Fire-880
Database : 10.2.0.4

I made physical standby database from primary to stanby using RMAN as

rman target / nocatalog sys/password@standby

RMAN>run {
allocate auxiliary channel ch1 device type disk;
duplicate target database for standby;
}

standby creation finished sucessfully , but when i performed log switch and forcely archive the current log the arhive was not trasferring.

while trying to connect from primary to standby as :

conn sys/password@standby (the below error displaying)
ORA-01033: ORACLE initialization or shutdown in progress

On stanby also the same error coming while connecting to sys/password@standby

but while setting export ORACLE_SID=standby and ORACLE _HOME i can be able to connect to sqlplus and managed standby database in recovery mode.

I am not confused why sys/password@standby is not being connecting ..
Please help !

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 7 2011
Added on Dec 10 2010
18 comments
11,219 views