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 -> Access to a continuous file from within a Trigger

Access to a continuous file from within a Trigger

From: Rainer Nonk <gora_at_gmx.net>
Date: Wed, 26 Mar 2003 07:17:30 +0100
Message-ID: <3E8145FA.8D6BFD19@gmx.net>


Hi ng,

is it possible to write from within a Trigger to continuous logfile ?

What i don't want to do is this, every time the trigger is called :

    fopen('directory', 'file', 'w');
    put_line(file, 'some log info');
    fclose(file);

... but how can i avoid this open / close operations ?

I just want to open it once - and make some put_line() inside my trigger.

best regards,
rainer Received on Wed Mar 26 2003 - 00:17:30 CST

Original text of this message

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