Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> SQLJ on Linux RH6.0
Hello,
I have some pb when using SQLJ
[oracle_at_linux-02 oracle]$ cd /usr/local/sqlj/demo
[oracle_at_linux-02 demo]$ echo $CLASSPATH
.:/usr/local/jdk118/lib/classes.zip
[oracle_at_linux-02 demo]$
CLASSPATH=$CLASSPATH:/usr/local/sqlj/lib/translator.zip
[oracle_at_linux-02 demo]$ java TestInstallCreateTable
java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getConnection(Compiled Code) at java.sql.DriverManager.getConnection(Compiled Code) at sqlj.runtime.ref.ConnectionContextImpl.<init>(Compiled Code) at sqlj.runtime.ref.DefaultContext.<init>(Compiled Code) at oracle.sqlj.runtime.Oracle.getConnection(Compiled Code) at oracle.sqlj.runtime.Oracle.getConnection(Compiled Code) at oracle.sqlj.runtime.Oracle.getConnection(Compiled Code) at oracle.sqlj.runtime.Oracle.getConnection(Compiled Code) at oracle.sqlj.runtime.Oracle.getConnection(Compiled Code) at oracle.sqlj.runtime.Oracle.connect(Compiled Code) at TestInstallCreateTable.main(Compiled Code)
Can you help me
Jose NEBOT Received on Sun Dec 19 1999 - 04:50:22 CST
![]() |
![]() |