现在的位置: 首页 > 综合 > 正文

delete all input

2013年04月27日 ⁄ 综合 ⁄ 共 178字 ⁄ 字号 评论关闭

RUN{
      backup tablespace users format 'e:\orclbackup\table_%d_%T_%s'
      plus archivelog format 'e:\orclbackup\arch_%d_%T_%s'
      delete all input;

   }


delete all input 是删除已备份的归档日志,而不是删除之前归档日志的备份。

抱歉!评论已关闭.