When a OEM export job is created, the agent on the database server runs the exp utility through a tcl script.
same for rman. on the database server you should find a rman.tcl file. after executing the export job i run the following tcl commands through the same oem export job. file rename -force f:/oracle/admin/btps/exp/btps_bt_rows.dmp f:/oracle/admin/btps/exp/btps_bt_rows_[clock format [clock seconds] -format %a].dmp file rename -force f:/oracle/admin/btps/exp/btps_bt_rows.log f:/oracle/admin/btps/exp/btps_bt_rows_[clock format [clock seconds] -format %a].log this is required because i cannot specify a time format in the export file name parameter. HTH Mandar > -----Original Message----- > From: Paul Baumgartel [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 02, 2003 12:24 PM > To: Multiple recipients of list ORACLE-L > Subject: OEM jobs on Win2K > > > Hi all. I've just entered the world of Oracle on Windows. My first > question regards the mechanism used to run jobs that are created using > OEM. How does OEM execute RMAN, or export, for example? > > Thanks > > Paul Baumgartel > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - File online, calculators, forms, and more > http://tax.yahoo.com > -- > Please see the official ORACLE-L FAQ: http://www.orafaq.net > -- > Author: Paul Baumgartel > INET: [EMAIL PROTECTED] > > Fat City Network Services -- 858-538-5051 http://www.fatcity.com > San Diego, California -- Mailing list and web hosting services > --------------------------------------------------------------------- > To REMOVE yourself from this mailing list, send an E-Mail message > to: [EMAIL PROTECTED] (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.net -- Author: Mandar A. Ghosalkar INET: [EMAIL PROTECTED] Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (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).
