Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> java.sql.SQLException: No suitable driver

java.sql.SQLException: No suitable driver

From: raghu <raghu_vnin_at_yahoo.com>
Date: 19 Apr 2007 09:04:08 -0700
Message-ID: <1176998648.596410.105130@b75g2000hsg.googlegroups.com>


My application is connecting to a 10g database through 9i client. OS is HP-UX. I get the following error:

java.sql.SQLException: No suitable driver

        at java.sql.DriverManager.getConnection(DriverManager.java: 532)

        at java.sql.DriverManager.getConnection(DriverManager.java: 171)
.....

Classpath is

/ora/product/9.2.0/client/jdbc/lib/nls_charset12.zip:/ora/product/
9.2.0/client/jdbc/lib/classes12.zip:/ora/product/9.2.0/client/jdbc/lib/
ojdbc14.jar:/ora/product/9.2.0/client/jdbc/lib/classes12.jar:/ora/
product/9.2.0/client/jdbc/lib/nls_charset12.jar:/home/inbasp/dbteam/ version/config:/opt/cbus1.3.d02/bin/CBus.jar

What could be wrong here? Received on Thu Apr 19 2007 - 11:04:08 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US