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

Home -> Community -> Usenet -> c.d.o.server -> Re: Servlet has problem to connect to Oracale database.

Re: Servlet has problem to connect to Oracale database.

From: James Driscoll <maus_at_io.com>
Date: 1998/04/29
Message-ID: <3546cbd0.593557@news.earthlink.net>#1/1

At a guess, you're using a type 2 driver, which requires other setup besides just putting classes in a classpath (for instance, native code must be findable by the executing program). Without more information, it's impossible to tell you.

Jim

On Tue, 28 Apr 1998 15:52:22 -0700, albert.liu_at_webnex.com wrote:

>I try to use java servlet to connect Oracle database, but I got
>following error message.
>
>
>java.sql.SQLException: Error while trying to retrieve text for
>error ORA-12154
>SQLState:
>Message: Error while trying to retrieve text for error ORA-12154
>Vendor code: 12154
>
>What is wrong for that? I successfully test the Java class without
>servlet.
>
>Any idea?
>
>Albert
Received on Wed Apr 29 1998 - 00:00:00 CDT

Original text of this message

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