dreampolice
Technical User
An Oracle 9i database I was connecting to was moved to another server.
I was given a new hostname and sid which I changed in my tnsnames.ora for my Oracle Client.
I can ping the server using ftp such as:
ping ftp.myserver.here.com
I try and connect using Oracle Client and using the command:
and they both gave me the following error:
ORA-12537: TNS:connection closed
Please advise?
I was given a new hostname and sid which I changed in my tnsnames.ora for my Oracle Client.
I can ping the server using ftp such as:
ping ftp.myserver.here.com
I try and connect using Oracle Client and using the command:
Code:
tnsping ftp.myserver.here.com
ORA-12537: TNS:connection closed
Please advise?