I have a script performing a cold backup on my Oracle 8i database on Windows 2000 server. The script calls a script that shuts down the database, copies the datafiles to a backup folder and starts up the database base. I need help making this script delete the old files in the folder before it starts the backup.
Can someone please show how to include this in my script.
Thanks