Database Administration (MOSC)

MOSC Banner

Unable to connect using SQLPLUS for windows

edited Dec 17, 2016 5:32AM in Database Administration (MOSC) 6 commentsAnswered

I'm using 12.1.0.2.0 sqlplus for windows (client) and same version of database on Linux, When I use the TNS entry below I can connect to SQLPLUS from Linux server but not windows.

GPS1D =

  (DESCRIPTION =

    (ADDRESS_LIST =

      (LOAD_BALANCE=on)

      (ADDRESS = (PROTOCOL = TCP)(HOST = lnx-cluster07d-scan.ca.mscibcwm.com )(PORT = 1568))

    )

    (CONNECT_DATA =

       (SERVER = DEDICATED)

       (SERVICE_NAME = GPS1DSVC)

    )

  )

nslookup works from windows

C:\Users\sharmmuk>nslookup lnx-cluster07d-scan.ca.mscibcwm.com

Server:  unixl15.mscibcmmi.hp.int

Address:  172.16.128.20

Non-authoritative answer:

Name:    lnx-cluster07d-scan.ca.mscibcwm.com

Addresses:  10.240.71.145

          10.240.71.146

          10.240.71.147

Windows returns me error , ORA-12545: Connect failed because target host or object does not exist.

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