Hi, everybody.
I have pl/sql package with an error handling procedure using AUTONOMOUS_TRANSACTION.
I use SQLCODE and SQLERRM functions to get error code and description.
But also i want to log sql text caused the exception.
Is there any way to get it?
DB versions: 10g, 11g.