listener not detecting db in nomount state
hey guys
im creating a standby database and im having trouble cos my listener is not recognising the database in nomnt state.
below is the entry that i have addded to the listener.ora file.
SID_LIST_listener=
(SID_LIST=
(SID_DESC=
(GLOBAL_DBNAME=C4TSTDBY)
(SID_NAME=C4TSTDBY)
(ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1))
)
but it still shows ad the instance is blocked.
thanks