Skip to Main Content

Database Software

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 at client side

950610Jul 19 2012 — edited Aug 15 2012
This 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 12 2012
Added on Jul 19 2012
14 comments
3,371 views