Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How do I get a directory listing via PL/SQL
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
![]() |
![]() |