j'essaie de prendre une connexion sur un Oracle9i via le TNS name "test" à partir d'un prog java donc JDBC.
j'ai retiré l'extension .old pour avoir C:\oracle\ora92\network\ADMIN\tnsnames.ora (et ajouté .old à sqlnet.ora)
dump sur ma console:
Trying to get a connection... with init: jdbc:oracle:thin:@test with user: test with passwd: test
SQL exception raised ! java.sql.SQLException: Exception d'E/S: SO Exception was generated
la connexion JDBC fonctionne si je me connecte de manière classique sans le TNS name.
google est assez vague sur "SO Exception" (le coup du LD_LIBRARY_PATH par exemple ne fonctionne pô)
si qq'un a une idée, je suis preneur
--------------- As the plane took off, the pilot turned to the co-pilot and said, “Have you ever flown solo?” Co-pilot: No. Typically I fly much higher than this.
Marsh Posté le 07-05-2004 à 11:00:51
Yop,
j'essaie de prendre une connexion sur un Oracle9i via le TNS name "test" à partir d'un prog java donc JDBC.
j'ai retiré l'extension .old pour avoir C:\oracle\ora92\network\ADMIN\tnsnames.ora (et ajouté .old à sqlnet.ora)
dump sur ma console:
Trying to get a connection...
with init: jdbc:oracle:thin:@test
with user: test
with passwd: test
SQL exception raised !
java.sql.SQLException: Exception d'E/S: SO Exception was generated
si qq'un a une idée, je suis preneur
---------------
As the plane took off, the pilot turned to the co-pilot and said, “Have you ever flown solo?” Co-pilot: No. Typically I fly much higher than this.