From bill@datacraft.com Fri, 02 Mar 2001 12:22:36 -0800 From: Bill Pribyl Date: Fri, 02 Mar 2001 12:22:36 -0800 Subject: Re: Removing files with PL/SQL Message-ID: MIME-Version: 1.0 Content-Type: text/plain > Does anyone know of a way to remove files from an O/S file system using > PL/SQL without calling a java or an external C routine? Hmm...how about this: 1. use UTL_FILE to append the filename to a list of files 2. use a scheduler (cron or equiv) to remove the files in the list and delete them from the list Probably not what you're looking for... Bill -- ______________________________________________ http://www.datacraft.com/ http://plnet.org/ -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Bill Pribyl INET: bill@datacraft.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).