Hi
The tns entry should look like this
and then you could do something likeCode:oracle = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.162)(PORT = 1521)) ) (CONNECT_DATA = (SERVICE_NAME = Oracle) ) )
sqlplus scott@oracle




Reply With Quote