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

Home -> Community -> Usenet -> c.d.o.misc -> file manipulation in pl/sql

file manipulation in pl/sql

From: Daniel Åhrlin <daniel.ahrlin_at_capgemini.se>
Date: Fri, 06 Aug 1999 07:55:17 +0200
Message-ID: <37AA78C4.33B9FE55@capgemini.se>


hi!

if i want to read or write to a file from within a pl/sql script, i'll use a package called utl_file. this package gives me access to the file system.

but if i want to move files, copy files or list the contents of a directory, how do i do that?

i've read that a package called dbms_pipe support this action, but i haven't found any examples.

thanks in advance, danne :-) Received on Fri Aug 06 1999 - 00:55:17 CDT

Original text of this message

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