> String url = "jdbc:pool:oracle:thin:@localhost:1521:MY_DB";
Since you are using thin oracle client driver, I think the "pool" should not
be there.  In my work place, I use only this connection URL string.

    String url = "jdbc:oracle:thin:@host:port:sid"

- Hari.


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 01, 2001 9:57 PM
Subject: No suitable driver


Hi!

Thank you, Cory.

I've got another problem after enclosing the variables in quotes:

-----------//---------------------
Internal Servlet Error:

javax.servlet.ServletException: No suitable driver
at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageCont
extImpl.java:459)
-----------//-------------------

How must I install JDBC drivers?

My configuration:
CLASSPATH=/u01/app/oracle/product/8.0.5/jdbc/lib/classes111.zip


---------------------------------------------------------
This mail was sent through Eoffice: http://www.eoffice.dk


Reply via email to