Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to catch sql sentence that throws an error

jsanzaMay 12 2011 — edited May 12 2011
Hello,


An application is not working because throws the following oracle sql error:

ORA-01406: fetched column value was truncated

There are no developers whose maded this application and not source code ...

I am trying to find out what sql sentence from this program is throwing this error ... and fix the column table size , ...

Googling i've found that an solution could be create a system trigger to catch errores, but these trigger don't show this error and it happens ...

http://stackoverflow.com/questions/492705/is-there-any-way-to-log-all-failed-sql-statements-in-oracle-10g

Any way to get what sentence throws ora-01406 ??

thank you
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 9 2011
Added on May 12 2011
2 comments
232 views