Hi!
I just want to ask regarding buffer overflow.
Currently we are encountering buffer overflow on one of our package. (after approval)
We are trying to replicate the error "ORA-20000: ORU-10027: buffer overflow, limit of 100000 bytes".
But upon checking of the package. It only uses few dbms_output and no loop inside.
We are wondering how does this program outputs 100000 bytes of char without using a loop.
Are there any other possible cause for this error?
Thank you