cancel
Showing results for 
Search instead for 
Did you mean: 

java.sql.SQLException: Bigger type length than Maximum

vishnu_pallamreddy
Contributor
0 Kudos

Hi All,

My scenario os ECC to JDBC Synchronous.

I am getting below error.

com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'amgen_order_processing_pkg.AMGEN_PRICE_ORDER' (structure 'StatementName'): java.sql.SQLException: Bigger type length than Maximum



Why I am getting this error.

what are the possible solutions?



Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Vishnu,

The problem seems to be in certain data that the driver can't interpret. The solution more recommended is to upgrade the driver version. Please check this thread OraFAQ Forum: JDeveloper, Java & XML » Re: Bigger type length than Maximum

Regards.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Vishnu,

In the procedure(in one of the insert/update statements), you have a field in which the value length is greater than the SQL database table field permitted.

Regards,

Souvik