Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: File management in PL/SQL
As far as I know you can call DLLs from PL/SQL via a package that's part of
PL/SQL 2.3+.
I can't remember the name off hand but I read about it in Steven Feursteins
most recent book about standard packages.
It lets you call functions and get return values so I suppose you could fake
something up that way.
(works for unix and Windows platforms)
Jim
Martin Szyprowski <Martin.Szyprowski_at_oriflame.be> wrote in message
news:379C5C7A.16EB9C0E_at_oriflame.be...
> Hi,
>
> I would like to be able to delete or move files in PL/SQL.
> Can anybody help me?
>
> Thanks,
> Martin
>
Received on Wed Jul 28 1999 - 18:28:29 CDT
![]() |
![]() |