Remove archive log files from standby manually with 11grel2
hey Guys
I'd like to know the best way to delete archive log files mnually on standby side with rman commands
i know that rman has one way and I already set this
CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY;
based on Oracle docs
11.3.4 RMAN Configurations at a Standby Where Backups Are Not Performed
The following RMAN configurations are recommended at a standby database where backups are not done: 1.Connect RMAN to the standby database as target, and to the recovery catalog.2.Enable automatic deletion of archived logs once they are applied at the standby database:CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY;
The following RMAN configurations are recommended at a standby database where backups are not done: 1.Connect RMAN to the standby database as target, and to the recovery catalog.2.Enable automatic deletion of archived logs once they are applied at the standby database:CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY;
0