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!

Ezconnect, Listener and Localhost

cptkirkshApr 9 2018 — edited Apr 10 2018

I want to use the following string to connect to my Oracle 12c RAC.

CONNECT username/password@localhost:1521/service.mydbhost.com

What is the best way or should I even try to configure the listener to listen on the localhost? 

It works on my single node boxes but not the RAC.

We are utlizing dynamic registration and the LOCAL_LISTENER parameter stores this..

SQL> show parameter LOCAL_LISTENER;

NAME                                 TYPE        VALUE

------------------------------------ ----------- ------------------------------

local_listener                       string       (ADDRESS=(PROTOCOL=TCP)(HOST=

                                                 192.168.1.1811)(PORT=1521))

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 8 2018
Added on Apr 9 2018
7 comments
617 views