Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> DBMS_OUTPUT Package

DBMS_OUTPUT Package

From: Rick Wiggins <jwiggins_at_HRFOCUS.ATT.COM>
Date: Thu, 16 Mar 1995 10:51:47 -0500
Message-Id: <9503161702.AA31875@alice.jcc.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US