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]



Reply via email to