I tried your advice before. I set the property as String and the hibernate
generated this property as nvarchar into database. Then I modify this
property into CLOB datatype but the data_length of this property just is
4000. I don't how to persist my data over 4000 characters.


Allan Ang wrote:
> 
> well you could set the property in your model object as String and set the
> datatype in Oracle as CLOB. That will work. 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-insert-a-large-character-object-into-Oracle-database-from-Appfuse.-tf4833863s2369.html#a13830336
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to