Might be you are using the default connection pool provided by the
driver,Use DBCP package.
I hope it will work
Thanks
nitin
----- Original Message -----
From: "Nihita Goel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 18, 2003 10:43 AM
Subject: Problems in connecting to Oracle database


>     I am having a strange problem in connecting to Oracle database
> through Java Servlets/beans.
>
>    I am using Tomcat 4.1.18 standalone on Red Hat Linux 7.3.  The jdbc
> drivers are getting loaded (Class.forName(oracle.jdbc.OracleDriver)
> however the getConnection("jdbc:oracle:oci8:@db",user,pass) method fails
> with an SQlException  - "java.sql.SQLException: Character Set Not
> Supported !!: DBConversion"
> from the same machine I am otherwise able to connect to @db using
> sqlplus [EMAIL PROTECTED] from the Linux prompt.
>
> Can anyone suggest what could be the problem?
>
> Thanks
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to