0 Replies Latest reply on Jan 16, 2004 12:27 AM by marcoyeung

    Oralce 8.1.7 character set mismatch with entity bean

    marcoyeung

      Hi all,
      I have a entity bean mapped to a table with a column nvarchar2(25). but when I try to create my entity bean , it throws the following error from Oracle, and failed to create bean.

      is there any one know how to solve it? my program is going to support Globalization.


      [java] javax.ejb.CreateException: Could not create entity:java.sql.SQLException: ORA-06550: line 1, column 103:
      [java] PLS-00560: character set mismatch
      [java] ORA-06550: line 1, column 7:
      [java] PL/SQL: SQL Statement ignored


      many thanks
      Marco