ERROR [org.jboss.messaging.util.ExceptionUtil] Queue[null, name=A] startService java.sql.SQLException: Bigger type length than Maximum at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70) at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133) at oracle...
Recently, we enhanced the functionality and The length of the input xml string gets increased (crosses 32K) in some scenario. When the length is greater than 32K, we are getting following exception: java.sql.SQLException: Data size bigger than max size for this type For all other instanc...
Nowadays 'xorrisofs' is in general considered "better" than the traditional 'mkisofs' (I know basically nothing about the details of making ISO images so I cannot explain why 'xorrisofs' is considered "better" than 'mkisofs'). Using 'xorrisofs' preferred was added via fb5bebc that points ...
java.sql.sqlexception data size bigger than max size for this type. I've searched it in Google and everyone says that you should use a BLOB type instead of a LONG RAW, but my problem is that I'm using BLOB to store a 17k image in the database. My code is as follows: ? 1 ...