Unable to connect using SQLPLUS for windows
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.