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

Home -> Community -> Usenet -> c.d.o.misc -> Re: dbms_output and trigger

Re: dbms_output and trigger

From: <sybrandb_at_yahoo.com>
Date: 7 Oct 2005 01:25:34 -0700
Message-ID: <1128673533.967653.47990@g14g2000cwa.googlegroups.com>


As far as I discovered, before being flushed to stdout, the output goes to your PGA.
If the output is never flushed, you can run out of PGA. That happened to me once.
So you may think the output is going into a 'black hole', but it isn't, and it can potentially bite you.

-- 
Sybrand Bakker
Senior Oracle DBA
Received on Fri Oct 07 2005 - 03:25:34 CDT

Original text of this message

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