DBMS_SQL question
From: New Age <parbha_at_iquest.net>
Date: 1996/02/20
Message-ID: <Dn1nKE.5Dq_at_iquest.net>#1/1
Date: 1996/02/20
Message-ID: <Dn1nKE.5Dq_at_iquest.net>#1/1
Hi,
I have a package wherein I am using DBMS_SQL. After repeated use of this package, at some point, I recieve a error message that DBMS_OUTPUT buffer overflow. Does any one has faced this problem ? In order to correct this, I had to follow the following method:
DBMS_OUTPUT.enable (5000);
...
...
.. DBMS_SQL code --- --- DBMS_OUTPUT.disable;
I am using PowerBuilder as front end. It may cause this error. I am not sure.
Prabha Received on Tue Feb 20 1996 - 00:00:00 CET