I am using WL server 6.1 where I have deployed my contained managed entity beans. I use entity beans (
EJB 1.1) to write data to my Oracle (8.1.7) tables. Some of the tables contain fields where rich text data is inserted and we are using LONG data type for these fields. As far as i know, maximum size for Oracle long data type fields are 2GB. But When my application tries to write data through entity beans, its failing after 4000 (approximatey) characters. The error message is :
---
<Exception in ejbStore: java.sql.SQLException: Data size bigger than max size for this type: 6072
java.sql.SQLException: Data size bigger than max size for this type: 6072
---
Any body can give me a clue why this is happening ? Anything to do with my configuration / CMP ?
Thanks in advance
SK