exp emis/emis@orcl file=d:\backup\oracle\oracle%date:~0,10%.dmp owner=emis log=d:\backup\oracle\oracle%date:~0,10%.log


connect target emis/emis
run{
DELETE ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE-2'; //删除两天前的归档日志
crosscheck archivelog all; //检查
delete expired archivelog all; //删除过期日志
}

相关文章:

  • 2021-06-24
  • 2021-08-09
  • 2022-12-23
  • 2021-06-24
  • 2022-12-23
  • 2021-11-13
猜你喜欢
  • 2021-08-15
  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2021-10-16
  • 2022-12-23
相关资源
相似解决方案