Operating System - HP-UX
1753448 Members
5784 Online
108794 Solutions
New Discussion юеВ

Re: oracle sqlplus client on hpux 11.00

 
SOLVED
Go to solution
Arunvijai_4
Honored Contributor

Re: oracle sqlplus client on hpux 11.00

Shiv, Hope this link should be enough to configure tnsnames.ora

http://www-rohan.sdsu.edu/doc/oracle/network803/A53746_01/ch6.htm

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Eric Antunes
Honored Contributor

Re: oracle sqlplus client on hpux 11.00

Hi Shivkumar,

See if you have SQL*Net Easy Configuration installed or to install on the CD: it is like a wizard.

Else, check $ORACLE_HOME/network/admin for listener.ora and tnsnames.ora.

tnsnames.ora should have a TCP/IP example like this one:

TCPEXAMPLE.WORLD =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(Host = Production1)(Port = 1521))
(CONNECT_DATA = (SID = ORCL))
)

Best Regards,

Eric Antunes
Each and every day is a good day to learn.
Yogeeraj_1
Honored Contributor

Re: oracle sqlplus client on hpux 11.00

hi,

you can also directly edit the tnsnames.ora file directly or use either of the sqlnet
easy configuration or net manager programs.

e.g.

mydb =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = x.x.x.x)(PORT = 1521))
)
(CONNECT_DATA =
(SID = mydb)
(SERVER = DEDICATED)
)
)


hope this helps too!
kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)