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 -> NT scripting for Oracle backup job

NT scripting for Oracle backup job

From: Hop Pham <Pham_Hop_at_bah.com>
Date: Mon, 23 Aug 1999 13:51:25 -0500
Message-ID: <37C1982D.F695A3D4@bah.com>


I recently migrated from Oracle/UNIX environment to Oracle/NT environment, and missed the inherent ease of data file management in UNIX. For example, I had trouble porting backup scripts from UNIX shells to NT batch commands:

  1. I use UNIX system date/time stamp as part of the exported dump file name (ex. exp<SID>_990823.dmp). Is this possible to generate this in NT command files?
  2. I run a UNIX cron job to delete old backup files after X days old. Is there an equivalent 'find .. -exec rm ..' command in NT?

The current NT batch jobs are submitted with the AT commands.

Thanks in advance for any assistance.

Hop Pham
pham_hop_at_bah.com Received on Mon Aug 23 1999 - 13:51:25 CDT

Original text of this message

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