You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by wilberto <wi...@ec-red.com> on 2006/04/07 19:26:21 UTC

Blob Max Size in Oracle?

Hi
I'm saving a blob file in database but the next error message is showed: 


06/04/07 12:11:29 gob.pe.mtc.framework.exception.NegocioException: 
com.ibatis.dao.client.DaoException: Failed to execute queryForObject - id 
[PSST_ARCHIVO.SAV], parameterObject 
[gob.pe.mtc.siict.bus.soporte.pojo.Archivo@706].  Cause: 
com.ibatis.common.jdbc.exception.NestedSQLException:
 --- The error occurred in 
gob/pe/mtc/siict/dat/soporte/ibatis/sqlmapdao/sql/PSST_ARCHIVO.xml.
 --- The error occurred while applying a parameter map.
 --- Check the PSST_ARCHIVO.SAV-InlineParameterMap.
 --- Check the parameter mapping for the 'arcArchivo' property.
 --- Cause: java.sql.SQLException: El tamaño de los datos es mayor que el 
tamaño máximo para este tipo: 109678
Caused by: java.sql.SQLException: El tamaño de los datos es mayor que el 
tamaño máximo para este tipo: 109678
Caused by: com.ibatis.common.jdbc.exception.NestedSQLException:
 --- The error occurred in 
gob/pe/mtc/siict/dat/soporte/ibatis/sqlmapdao/sql/PSST_ARCHIVO.xml.
 --- The error occurred while applying a parameter map.
 --- Check the PSST_ARCHIVO.SAV-InlineParameterMap.
 --- Check the parameter mapping for the 'arcArchivo' property.
 --- Cause: java.sql.SQLException: El tamaño de los datos es mayor que el 
tamaño máximo para este tipo: 109678
Caused by: java.sql.SQLException: El tamaño de los datos es mayor que el 
tamaño máximo para este tipo: 109678 

HOw i can save files bigger than  109678 ?