Today I ran into a really frustrating ORU-10027 runtime exception.
I will explain the circumstances and a solution later.
Note to me: Avoid quick and dirty debugging with
1 |
dbms_output.put_line(v_value); |
Write a logger-package instead and reuse it in prospective projects…