Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Removing files with PL/SQL
How about the host command. This will shell out to the os and process the command.
host erase c:\my_dir\my_file.txt
>>> <alan.aschenbrenner_at_ihs.com> 03/02/01 02:32PM >>>
Hey listers,
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?
Thanks,
Alan
Alan Aschenbrenner
Oracle DBA
IHS Group
(303)-858-6394
alan.aschenbrenner_at_ihs.com
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: alan.aschenbrenner_at_ihs.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_at_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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: William Beilstein INET: BeilstWH_at_obg.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_at_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).Received on Fri Mar 02 2001 - 13:57:14 CST
![]() |
![]() |