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

Home -> Community -> Usenet -> c.d.o.server -> Oracle Built in Packages?

Oracle Built in Packages?

From: Kathy Graham <kathy_graham_at_hpl.hp.com>
Date: Wed, 15 Jul 1998 09:59:17 -0700
Message-ID: <35ACDFE5.21D348E8@hpl.hp.com>


Hi Folks;

    I am a new PL/SQL programmer. I am trying to use the UTL_FILE package to read and write files and have a few questions.

/* Read in file record */

         UTL_File.Get_Line (file_handle => READ_FILE_HANDLE,
                                           buffer      => vLineOfText);
Is there a way to query the package to get this information? (I am running 7.3 if this matters.) Thanks in advance for any assistance.

Kathy Graham
kathy_graham_at_hpl.hp.com Received on Wed Jul 15 1998 - 11:59:17 CDT

Original text of this message

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