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!

Sqlplus connection issue with multiple instance

yoshiishiMay 15 2015 — edited May 18 2015

Hi,

I have 2 oracle instances.

The first one, from the command prompt, I connect using sql plus no issue.

I can connect using syntax : sqlplus xxx/xxxx or sqlplus xxx/xxx@xxx for the default instance and it connects.

But for the second instance :sqlplus xxx/xxxx@xxxx , it just hangs, nothing happens.

I have to set the oracle_sid to point to the second instance, then I can connect. But then I wont be able to connect to the first instance, unless I point

the oracle_sid back.

My lsnrctl seem to be working fine, the listener log shows nothing, tnsping work as well for both instances.

This is the first time I am experiencing this. I have even deleted the second instance and created a second new instance but with the same issue.

Anyone can tell me know could be the issue with this?

Thanks in advance.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 15 2015
Added on May 15 2015
18 comments
4,272 views