Oracle
這一篇介紹RMAN刪除歸檔日志時的驗證
在
當rman刪除日志後
從
先看看
SQL> conn sys/test@testrac_standby as sysdba已連接
SQL> select sequence# from v$managed_standby where status =
SEQUENCE#
SQL> shutdown immediate
ORA
已經卸載數據庫
ORACLE 例程已經關閉
SQL> exit從 Oracle Database
With the Partitioning
$ rman target /
恢復管理器
Copyright (c)
連接到目標數據庫
RMAN> delete archivelog sequence
使用目標數據庫控制文件替代恢復目錄分配的通道
已存檔的日志副本列表關鍵字 Thrd Seq S 時間下限 名稱
是否確定要刪除以上對象 (輸入 YES 或 NO)? no
在
[oracle@yangtk ~]$ rman target /
Recovery Manager: Release
Sun Oct
Copyright (c)
connected to target database: ORA
RMAN> delete archivelog all;
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_
channel ORA_DISK_
RMAN
archived log file name=/data/oracle/oradata/ora
RMAN
archived log file name=/data/oracle/oradata/ora
From:http://tw.wingwit.com/Article/program/Oracle/201311/17242.html