结束备份后,何将Oracle Database自动置成End Backup模式
set echo on
alter tablespace SYSTEM end backup;
alter tablespace UNDOTBS1 end backup;
--alter tablespace TEMP end backup;
alter tablespace CWMLITE end backup;
alter tablespace DRSYS end backup;
alter tablespace EXAMPLE end backup;
alter tablespace INDX end backup;
alter tablespace ODM end backup;
alter tablespace TOOLS end backup;
alter tablespace USERS end backup;
alter tablespace XDB end backup;
set echo off