Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> DBMS_OUTPUT Package
I am writing some PL/SQL procedures that use the DBMS_OUTPUT package. These
procedures use an outer join cursor and some brute force to compare the column
values of corresponding rows in identically structured tables. If any
diffrences are found, DBMS_OUTPUT.PUT_LINE is used to note the differences.
Occasionally, if there are alot of differences (i.e. alot of output), I'll get messages like the following. Received on Thu Mar 16 1995 - 12:02:46 CST