cancel
Showing results for 
Search instead for 
Did you mean: 

Error while inserting Negative values in Oracle database : Proxy to JDBC scenario

0 Kudos

Hello,

Am working on a Proxy to JDBC scenario.

The interface works fine , but the issue is am not able to insert any negative values into the database. For example the quantity field = - 115.9, its failing in PI with the below error.

Error when executing statement for table/stored proc. 'TABLENAME' (structure 'StatementName'): java.sql.SQLSyntaxErrorException: ORA-00936: missing expression.

Please help with inputs .

Thanks,

Zameera.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Resolved. Quantity field changed to TYPE FLTP.