Technology Stack - EBS (MOSC)

MOSC Banner

EBS remote_listener parameter with scan address

edited May 8, 2019 5:07AM in Technology Stack - EBS (MOSC) 2 commentsAnswered

Hello ladies and gentlemen,

                                            I hope i can describe my issue clearly. I was folloiwng the most document for configuring EBS on RAC (If you need to know the doc id1490850.1).  As part of the steps, i set the remote_listener parameter to "auto config" alias called TESTCOLA_REMOTE.

After running autoconfig,

TESTCOLA_REMOTE alias under $TNS_ADMIN get rewritten to

TESTCOLA_REMOTE=

        (DESCRIPTION=

            (ADDRESS_LIST=

                (ADDRESS=(PROTOCOL=tcp)(HOST=zsc-hostname-vip.zeusinc.com)(PORT=1531))

            )

        )

The correct entry for this alias shoudl've been

TESTCOLA_REMOTE=

        (DESCRIPTION=

            (ADDRESS_LIST=

                (ADDRESS=(PROTOCOL=tcp)(HOST=10.250.90.214)(PORT=1521))

                (ADDRESS=(PROTOCOL=tcp)(HOST=10.250.90.215)(PORT=1521))

            )

        )

Result of that my database services aren't registering with the scan listener, after adconfig because of incorrect REMOTE_LISTENER

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center