Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: UTL_FILE
I'm afraid not unless using external procedures.
Quoted from Oracle doc:
...
To support such special-purpose processing, PL/SQL provides
an interface for calling routines written in other languages.
This makes the strengths and capabilities of 3GLs like C
available through calls from a database server. Such a 3GL
routine, called an external procedure, is stored in a shared
library, registered with PL/SQL, and called from PL/SQL at
runtime to perform special-purpose processing. Details on
external procedures and their use can be found in the
PL/SQL User's Guide and Reference.
...
-- Have a nice day Michel Jens Mayer <jmayer_at_ratundtat.com> a écrit dans le message : 39daf961.7005152_at_news.space.net...Received on Wed Oct 04 2000 - 06:58:50 CDT
> Hi folks !
>
> We are using the UTL_FILE-package for writing and reading files via
> PL/SQL. There's no functionality to delete, rename, move or copy a
> file.
>
> Is it possible to manage files with pl/sql at all ? If so, how ? We
> are using Oracle 8i, release 8.1.5 on a NT or Unix server.
>
> Any suggestions ?
>
> Jens
>
>
>
> Jens Mayer
> Rat & Tat GmbH
> Hamburg, Germany
![]() |
![]() |