cancel
Showing results for 
Search instead for 
Did you mean: 

error code :java.sql.SQLException: ORA-01722

Former Member
0 Kudos

Hi xi er's

AppTalk Adapter which transfers the SKU details from SAP to UK sign DB has failed due to invalid data type value found while inserting into the database. We processes the data from the SAP queue

we get the error message : java.sql.SQLException: ORA-01722

we can we process this issue

regards,

Surya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Surya,

java.sql.SQLException: ORA-01722

This isn't related to JDBC. Check your query

Cause: The attempted conversion of a character string to a number failed because the character string was not a valid numeric literal. Only numeric fields or character fields containing numeric data may be used in arithmetic functions or expressions. Only numeric fields may be added to or subtracted from dates.

Action: Check the character strings in the function or expression. Check that they contain only numbers, a sign, a decimal point, and the character "E" or "e" and retry the operation.

Regds,

Pinangshuk.