Hi All,
I have an Oracle package with stored procedures which I call from Impromptu Query, it works very well if there is no exception raised. However, when an user exception is raised, the Oracle Error Message doesn't get display.
For example, I raise an application exception with the following code:
Impromtu displays just "ORA-20000", but not the error message.
All helps are welcome!!
Thanks!
- al
I have an Oracle package with stored procedures which I call from Impromptu Query, it works very well if there is no exception raised. However, when an user exception is raised, the Oracle Error Message doesn't get display.
For example, I raise an application exception with the following code:
Code:
raise_application_error(-20000, 'My Oracle Application Error Message');
Impromtu displays just "ORA-20000", but not the error message.
All helps are welcome!!
Thanks!
- al