-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: ORA-24816:Expanded non LONG bind data-Audit tables LOB field
PostPosted: Mon May 20, 2013 3:33 am 
Newbie

Joined: Mon May 20, 2013 3:16 am
Posts: 1
Hi, I'm using hibernate version 4.2.1.Final with oracle10g, I have upgraded to this version because of ORA-24816 error with @Lob fields.

I see there is a fix for this error in here

https://hibernate.atlassian.net/browse/HHH-4635

However, this fix applies only with the entities, if this is audited entity and have audited lob field, When I update that entity hibernate sorts the update property as expected(lob field at the end), but a record is being inserted to the audit table with wrong properties sorting.

Example: insert into entity (columnA, columnB, columnC ,...., columnWITHCLOB) // here clob is at the end as expected,
but here: insert into audited_entity (columna, columnWITHCLOB, columnb, columnc,....) // why clob field is not at the end?

I get ORA-24816 error here.

Any fix for that ?


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.