vote up 1 vote down star

Trying to establish a connection between my windows box (2003 server) and the oracle (11g) database.

I'm able to successfully ping the oracle host from the windows box. However tnsping command fails with the error tns-12532 error.

Any ideas to solve this issue?

flag
Can connect to it okay from another pc? – hamishmcn Nov 14 '08 at 10:40
Want to post the TNS connect descriptor you're using? – Dave Costa Nov 14 '08 at 14:49

2 Answers

vote up 0 vote down

Sorry for the obvious question, but have you confirmed that you can connect to the db from another pc?

link|flag
vote up 1 vote down

From the Oracle Error Messages documentation:

ORA-12532: TNS:invalid argument

Cause: An internal function received an invalid parameter.

Action: Not normally visible to the user. For further details, turn on tracing and reexecute the operation. If error persists, contact Oracle Customer Support.

Have you followed that path yet?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.