Oracle EBS 清理归档
oraprod 登陆数据库服务器
执行 rman target /
如图:
执行:
delete noprompt force archivelog all completed before ‘sysdate -2’;
如图:
回车。
最后,执行
exit;
退出,如图:
土豆君
oraprod 登陆数据库服务器
执行 rman target /
如图:
执行:
delete noprompt force archivelog all completed before ‘sysdate -2’;
如图:
回车。
最后,执行
exit;
退出,如图: