You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the case a developer using log4plsql misses closing sections at the end of logical structures (i do that in procedures/functions) or in exception blocks, this might lead to an error at Plog.setbeginsection when Pctx.Lsection overflows and throws a ORA-6502 in Line 342 as it would be expected.
I'd prefer the logging does not throw exceptions though :) Hopefully you do, too.
BTW thanks for the nice updates!
Kind regards,
Michael
The text was updated successfully, but these errors were encountered:
For the case a developer using log4plsql misses closing sections at the end of logical structures (i do that in procedures/functions) or in exception blocks, this might lead to an error at Plog.setbeginsection when Pctx.Lsection overflows and throws a ORA-6502 in Line 342 as it would be expected.
I'd prefer the logging does not throw exceptions though :) Hopefully you do, too.
BTW thanks for the nice updates!
Kind regards,
Michael
The text was updated successfully, but these errors were encountered: