Host String for SQL Plus
637632May 6 2008 — edited May 6 2008Hi,
I am trying to connect to SQL Plus.
What should I specify in host string.
tnsnames.ora has following contents:
apcl.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = IP_ADDR)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = apcl)
)
)
If use apcl.world as host string it gives me following error:
TNS Could not resolve service name.
How do I resolve this,
Thanks in advance,
Raja