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: How do I get a directory listing via PL/SQL

Re: How do I get a directory listing via PL/SQL

From: Your Name <Your.Name_at_icl.com>
Date: Thu, 9 Mar 2000 18:13:14 -0000
Message-ID: <38c7e95b$1@145.227.194.253>


I did this once in unix by issuing a host command to put the directory listing to a file on the server.
I then used utl_file to read lines from this file from the server and displayed it in a block in forms.

M

<kevin_g_at_my-deja.com> wrote in message news:8a7r3m$5n3$1_at_nnrp1.deja.com...
> Hi,
>
> I need to write a PL/SQL procedure that will get a file list from a
> particular directory on our oracle server. Is there a package that can
> do this.
>
> Thanks,
> Kevin
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Thu Mar 09 2000 - 12:13:14 CST

Original text of this message

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