oracle归档日志清理
oracle归档日志清理
select * from v$flash_recovery_area_usage; --查看空间占用率
select * from v$recovery_file_dest; --查看归档日志的存放地址;
使用rman清空归档日志
crosscheck archivelog all; --查看可以所有的归档文件
清理过程:
su - oracle
rman target /
delete force noprompt archivelog until time ‘sysdate-1’;–删除一天前的归档日志,可修改时间
原文地址:https://blog.csdn.net/weixin_50565644/article/details/136458126
免责声明:本站文章内容转载自网络资源,如侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!