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
kevin_g_at_my-deja.com wrote:
>
> 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.
You would probably have to use DBMS_PIPE to send a message and then have a daemon that reads the pipe and does the directory inquiry and send the results back. Received on Thu Mar 09 2000 - 07:13:10 CST
![]() |
![]() |