![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, We are running Oracle 10g on Windows 2003. We intend to run an RMAN batch script as follows: "rman target=/ @backup_script.sql". Backup_script.sql contains a "spool log" command; I want to change that command to spool to a dynamic filename, with a date and time script. How can this be done? Backup_script.sql is as follows: spool log to 'E:\RMAN\RMANbackup.log'; Run { * CONFIGURE CHANNEL ... * BACKUP DATABASE; * ...... *} exit; spool off; |
#3
| |||
| |||
|
|
Hi, We are running Oracle 10g on Windows 2003. We intend to run an RMAN batch script as follows: "rman target=/ @backup_script.sql". Backup_script.sql contains a "spool log" command; I want to change that command to spool to a dynamic filename, with a date and time script. How can this be done? Backup_script.sql is as follows: spool log to 'E:\RMAN\RMANbackup.log'; Run { * CONFIGURE CHANNEL ... * BACKUP DATABASE; * ...... *} exit; spool off; |
![]() |
| Thread Tools | |
| Display Modes | |
| |