Re: archivelogs deletion
Posted by satish on Aug 09, 2018; 9:59am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/archivelogs-deletion-tp6540p6552.html
Thanks for the update erman.
In scripts,we have below
DELETE FORCE NOPROMPT OBSOLETE;
DELETE NOPROMPT ARCHIVELOG ALL BACKED UP 3 TIMES to disk;
retention policy
[oraprod@node2 rman]$ rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Thu Aug 9 15:17:01 2018
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: PRODDB (DBID=683872528)
RMAN> show ARCHIVELOG DELETION POLICY;
using target database control file instead of recovery catalog
RMAN configuration parameters for database with db_unique_name PRODDB are:
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
RMAN>