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 -> Re: Connecting to Oracle with JSP (Newbie)

Re: Connecting to Oracle with JSP (Newbie)

From: Galen Boyer <galenboyer_at_hotpop.com>
Date: 23 Jul 2002 19:33:22 -0500
Message-ID: <un0shrdzr.fsf@hotpop.com>


On 23 Jul 2002, matheson_paul_at_hotmail.com wrote:
> Hi,
> Class oracle.jdbc.driver.OracleDriver not found.
>
> The part of the code the error points to is:
>
> DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());

Put classes12.zip in your CLASSPATH. This is usually found in $ORACLE_HOME/jdbc/lib.

-- 
Galen deForest Boyer
Sweet dreams and flying machines in pieces on the ground.
Received on Tue Jul 23 2002 - 19:33:22 CDT

Original text of this message

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