|
|
Re: DBMS_UTILITY.FORMAT_ERROR_BACKTRACE returned value [message #419247 is a reply to message #419244] |
Thu, 20 August 2009 12:26 |
urusman
Messages: 2 Registered: August 2009
|
Junior Member |
|
|
The idea was just to replace the dbms_utility.format_call_stack function by the DBMS_UTILITY.FORMAT_ERROR_BACKTRACE.
But the dbms_utility.format_call_stack longest returned value is 2000 bytes/symbols. So we can't use the same variable to keep the DBMS_UTILITY.FORMAT_ERROR_BACKTRACE returned value. Or the DBMS_UTILITY.FORMAT_ERROR_BACKTRACE returned value need to be SUBSTR(value,1, 2000). Am I right?
|
|
|
|