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

Home -> Community -> Mailing Lists -> Oracle-L -> JDBC & NVARCHAR2 w/ EJBs

JDBC & NVARCHAR2 w/ EJBs

From: Suzy Vordos <lvordos_at_datsit.com>
Date: Tue, 07 Nov 2000 15:03:10 -0700
Message-Id: <10673.121370@fatcity.com>


We are having problems Weblogic EJBs interacting with NVARCHAR2 datatypes over JDBC. The EJB container translates requests into JDBC prepared statements in Java, then calls setters on the prepared statement to set column values for DML actions. Apparently, the Oracle JDBC driver doesn't support using setters for the NVARCHAR2 datatype. We are using Oracle JDBC drivers in classes12.zip, the database character set is UTF-8.

Does anyone know of a solution or workaround for this?

Thanks,
Suzy Vordos Received on Tue Nov 07 2000 - 16:03:10 CST

Original text of this message

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