[jboss-user] [EJB 3.0] - .. problems with clob's and oracle (ojdbc14_g)
urbanj
do-not-reply at jboss.com
Wed Jul 2 11:56:14 EDT 2008
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
More information about the jboss-user
mailing list