Technology Stack - EBS (MOSC)

MOSC Banner

adgentns.pl script not creating with service names

edited Oct 3, 2012 11:30PM in Technology Stack - EBS (MOSC) 2 commentsAnswered ✓
tnsnames.ora is not creating with service name.


Run  rapidclone is not creating connecting string with service name and creating as with SIDS.

adgentns.pl   script not creating with service names

perl adgentns.pl  appspass=devmoi  contextfile=/u01/oracle/visappl/admin/TEST_hostname.xml is creating as like this

HRTEST = (DESCRIPTION=
                (ADDRESS=(PROTOCOL=tcp)(HOST=testserver)(PORT=1521))
                (CONNECT_DATA=(SID=HRTEST))
            )

with manual entries


HRTEST=
        (DESCRIPTION=
                (ADDRESS=(PROTOCOL=tcp)(HOST=testerver)(PORT=1521))
            (CONNECT_DATA=
                (SERVICE_NAME=HRTEST)
                (INSTANCE_NAME=HRTEST)
            )
        )

and ran perl adcfgclone.pl appsTier eventhough it is creating with sids in connection_data  tnsnames.ora and same issue with jdbc url

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