清除Oracle归档日志命令
echo -e 'delete noprompt archivelog ALL COMPLETED BEFORE '\'SYSDATE-${DELETE_ARCHIVELOG_DAYS}\'';' |rman target /
${DELETE_ARCHIVELOG_DAYS} 是天数 ,表示删除几天前的归档日志

相关文章:

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