oralce清除归档日志,并定时制作window定时任务

    xiaoxiao2021-03-25  148

    制作文件delarchivelog.rman

    delete archivelog all completed before 'sysdate';

    创建文件deleteArchivelog.bat

    d: cd ..\ cd app\ rman target /  @d:\delarchivelog.rman

    通过Windows自带计划任务程序执行bat脚本

    转载请注明原文地址: https://ju.6miu.com/read-11516.html

    最新回复(0)