RMAN Full Hot Backup |
rman_full_hot_backup.sql run { backup incremental level 0 cumulative device type disk database; backup device type disk archivelog all not backed up delete all input; } rman target / @f:\dba\sql\rman_full_hot_backup.sql > c:\temp\rman_full_hot_backup.log 2>&1 |