ORA-01033: ORACLE initialization or shutdown in progress at client side
950610Jul 19 2012 — edited Aug 15 2012This is my client TNS entry
myApp =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = primhost)(PORT = 1944))
(ADDRESS = (PROTOCOL = TCP)(HOST = dghost)(PORT = 1946))
)
(CONNECT_DATA =
(SERVICE_NAME = dbname)
)
)
I have 2 listeners configured on the Primary, running at 1944 and second one at 2873 which is for shipping the redo to standby
I have 2 listeners configured on standby one running at 1946 and second one at 2873 which is for shipping redo back to primary during switchover
So i tried client TNS entry with PORT 2873 as well, still i get the same error. Even tried with FAILOVER=yes, still i got the same error.
Any help is aprreciated