Hi all,

.. i try to get a clob this way:

======================================

@Entity @Table(name="TableName")
  | @Cache(usage = CacheConcurrencyStrategy.READ_ONLY)
  | public class ClassNamet {
  |     ***
  |                 **
  |                 *
  |     @Column(name="clob_col")
  |     private Clob contentAlt; 
  | ...
  | ..
  | .
======================================

and get this error

17:22:07,200 WARN  [JDBCExceptionReporter] SQL Error: 932, SQLState: 42000
  | 17:22:07,200 ERROR [JDBCExceptionReporter] ORA-00932: inconsistent 
datatypes: expected - got CLOB

.. i read lots of stuff about bugs in the jdbc drivers, but i need a solution. 
So if anybody knows something, please let me know!!!!!

Thanks a lot,
joern


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162116#4162116

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162116
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to