spool backup.FASTDB.09Oct02.log alter tablespace SYSTEM begin backup; host copy C:\ORACLE\ORADATA\FASTDB\SYSTEM01.DBF c:\auto_backup\ alter tablespace SYSTEM end backup; alter tablespace UNDOTBS begin backup; host copy C:\ORACLE\ORADATA\FASTDB\UNDOTBS01.DBF c:\auto_backup\ alter tablespace UNDOTBS end backup; alter tablespace DRSYS begin backup; host copy C:\ORACLE\ORADATA\FASTDB\DRSYS01.DBF c:\auto_backup\ alter tablespace DRSYS end backup; alter tablespace EXAMPLE begin backup; host copy C:\ORACLE\ORADATA\FASTDB\EXAMPLE01.DBF c:\auto_backup\ alter tablespace EXAMPLE end backup; alter tablespace USERS begin backup; host copy C:\ORACLE\ORADATA\FASTDB\TEMP\USERS01.DBF c:\auto_backup\ alter tablespace USERS end backup; alter database backup controlfile to trace; alter database backup controlfile to 'c:\auto_backup\control.FASTDB.09Oct021453'; alter system switch logfile; spool off