Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: UTL_FILE

Re: UTL_FILE

From: Michel Cadot <micadot_at_netcourrier.com>
Date: Wed, 4 Oct 2000 13:58:50 +0200
Message-ID: <8rf641$bhk$1@s1.read.news.oleane.net>

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...

> 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
Received on Wed Oct 04 2000 - 06:58:50 CDT

Original text of this message

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