derekludwig
Programmer
Have a co-worker trying to run sqlplus from windows-2000 in order to connect to a database on a Solaris system. The tnsnames.ora contains:
FRED =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = name)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = fredb )
(SID_NAME = fredb )
)
)
She enters her username, password, and is using FRED for the host string. The error generated is:
ORA-12154: TNS:could not resolve service name
As this is outside my expertise, I figured all you oracle experts have seen this before, and can tell me what to tell her, so I can look like the professional I am [not ].
----------------
Derek Ludwig
derek<at>ludwig.com
FRED =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = name)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = fredb )
(SID_NAME = fredb )
)
)
She enters her username, password, and is using FRED for the host string. The error generated is:
ORA-12154: TNS:could not resolve service name
As this is outside my expertise, I figured all you oracle experts have seen this before, and can tell me what to tell her, so I can look like the professional I am [not ].
----------------
Derek Ludwig
derek<at>ludwig.com