Hi , I have the same problem as you. I tried your solution but here's what I got :
bash-2.05$ loadjava -thin -u scott/tiger@wagner:1521:CORP -v -resolve itext-1.4.jar
arguments: '-thin' '-u' 'scott/tiger@wagner:1521:CORP' '-v' '-resolve' 'itext-1.4.jar'
SQL Error while connecting with thin driver to wagner:1521:CORP: Io exception: The Network Adapter could not establish the connection
exiting : could not open connection
there is my tnsname.ora info :
WAGNER =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.50.59)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = CORP)
)
)
What can be the problem? Is it the thin driver?