oracle 10g下常用的几个命令
Posted on 8月 12th, 2008 作者 哈哈
rman target /
这是连接到rman
delete expired archivelog all;
这是rman的命令
用来删除所有过期的归档日志
删之前可能需要
crosscheck archivelog all;
一下
delete obsolete;
这是删除过期备份
rman target /
这是连接到rman
delete expired archivelog all;
这是rman的命令
用来删除所有过期的归档日志
删之前可能需要
crosscheck archivelog all;
一下
delete obsolete;
这是删除过期备份
Discussion Area - Leave a Comment