Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> JDBC & NVARCHAR2 w/ EJBs
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