Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error while running TNS utility on IBM AIX

Status
Not open for further replies.

sums

Programmer
May 5, 2004
1
ID
friends,

When I try running tnsping <database_name> on my ibm aix rs6000 box, I get the following error:

Attempting to contact(Address=(Protocol=TCP)(host=<hostname>)(Port=1521))
Message 3509 not found; No message file for product=NETWORK, facility=TNS

Can any one help? The database here is Oracle.
 
This is most likely an oracle client configuration issue rather than AIX...

- Make sure you can successfully ping the <hostname> above.

- Make sure your ORACLE_HOME and PATH environment variables is set correctly.

- Make sure your tnsnames.ora and sqlnet.ora entries is correct.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top