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

Home -> Community -> Usenet -> c.d.o.tools -> Re: FND_FILE.PUT_LINE(FND_FILE.LOG....)

Re: FND_FILE.PUT_LINE(FND_FILE.LOG....)

From: Tom Zamani <tomz_at_redflex.com.au>
Date: 2000/06/05
Message-ID: <8hfk1n$mmt$1@perki.connect.com.au>#1/1

Look at the utl_fflush procedure.
I think you are writing into the file (sort of), when you either close the file, or you execute the utl_fflush the data physically gets written into the file.
so may be this is your case.

Tom
<davetati_at_my-deja.com> wrote in message news:8h9td2$oku$1_at_nnrp1.deja.com...
> Hi all,
>
> Can someone help me understand what fnd_file does ? From what I can
> gather I can use this function to write information to the concurrent
> log file. I tried this and I cannot see the text in the log file. Is
> there any type of profile that I need to set to get these messages
> coming to the log file ?
>
> Thanks in advance.
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Mon Jun 05 2000 - 00:00:00 CDT

Original text of this message

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