ORA-01033: ORACLE initialization or shutdown in progress (standby error)
VipinKDec 10 2010 — edited Dec 10 2010Hi 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