RMAN-06059

Hi friendz,.

I'm under our full database with RMAN backup, using the following scripts.
rman1.sh
========
#!/bin/sh
export ORACLE_SID=OAPROD
export ORACLE_HOME=/u02/oracle/oaproddb/9.2.0
export PATH=$PATH:$ORACLE_HOME/bin
rman target /  @/u01/RMAN/backup.cmd log=/u01/RMAN/backup.log

backup.cmd
==========
run {
     CONFIGURE CONTROLFILE AUTOBACKUP ON;
     CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u03/rman/                                              %F';
     backup format '/u03/rman/%d_LVL0_%T_%u_s%s_p%p' database plus archivelog;
     delete obsolete;
     }
But I encountered error:
Starting backup at 17-FEB-11
current log archived
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=116 devtype=DISK
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 02/17/2011 21:57:56
RMAN-06059: expected archived log not found, lost of archived log compromises recoverability
ORA-19625: error identifying file /u02/oracle/oaproddb/9.2.0/dbs/arch/1_50784.dbf
ORA-27037: unable to obtain file status
Linux Error: 2: No such file or directory
Additional information: 3

Recovery Manager complete.
Archived log files are deleted manually every hour, after I applied it to our "manual standby database".
I want just RMAN full backup of database and does not mind or check the archived logs because they are taken
Healthcare database pending scripts.

How to solve this?
I read that I have to run every time > ' change archivelog any overlap;
Is this a good solution? Are there other options?


Thank you very much

But I check our space home still have freespace.

but not enough freespace

SQL> select round(8192*5692801/(1024*1024)) BACKUP_SIZE from dual;

BACKUP_SIZE
-----------
      44475

Tags: Database

Similar Questions

  • RMAN-06059: expected archived log not found

    DB version: 11.1.0.7
    Operating system: Solaris 10

    Our cron job RMAN has met the following error.
    -First save attempt (complete bkp more archive log) done by connecting to the catalog
    Starting backup at 14-MAR-12
    current log archived
    released channel: ch00
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup plus archivelog command at 03/14/2012 08:09:58
    RMAN-06059: expected archived log not found, lost of archived log compromises recoverability
    ORA-19625: error identifying file +PQWSP_ARCH01/pqwsp_arch/pqwsp_26530_1_764525298.arc
    ORA-17503: ksfdopn:2 Failed to open file +PQWSP_ARCH01/pqwsp_arch/pqwsp_26530_1_764525298.arc
    ORA-15173: entry 'pqwsp_26530_1_764525298.arc' does not exist in directory 'pqwsp_arch'
    Because I didn't share RMAN catalog schema password, I used the control as a catalog file and run the CROSSCHECK command.

    -Use the control as a catalog file
    $ rman target /
    
    Recovery Manager: Release 11.1.0.7.0 - Production on Wed Mar 14 09:45:59 2012
    
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    
    connected to target database: PQWSP (DBID=1638594930)
    
    RMAN> crosscheck archivelog all;
    
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=429 instance=pqwsp1 device type=DISK
    validation succeeded for archived log
    archived log file name=+PQWSP_ARCH01/pqwsp_arch/pqwsp_26563_1_764525298.arc RECID=19019 STAMP=777888587
    validation succeeded for archived log
    archived log file name=+PQWSP_ARCH01/pqwsp_arch/pqwsp_26564_1_764525298.arc RECID=19022 STAMP=777890270
    validation succeeded for archived log
    .
    .
    .
    .
    .
    
    Crosschecked 14 objects
    Cannot find objects expired in the output above. I had * "validation succeeded" * message to arch all newspapers.

    So I ran a
    BACKUP ARCHIVELOG ALL DELETE ALL INPUT;
    and this backup was successful.

    No idea why the first attempt failed when there were not all logs archived expired? If I run the command of OVERLAP by connecting to the catalog, I could find out of date newspapers?

    No idea why the first attempt failed when there were not all logs archived expired?
    this case is not releated archivelog expired, however it seems the requested archivelog 26530 isn't available on destinationas, that it can be removed manually or another taking backup operation the backup and deleted if the execution of the whole.

    crosscheck updated detail that its not available for backup... Check the output of you overlap cmd to 26530 archivelog.

    Thank you
    Tylay Singh

  • backup RMAN-06059 error

    Hello

    I get this error when running the backup. The o1_mf_1_74429_7kwmykb0_.arc file exists in the backend and relief. What is the problem?

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the backup command to 27/01/2012 15:07:07
    RMAN-06059: journal archived expected not found, lost of archived newspaper compromised recoverability
    ORA-19625: error identification of file /orafra/PRODSTB/archivelog/2012_01_24/o1_mf_1_74429_7kwmykb0_.arc
    ORA-27037: unable to get file status
    Linux-x86_64 error: 2: no such file or directory
    Additional information: 3

    Looks like your rman session is confused as to what he does then. I suggest to read this doc:

    http://docs.Oracle.com/CD/B28359_01/server.111/b28294/RMAN.htm#BAJEDHFB

    RMAN catalog use DB_UNIQUE_NAME with to differentiate DR envs, but I don't know how your env is set up, so, I guess right here. Aren't you offer a lot to solve this, but I think you probably have everything you need to understand this. Read about it, read the guides RMAN and DG.

    We have access to your data, so if you want to help you will need to allow us to see what you're doing.

    Good luck, you can do it completely.

  • Error of RMAN backup full

    Hi all

    I take a daily ful backup DB backup directly on the Strip.

    Due to a problem yesterday I deleted 2 days old files to archive my server.
    Today, I got following error message in my log RMAN backup.

    I'm surprised, how is it, RMAN are looking for an old file to archive, when I take a full backup.

    Can someone answer me above concern

    My version of DB is 11.2.0.3
    OPERATING SYSTEM: AIX 6.1

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the backup command to the 2013/05/29 04:28:54
    RMAN-06059: expected found archived newspaper, loss of archived newspaper compromised recoverability
    ORA-19625: error identification of file /prdarch/prdarch1/PALLMO_83504_696657779.arc
    ORA-27037: unable to get file status
    IBM AIX RISC System/6000 error: 2: a file or a directory in the path name does not exist.
    Additional information: 3

    The script that is used for the backup:
    run
    {
    allocate channel t1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt) ';
    SQL 'alter system archive log current';
    overlap archivelog all;
    backup
    filesperset 5
    (database) format "df_ % %%p s_ t_";
    SQL 'alter system archive log current';
    ARCHIVELOG backup all the format "af_ % %%p s_ t_";
    output channel t1;
    }


    Thanks in advnace

    any backup archivelog

    The BACKUP ARCHIVELOG command is independent of the BACKUP DATABASE command.
    This command waits all archivelogs known are available and can be backed up. In fact, your backup logs should show the same old archivelogs (most recent) being backed up every day!

    If you use non-RMAN commands to purge the archivelogs, RMAN knows not the archivelogs aren't available. He'll wait although they are present. You must run

    CROSSCHECK ARCHIVELOG ALL;
    DELETE EXPIRED ARCHIVELOG ALL;
    

    for RMAN to identify them as having been purged and remove them from its "list of the archivelogs expected."

    If you simply, have BACKUP ARCHIVELOG ALL and not to operate the ARCHIVELOG DELETE of RMAN, how do you maintain the archivelog file system space?

    How long have you been running this backup script? How were you purge archivelogs earlier?

    Hemant K Collette

  • By error files to archive has been deleted. Getting ORA-19625 during RMAN bkp

    Hi all

    By mistake, some files are deleted the archives form my database and again I do not have the backup of these files. And when I'm taking with RMAN backup but not able to take, get the error ORA-19625.

    Please help me on this topic.

    Kind regards
    Vinod Ranjan

    See:

    [oracle@localhost 2011_01_09]$ pwd
    /addtl/oracle/flash_recovery_area/ORCL/archivelog/2011_01_09
    [oracle@localhost 2011_01_09]$ ls -l
    total 36268
    -rw-rw---- 1 oracle oracle 37094912 Jan  9 08:16 o1_mf_1_606_6lmqt42t_.arc
    [oracle@localhost 2011_01_09]$ rm *.arc
    [oracle@localhost 2011_01_09]$ rman target /
    
    Recovery Manager: Release 11.2.0.1.0 - Production on Sat Jan 15 01:00:25 2011
    
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    
    connected to target database: ORCL (DBID=1229390655)
    
    RMAN> backup archivelog all;
    
    Starting backup at 15-JAN-11
    current log archived
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=33 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=42 device type=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 01/15/2011 01:00:37
    RMAN-06059: expected archived log not found, loss of archived log compromises recoverability
    ORA-19625: error identifying file /addtl/oracle/flash_recovery_area/ORCL/archivelog/2011_01_09/o1_mf_1_606_6lmqt42t_.arc
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
    
    RMAN> crosscheck archivelog all;
    
    released channel: ORA_DISK_1
    released channel: ORA_DISK_2
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=33 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=42 device type=DISK
    validation succeeded for archived log
    archived log file name=/addtl/oracle/flash_recovery_area/ORCL/archivelog/2011_01_13/o1_mf_1_607_6lyb4x5y_.arc RECID=434 STAMP=740305822
    validation succeeded for archived log
    archived log file name=/addtl/oracle/flash_recovery_area/ORCL/archivelog/2011_01_14/o1_mf_1_608_6m2ll7wm_.arc RECID=435 STAMP=740445512
    validation succeeded for archived log
    archived log file name=/addtl/oracle/flash_recovery_area/ORCL/archivelog/2011_01_14/o1_mf_1_609_6m2lr3xv_.arc RECID=436 STAMP=740445700
    validation succeeded for archived log
    archived log file name=/addtl/oracle/flash_recovery_area/ORCL/archivelog/2011_01_15/o1_mf_1_610_6m2rdlcf_.arc RECID=437 STAMP=740451475
    validation succeeded for archived log
    archived log file name=/addtl/oracle/flash_recovery_area/ORCL/archivelog/2011_01_15/o1_mf_1_611_6m2rkmqh_.arc RECID=438 STAMP=740451635
    Crosschecked 5 objects
    
    validation failed for archived log
    archived log file name=/addtl/oracle/flash_recovery_area/ORCL/archivelog/2011_01_09/o1_mf_1_606_6lmqt42t_.arc RECID=433 STAMP=739959365
    Crosschecked 1 objects
    
    RMAN> delete expired archivelog all;
    
    released channel: ORA_DISK_1
    released channel: ORA_DISK_2
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=33 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=42 device type=DISK
    List of Archived Log Copies for database with db_unique_name ORCL
    =====================================================================
    
    Key     Thrd Seq     S Low Time
    ------- ---- ------- - ---------
    433     1    606     X 09-JAN-11
            Name: /addtl/oracle/flash_recovery_area/ORCL/archivelog/2011_01_09/o1_mf_1_606_6lmqt42t_.arc
    
    Do you really want to delete the above objects (enter YES or NO)? YES
    deleted archived log
    archived log file name=/addtl/oracle/flash_recovery_area/ORCL/archivelog/2011_01_09/o1_mf_1_606_6lmqt42t_.arc RECID=433 STAMP=739959365
    Deleted 1 EXPIRED objects
    
    RMAN> backup as compressed backupset archivelog all;
    
    Starting backup at 15-JAN-11
    current log archived
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    channel ORA_DISK_1: starting compressed archived log backup set
    channel ORA_DISK_1: specifying archived log(s) in backup set
    input archived log thread=1 sequence=607 RECID=434 STAMP=740305822
    input archived log thread=1 sequence=608 RECID=435 STAMP=740445512
    input archived log thread=1 sequence=609 RECID=436 STAMP=740445700
    channel ORA_DISK_1: starting piece 1 at 15-JAN-11
    channel ORA_DISK_2: starting compressed archived log backup set
    channel ORA_DISK_2: specifying archived log(s) in backup set
    input archived log thread=1 sequence=610 RECID=437 STAMP=740451475
    channel ORA_DISK_2: starting piece 1 at 15-JAN-11
    channel ORA_DISK_1: finished piece 1 at 15-JAN-11
    piece handle=/addtl/oracle/flash_recovery_area/ORCL/backupset/2011_01_15/o1_mf_annnn_TAG20110115T010110_6m2rlqdv_.bkp tag=TAG20110115T010110 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:04
    channel ORA_DISK_1: starting compressed archived log backup set
    channel ORA_DISK_1: specifying archived log(s) in backup set
    input archived log thread=1 sequence=611 RECID=438 STAMP=740451635
    input archived log thread=1 sequence=612 RECID=439 STAMP=740451670
    channel ORA_DISK_1: starting piece 1 at 15-JAN-11
    channel ORA_DISK_2: finished piece 1 at 15-JAN-11
    piece handle=/addtl/oracle/flash_recovery_area/ORCL/backupset/2011_01_15/o1_mf_annnn_TAG20110115T010110_6m2rlqgd_.bkp tag=TAG20110115T010110 comment=NONE
    channel ORA_DISK_2: backup set complete, elapsed time: 00:00:04
    channel ORA_DISK_1: finished piece 1 at 15-JAN-11
    piece handle=/addtl/oracle/flash_recovery_area/ORCL/backupset/2011_01_15/o1_mf_annnn_TAG20110115T010110_6m2rlvld_.bkp tag=TAG20110115T010110 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01
    Finished backup at 15-JAN-11
    
    RMAN>  
    

    Hemant K Collette

  • Newspapers archive and RMAN

    Hi all
    I have 11.1.0.7.0 instance of OEL 5.2 64 bit. I work on safeguards and had this error after the .dbf were backed up:

    From backup 15 Apr 10
    Current archived log
    output channel: oem_backup_disk1
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the backup command to 15/04/2010 16:42:30
    RMAN-06059: journal archived expected not found, lost of archived newspaper compromised recoverability
    ORA-19625: error identification of file /u01/app/oracle/product/11.1.0/db_1/dbs/arch1_1936_709483116.dbf
    ORA-27037: unable to get file status
    Linux-x86_64 error: 2: no such file or directory
    Additional information: 3


    RMAN > "exit";

    Complete recovery manager.

    Back in March, I moved the directory logs/u01/oracle/oradata/DBB/archivelogs archives
    How can I solve this?

    Try

    RMAN> catalog start with '';
    
  • impossible to the arhcive by rman backup log.

    Hello

    Oracle Version: 10.2.0.2
    Operating system: linux

    I was unable to save the logs to archive by rman. Here, I changed the archive log destinatin also but still I get the error
    RMAN> backup database plus archivelog;
    
    
    Starting backup at 04-DEC-09
    current log archived
    using channel ORA_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup plus archivelog command at 12/04/2009 16:23:18
    RMAN-06059: expected archived log not found, lost of archived log compromises recoverability
    ORA-19625: error identifying file /u01/app/oracle/flash_recovery_area/VSMIG/archivelog/2009_09_10/o1_mf_1_3_5bkc1o5q_.arc
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
    Published by: SIDDABATHUNI on December 4, 2009 02:59

    RMAN > delete all. expired archivelog

  • RMAN backup with a missing archivelog.

    Hello

    I backed up my database yesterday after that you guys helped me to solve some problems I've had on this subject. I have used RMAN with the following command in an execution block:

    * run {*}
    allocate channel t1 type disk;
    backup current controlfile;
    backup database;
    delete any backup archivelog entry;
    output channel c1;
    *}*

    At the end of the operation, RMAN indicates that archivelog is missing, and he couldn't find it. Therefore, recover the operation may be compromised. Now am confused because I don't know if the command executed successfully or not and how to fix the missing archivelog.

    Here are all of the output of the operation with the error message:

    channel Affectu: t1
    channel t1: sid = 131 typedev = DRIVE

    Dumarrage of backup in 16/04/09
    channel t1: backup of all files in Donnues all Dumarrage

    channel t1: insertion of the Donnues in all of backup file
    insertion of the current score in all of backup file
    channel t1: Dumarrage of Ulument 1 in 16/04/09
    channel t1: Ulument 1 Terminu in 16/04/09
    pointeur=+ASMTEST/Meta4/backupset/2009_04_16/ncnnf0_tag20090416t211049_0.334.684
    * Utiquette 364257 = TAG20090416T211049 comment = NONE *.
    channel t1: all backup Terminu, time Ucoulu: 00:00:14
    End of backup in 16/04/09

    Dumarrage of backup in 16/04/09
    channel t1: backup of all files in Donnues all Dumarrage

    channel t1: insertion of the Donnues in all of backup file
    file Donnues en Entrue fno = nom=+ASMTEST/meta4/m4prod.dbf 00008
    Donnues en Entrue fno name 00010 = file is H:\ORADATA\M4REC. DBF
    Donnues en Entrue fno = 00009 name file is E:\DATAFILEMETA4\M4PROD02. DBF
    Donnues en Entrue fno = 00001 nom=+ASMTEST/meta4/system01.dbf file
    file Donnues en Entrue fno = nom=+ASMTEST/meta4/sysaux01.dbf 00003
    Donnues en Entrue fno = name 00006 file is C:\TEST. DBF
    Donnues en Entrue fno nom=+ASMTEST/meta4/meta4.dbf 00007 = file
    Donnues en Entrue fno = 00005 nom=+ASMTEST/meta4/example01.dbf file
    Donnues en Entrue fno = 00002 nom=+ASMTEST/meta4/undotbs01.dbf file
    file Donnues en Entrue fno = nom=+ASMTEST/meta4/users01.dbf 00004
    channel t1: Dumarrage of Ulument 1 in 16/04/09
    channel t1: Ulument 1 Terminu in 16/04/09
    pointeur=+ASMTEST/Meta4/backupset/2009_04_16/nnndf0_tag20090416t211107_0.333.684
    * Utiquette 364271 = TAG20090416T211107 comment = NONE *.
    channel t1: all backup Terminu, time Ucoulu: 00:51:10
    channel t1: backup of all files in Donnues all Dumarrage

    channel t1: insertion of the Donnues in all of backup file
    insertion of the current score in all of backup file
    inclusion of the current SPFILE in all of backup
    channel t1: Dumarrage of Ulument 1 in 16/04/09
    channel t1: Ulument 1 Terminu in 16/04/09
    pointeur=+ASMTEST/Meta4/backupset/2009_04_16/ncsnf0_tag20090416t211107_0.345.684
    * Utiquette 367351 = TAG20090416T211107 comment = NONE *.
    channel t1: all backup Terminu, time Ucoulu: 00:00:26
    End of backup in 16/04/09

    Dumarrage of backup in 16/04/09
    Journal Archivu underway
    channel Liburu: t1
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: Uchec of the command backup O 16/04/2009 22:04:03
    RMAN-06059: journal archiving waited not found; the loss of the log arch
    ivago compromises the Possibilitu of Rucupuration
    ORA-19625: error identification of the H:\ARCHIVEMETA4\ARC00001_0 file
    * 682674928.001*
    ORA-27041: opening the file impossible
    04002 - OSD: cannot open the file
    S/O-error: (OS2) the Spucifiu file is not found.

    Here is my l and please correct me if am wrong:

    The first 3 statements in the block run executed successfully, but
    the last of them is not. Is this true?

    Whatever the understanding, should I have a backup? What can I do to get a consistent backup?

    Thanks in advance.

    Adomi,

    It is sad to see that you are still RMAN in 8i mode where you are on 10g.

    The script is bs, sorry

    Run {}
    allocate channel t1 type disk; -not required
    backup current controlfile; -not necessary, as this is already done backup of database
    backup database;
    delete any backup archivelog entry;
    output channel c1; -not required.
    }

    If you have autobackup controlfile, you might just

    backup database archivelog

    and be done with it.

    Like you didn't made a RMAN backup from the start, should have read your archivelog backup statement

    ARCHIVELOG backup all Skip inaccessible delete entry.

    Once successful Oracle shouldn't the archivelog has more need, and you should make a second backup without the skip inaccessible clause.

    ------
    Sybrand Bakker
    Senior Oracle DBA

  • Log of RMAN backup of files looking for bad archived newspapers

    I have an RMAN backup, which is a database called EBIZ01PD. The backup is a failure because he's trying to find the archived logs that belong to a different db named EBIZRED that is located on a different server. I'm new with RMAN and any help would be great.

    [run {}
    allocate channels ch1 type 'sbt_tape '.
    PARMS = "BLKSIZE = 262144, ENV = (CV_mmsApiVsn = 2, CV_channelPar = ch1, ThreadCommandLine = BACKUP jm - 45 - a 2:233 - cl 43 - ins 40 - 22-j 17828 - jt 17828:4:1 - ball 1 - bap 0 - rap 0 - SPC 0 - VMR 0 - ms 1 - newspapers - cn nvciEBIZDB - Instance001 - vm nvciebizdb.nvci.org vm)" "
    TRACE 0.
    setLimit channel ch1 maxopenfiles 8;
    SQL 'alter system archive log current;
    backup
    filesperset = 32
    diskratio = 0 (archivelog all delete input);
    }
    "exit";
    ]
    RMAN Log:]
    Recovery Manager: Release 10.2.0.4.0 - Production Thu Jan 22 04:00:49 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    RMAN >
    connected to the recovery catalog database
    RMAN >
    connected to target database: EBIZ01PD (DBID = 1694328251)
    RMAN > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9 > 10 >
    allocated channel: ch1
    channel ch1: sid = 778 devtype = SBT_TAPE
    channel ch1: CommVault Systems for Oracle: Version 7.0.0 (BUILD76)


    from full resynchronization of the recovery catalog
    full complete Resync
    from full resynchronization of the recovery catalog
    full complete Resync
    from full resynchronization of the recovery catalog
    full complete Resync
    SQL statement: alter system archive log current
    from full resynchronization of the recovery catalog
    full complete Resync
    From backup 22 January 09
    Current archived log
    from full resynchronization of the recovery catalog
    full complete Resync
    archived journal D:\ORACLE\ORAARC\EBIZRED\ARC00054_0674426118.001 not found or at odds with catalog
    try another file archivelog thread 1, sequence 54
    output channel: ch1
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the backup command to 2009-01-22 04:16:23
    RMAN-06059: journal archived expected not found, lost of archived newspaper compromised recoverability
    ORA-19625: error identification of file E:\ORACLE\ORAARC\EBIZRED\ARC00054_0674426118.001
    ORA-27041: could not open the file
    04002 - OSD: could not open the file
    S/O-error: (OS 3) the system cannot find the path specified.
    RMAN >
    Complete recovery manager.

    Hi Chris,
    Could do a and retry the backup.
    Can you post setting destination arch for EBIZ01PD ?
    The dbid for the EBIZ01PD and the EBIZRED would also be intresting .
    Do you use a recovery catalog?
    Kind regards
    Tycho

  • Archiving RMAN error logs

    Hi all. I have a problem to make my first backup. I created the recovery catalog database, saved the database target with catalogue, modified the database log mode to achieve and started the following with the error script.

    MAN & gt; Run {}
    2 & gt; allocate channel c1 type disk;
    3 & gt; backup of database format "db_ u_ % d_ %s % ';
    4 & gt; backup format 'log_t % t_s %%p s_p ".
    5 & gt; ( archivelog all );
    6 & gt; }

    allocated channel: c1
    channel c1: sid = 365 devtype = DISK
    From backup to 24-SEP-08
    channel c1: from full datafile backupset

    channel c1: specifying datafile (s) in backupset
    input datafile fno = name=/oradata/mybd/others01.dbf 00010
    input datafile fno = 00001 name=/oradata/mybd/system01.dbf
    input datafile fno = name=/oradata/mybd/sysaux01.dbf 00003
    channel c1: starting piece 1 to 24 - SEP-08
    channel c1: finished piece 1 to 24 - SEP-08
    piece handle=/oracle/10.2.0/dbs/db_01jrc22s_MYDB_1 tag = TAG20080924T025835 comment = NONE
    channel c1: complete set of backups, time: 00:07:18
    channel c1: from full datafile backupset

    channel c1: specifying datafile (s) in backupset including present
    current file of control in backupset including SPFILE in backupset
    channel c1: starting piece 1 to 24 - SEP-08
    channel c1: finished piece 1 to 24 - SEP-08

    piece handle=/oracle/10.2.0/dbs/db_02jrc2gi_MYDB_2 tag = TAG20080924T025835 comment = NONE
    channel c1: complete set of backups, time: 00:00:04

    Backup finished 24-SEP-08

    From backup to 24-SEP-08
    Current archived log

    output channel: c1

    RMAN-00571:
    ===========================================================RMAN-00569: ===============
    ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the backup command in the 2008-09-24 03:06:12
    RMAN-06059: journal archived expected not found, lost of archived newspaper compromised recoverability
    ORA-19625: error identification of file /oradata/mydb/arch/1_67_660696799.dbf
    ORA-27037: unable to get file status
    Linux error: 2: no such file or directory

    -----
    I have files in my/oradata/mydb/arch:
    of 1_233_660696799.dbf
    at 1_627_660696799.dbf

    and I do not have the 67th file. What I am doing wrong? Thnaks in advance.

    Maybe you deleted archivelog files by manuel, but your DB always remember them.

    Try: check the archivelog files:

    RMAN > overlap archivelog all;

    After that trying to delete the file expired:

    RMAN > delete all. expired archivelog

    and then re-run the script to youe.

    Note: You must remove the files by rman command archivelog:
    If you delete the command shell-> you must use rman to overlap...

    Good luck.

  • Backup failure

    Hello

    I'm having some problems with backups using enterprise manager.

    I run a full backup of database and it seems that everything is running, but fails at the last second. Copies of datafile everywhere but the mistakes in trying to identify the newspaper archive, this is the error I get:

    Backup finished at 2 October 15

    channel ORA_DISK_1: complete set of backups, time: 00:00:03

    using channel ORA_DISK_1

    channel ORA_DISK_1: finished piece 1 at 2 October 15

    piece handle = \\IST_BACKUP_02\WINDOWS\L7QIN5UV_1_1 = EBS BACKUP_100215025659 = NONE comment tag

    ORA-27041: could not open the file

    ORA-19625: error identification of file C:\APP\ADMINISTRATOR\PRODUCT\11.2.0\ARCH\ARC0000113207_0812454378.0001

    RMAN-06059: expected found archived newspaper, loss of archived newspaper compromised recoverability

    RMAN-03002: failure of the backup command to the 02/10/2015 15:29:43

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    04002 - OSD: could not open the file

    channel oem_backup_disk1: specifying datafile (s) in the backup set

    channel oem_backup_disk1: starting full datafile from backup set

    From 2 October 15 backup

    Anyone can help or point me in the right direction?

    See you soon

    Hello

    It seems by the above you have a completely out of the box on Windows installation? It puts your archivelogs in the ORACLE_HOME, probably not a good idea. Ideally on a separate file system.

    Have a control of the same place, looks like someone may have deleted the log file and advised against Oracle, oracle to think it is there, but is not.

    Check your log_archive_dest and your db_recovery_file_dest settings see where will the archivelogs.

    Also run an overlap for the archivelog (C:\APP\ADMINISTRATOR\PRODUCT\11.2.0\ARCH\) to say Oracle, what are the archivelogs and what archivelogs are missing.

    rman target / nocatalog
    crosscheck archivelog all;
    

    If you have the archivelog saved to another location and want to include in the backup, restore, and run:

    rman target / nocatalog
    catalog start with "C:\APP\ADMINISTRATOR\PRODUCT\11.2.0\ARCH"
    

    to save it with the database.

    Otherwise, make sure that you run a few journal archiving under tension, and then kick off the full backup & backup archivelog again.

    Good read point - RMAN is unimportant for belt and braces work s/n: http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmcncpt.htm#BRADV002

  • Lost archive log?

    Hi all

    11.2.0.3

    I'm migrating to a new server so I installed oracle new to this all the old server db Server export then import to the new server.

    on the new server, I have to first deactivate archivelogs so he used to generate a lot of newspapers while I import the entire db. I also delete backupset and achivelogs to FRA it will clean them all since I use not anyway archivelog. After completing the import, I'm back once again archivelogging and run the backup RMAN. To my surprise, he is looking for a missing achivelog? How is it possible when I came from noarchivelog option? It's the error in the log RMAN:

    channel ORA_DISK_1: SID = 130 type device = DISK

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03002: failure of command thus backup archivelog at 08/03/2014 20:12:57

    RMAN-06059: expected found archived newspaper, loss of archived newspaper compromised recoverability

    ORA-19625: error identification of file /rmanonline/flash_recovery_area/BATCHPROD/archivelog/2014_02_14/o1_mf_1_36420_9hw65dyj_.arc

    ORA-27037: unable to get file status

    IBM AIX RISC System/6000 error: 2: no such file or directory

    Please help the RMAN execution for a new archivelog began.

    Thank you

    pK

    overlap archivelog all;

    remove expired archivelog all;

  • Database backup failure

    Hello

    We recently had a DBA here on a contract that has done some work setting of backups and restorations.

    Unfortunately, he is no longer here, and I tried to do a backup via OEM in his absence. The database was created by the DBA by copying the database from my development machine to a db server. Some files of the archives journals were in a directory on my machine:

    C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG

    but on the server, they are in the directory:

    C:\APP\CS\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG

    When I try to run a backup of OEM, it's a failure. Here's the output log. Can someone advise?

    The database is 11g.


    Thank you

    echo on

    connected to the recovery catalog database

    executing command: SET ORDER ID

    Set id command "BACKUP_RONNIE_0000_070913105322";

    connected to target database: RONNIE (DBID = 2608938308, is not open)

    full complete Resync

    from full resynchronization of the recovery catalog

    allocated channel: ORA_DISK_4

    channel ORA_DISK_3: SID = 195 type device = DISK

    da tag 'BACKUP_RONNIE_0000_070913105322' type disk backup device

    allocated channel: ORA_DISK_3

    allocated channel: ORA_DISK_1

    From backup 9 July 13

    channel ORA_DISK_4: SID = 7 type of device = DISK

    channel ORA_DISK_1: SID = 67 type device = DISK

    allocated channel: ORA_DISK_2

    channel ORA_DISK_2: SID = 130 type device = DISK

    channel ORA_DISK_1: specifying datafile (s) in the backup set

    channel ORA_DISK_1: from complete compressed datafile backup set

    channel ORA_DISK_1: starting piece 1 at July 9, 13

    channel ORA_DISK_2: from complete compressed datafile backup set

    Enter a number of file datafile = 00001 name = C:\APP\CS\ORADATA\RONNIE\SYSTEM01. DBF

    Enter a number of file datafile = 00004 name = C:\APP\CS\ORADATA\RONNIE\USERS01. DBF

    channel ORA_DISK_2: specifying datafile (s) in the backup set

    Enter a file 00005 name = C:\APP\CS\ORADATA\RONNIE\USERS2 = datafile number. DBF

    channel ORA_DISK_2: starting piece 1 at July 9, 13

    channel ORA_DISK_3: specifying datafile (s) in the backup set

    channel ORA_DISK_3: from complete compressed datafile backup set

    Enter a number of file datafile = 00003 name = C:\APP\CS\ORADATA\RONNIE\UNDOTBS01. DBF

    Enter a file name 00002 = C:\APP\CS\ORADATA\RONNIE\SYSAUX01 = datafile number. DBF

    channel ORA_DISK_3: starting piece 1 at July 9, 13

    channel ORA_DISK_3: finished piece 1 at July 9, 13

    channel ORA_DISK_3: complete set of backups, time: 00:00:46

    piece handle = C:\BACKUP\RONNIE\2013_07_09B\CAOEA6IK_1_1 comment = NONE BACKUP_RONNIE_0000_070913105322 = tag

    channel ORA_DISK_1: finished piece 1 at July 9, 13

    channel ORA_DISK_1: complete set of backups, time: 00:11:21

    piece handle = C:\BACKUP\RONNIE\2013_07_09B\C8OEA6IJ_1_1 comment = NONE BACKUP_RONNIE_0000_070913105322 = tag

    piece handle = C:\BACKUP\RONNIE\2013_07_09B\C9OEA6IK_1_1 comment = NONE BACKUP_RONNIE_0000_070913105322 = tag

    channel ORA_DISK_2: finished piece 1 at July 9, 13

    From control file and SPFILE Autobackup July 9, 13

    Backup finished on July 9, 13

    channel ORA_DISK_2: complete set of backups, time: 00:13:31

    File control finished and Autobackup SPFILE to July 9, 13

    piece handle = C:\BACKUP\RONNIE\2013_07_09B\C-2608938308-20130709-05 comment = NONE

    using the ORA_DISK_3 channel

    using the ORA_DISK_2 channel

    using channel ORA_DISK_1

    ORA-19625: error identifying file C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_10\O1_MF_1_1508_8VDHNOLY_. ARC

    tag ar 'BACKUP_RONNIE_0000_070913105322' type disk backup device

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03002: failure of the backup command at the 11:07:46 09/07/2013

    RMAN-06059: expected found archived newspaper, loss of archived newspaper compromised recoverability

    using the ORA_DISK_4 channel

    From backup 9 July 13

    allocate channel for maintenance of type disk;

    ORA-27041: could not open the file

    04002 - OSD: could not open the file

    S/O-error: (OS 3) the system cannot find the path specified.

    Total backup, 10540 17 May 13 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONN

    10514 May 17, 13 backup set

    Backup total 10541 17 May 13 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONN

    10515 May 17, 13 backup set

    Backup total 10542 17 May 13 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONN

    10516 May 17, 13 backup set

    Backup total 10543 17 May 13 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONN

    10517 May 17, 13 backup set

    Backup total 10544 17 May 13 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONN

    10518 May 17, 13 backup set

    Backup total 10545 17 May 13 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONN

    10519 May 17, 13 backup set

    Backup total 10546 17 May 13 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONN

    10520 May 17, 13 backup set

    Backup total 10547 17 May 13 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONN

    10521 May 17, 13 backup set

    Backup total 10548 17 May 13 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONN

    10522 May 17, 13 backup set

    Total backup, 10549 17 May 13 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_NCNNF_BACKUP_RONN

    10523 20 May 13 backup set

    Total backup, 10550 20 May 13 C:\RMAN_BACKUP\1LOA3L40_1_1

    10524 20 May 13 backup set

    Total backup, 10551 20 May 13 C:\RMAN_BACKUP\1MOA3L5M_1_1

    10525 20 May 13 backup set

    Total backup, 10552 20 May 13 C:\RMAN_BACKUP\1KOA3L3F_1_1

    10526 20 May 13 backup set

    Total backup, 10553 20 May 13 C:\RMAN_BACKUP\1JOA3L3C_1_1

    10527 20 May 13 backup set

    Total backup, 10554 20 May 13 C:\RMAN_BACKUP\1IOA3L3C_1_1

    10528 20 May 13 backup set

    Total backup, 10555 20 May 13 C:\RMAN_BACKUP\1NOA3NE8_1_1

    10529 20 May 13 backup set

    Backup total 10556 20 May 13 C:\RMAN_BACKUP\1OOA3NEA_1_1

    10530 20 May 13 backup set

    Total backup, 10557 20 May 13 C:\RMAN_BACKUP\1QOA3NFE_1_1

    10531 20 May 13 backup set

    Backup total 10558 20 May 13 C:\RMAN_BACKUP\1POA3NEP_1_1

    10532 20 May 13 backup set

    Total backup, 10559 20 May 13 C:\RMAN_BACKUP\1ROA3O5U_1_1

    10533 10 June 13 backup set

    Backup total 10560 10 June 13 C:\RMAN_BACKUP\27OBQVC6_1_1

    10534 10 June 13 backup set

    Backup total 10561 10 June 13 C:\RMAN_BACKUP\26OBQVC5_1_1

    10535 10 June 13 backup set

    Total backup, 10562 10 June 13 C:\RMAN_BACKUP\25OBQVC5_1_1

    Archive newspaper 11432 13 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000962_0816001666.0001

    10536 10 June 13 backup set

    Backup total 10563 10 June 13 C:\CONTROLFILE_BACKUP\C-2608938308-20130610-01

    Archive newspaper 9987 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000937_0816001666.0001

    Archive newspaper 9988 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000938_0816001666.0001

    Archive newspaper 9989 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000939_0816001666.0001

    Archive newspaper 9990 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000940_0816001666.0001

    Archive newspaper 9991 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000941_0816001666.0001

    Archive newspaper 9992 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000942_0816001666.0001

    Archive newspaper 9993 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000943_0816001666.0001

    Archive newspaper 9994 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000944_0816001666.0001

    Archive newspaper 9995 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000945_0816001666.0001

    Archive newspaper 9996 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000946_0816001666.0001

    Archive newspaper 9997 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000947_0816001666.0001

    Archive newspaper 9998 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000948_0816001666.0001

    Archive newspaper 9999 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000949_0816001666.0001

    Archive log 10000 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000950_0816001666.0001 June 12, 13

    Archive newspaper 10001 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000951_0816001666.0001

    Archive newspaper 10002 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000952_0816001666.0001

    Archive newspaper 10003 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000953_0816001666.0001

    Archive newspaper 10004 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000954_0816001666.0001

    Archive newspaper 10005 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000955_0816001666.0001

    Archive newspaper 10006 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000956_0816001666.0001

    Archive newspaper 10007 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000957_0816001666.0001

    Archive newspaper 10008 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000958_0816001666.0001

    Archive newspaper 10009 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000959_0816001666.0001

    Archive newspaper 10010 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000960_0816001666.0001

    Archive newspaper 10011 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000961_0816001666.0001

    10019 13 June 13 backup set

    Backup total 10024 13 June 13 C:\BACKUP\RONNIE\2013_06_12\BAOC2RIC_1_1

    10020 13 June 13 backup set

    Total backup, 10025 13 June 13 C:\BACKUP\RONNIE\2013_06_12\B8OC2RIC_1_1

    10021 13 June 13 backup set

    Backup total 10026 13 June 13 C:\BACKUP\RONNIE\2013_06_12\B9OC2RIC_1_1

    10036 13 June 13 backup set

    Total backup, 10038 13 June 13 C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130613-00

    10056 13 June 13 backup set

    Backup total 10062 13 June 13 C:\BACKUP\RONNIE\2013_06_12\BCOC2SAV_1_1

    10057 13 June 13 backup set

    Backup total 10063 13 June 13 C:\BACKUP\RONNIE\2013_06_12\BDOC2SAV_1_1

    10058 13 June 13 backup set

    Total backup, 10064 13 June 13 C:\BACKUP\RONNIE\2013_06_12\BEOC2SB1_1_1

    10059 13 June 13 backup set

    Backup total 10065 13 June 13 C:\BACKUP\RONNIE\2013_06_12\BFOC2SC1_1_1

    10135 13 June 13 backup set

    Total backup, 10152 13 June 13 C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130613-01

    10181 13 June 13 backup set

    Total backup, 10186 13 June 13 C:\BACKUP\RONNIE\2013_06_13\BJOC3A4C_1_1

    10182 13 June 13 backup set

    Backup total 10187 13 June 13 C:\BACKUP\RONNIE\2013_06_13\BHOC3A4B_1_1

    10183 13 June 13 backup set

    Backup total 10188 13 June 13 C:\BACKUP\RONNIE\2013_06_13\BIOC3A4C_1_1

    Archive newspaper 10504 10 June 13 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_10\O1_MF_1_1508_8VDHNOLY_

    10198 13 June 13 backup set

    Total backup, 10200 C:\BACKUP\RONNIE\2013_06_13\C-2608938308-20130613-02 13 June 13

    Archive newspaper 10505-10 June 13 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_10\O1_MF_1_1509_8VDNV9RQ_

    Archive newspaper 10506 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_11\O1_MF_1_1510_8VDV5831_ 11 June 13

    Archive newspaper 10507 12 June 13 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_12\O1_MF_1_1511_8VHHNROJ_

    Archive newspaper 10508 12 June 13 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_12\O1_MF_1_1512_8VJXYTOD_

    Archive newspaper 10509 13 June 13 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_13\O1_MF_1_1513_8VM9449J_

    10510 1 May 13 backup set

    Backup total 10537 1 May 13 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_01\O1_MF_NNNDF_BACKUP_RONN

    10511 1 May 13 backup set

    Backup total 10538 1 May 13 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_01\O1_MF_ANNNN_BACKUP_RONN

    10512 May 17, 13 backup set

    Backup total 10539 17 May 13 C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_NCSNF_BACKUP_RONN

    10513 May 17, 13 backup set

    Backup the value 9751 June 11, 13

    Backup element 9758 11 June 13 C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_349_1_817839774.BKP

    Backup the value 9752 June 11, 13

    Backup element 9759 11 June 13 C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_348_1_817839769.BKP

    Backup the value 9753 June 11, 13

    Backup element 9760 11 June 13 C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_347_1_817839768.BKP

    Backup the value 9754 June 11, 13

    Backup element 9761 11 June 13 C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_350_1_817839785.BKP

    Archive newspaper 9797 11 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000897_0816001666.0001

    Backup the value 9779 June 11, 13

    Backup element 9782 11 June 13 C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130611-01

    Archive newspaper 9798 11 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000898_0816001666.0001

    Backup the value 9808 June 11, 13

    Backup element 9815 11 June 13 C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_352_1_817839885.BKP

    Backup the value 9809 June 11, 13

    Backup element 9816 11 June 13 C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_354_1_817839887.BKP

    Game backup 9810 June 11, 13

    Backup element 9817 11 June 13 C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_355_1_817839891.BKP

    Backup the value 9811 June 11, 13

    Backup element 9818 11 June 13 C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_353_1_817839885.BKP

    Backup the value 9812 June 11, 13

    Backup element 9819 11 June 13 C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_356_1_817839906.BKP

    Archive newspaper 9874 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000899_0816001666.0001

    Backup the value 9839 June 11, 13

    Backup element 9844 11 June 13 C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130611-02

    Archive newspaper 9875 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000900_0816001666.0001

    Archive newspaper 9876 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000901_0816001666.0001

    Archive newspaper 9877 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000902_0816001666.0001

    Archive newspaper 9953 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000903_0816001666.0001

    Backup the value 9878 June 12, 13

    Backup element 9881 12 June 13 C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130612-00

    Archive newspaper 9954 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000904_0816001666.0001

    Archive newspaper 9955 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000905_0816001666.0001

    Archive newspaper 9956 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000906_0816001666.0001

    Archive newspaper 9957 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000907_0816001666.0001

    Archive newspaper 9958 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000908_0816001666.0001

    Archive newspaper 9959 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000909_0816001666.0001

    Archive newspaper 9960 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000910_0816001666.0001

    Archive newspaper 9961 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000911_0816001666.0001

    Archive newspaper 9962 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000912_0816001666.0001

    Archive newspaper 9963 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000913_0816001666.0001

    Archive newspaper 9964 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000914_0816001666.0001

    Archive newspaper 9965 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000915_0816001666.0001

    Archive newspaper 9966 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000916_0816001666.0001

    Archive newspaper 9967 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000917_0816001666.0001

    Archive newspaper 9968 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000918_0816001666.0001

    Archive newspaper 9969 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000919_0816001666.0001

    Archive newspaper 9970 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000920_0816001666.0001

    Archive newspaper 9971 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000922_0816001666.0001

    Archive newspaper 9972 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000921_0816001666.0001

    Archive newspaper 9973 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000923_0816001666.0001

    Archive newspaper 9974 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000924_0816001666.0001

    Archive newspaper 9975 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000925_0816001666.0001

    Archive newspaper 9976 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000926_0816001666.0001

    Archive newspaper 9977 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000927_0816001666.0001

    Archive on 9978 12 June journal 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000928_0816001666.0001

    Archive newspaper 9979 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000930_0816001666.0001

    Archive newspaper 9980 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000929_0816001666.0001

    Archive newspaper 9981 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000931_0816001666.0001

    Archive newspaper 9982 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000932_0816001666.0001

    Archive newspaper 9983 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000933_0816001666.0001

    Archive newspaper 9984 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000934_0816001666.0001

    Archive newspaper 9985 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000935_0816001666.0001

    Archive newspaper 9986 12 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000936_0816001666.0001

    Backup the value 9522 June 10, 13

    Backup element 9530 10 June 13 C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_323_3_817752171.BKP

    Backup the value 9522 June 10, 13

    Backup element 9529 10 June 13 C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_323_2_817752171.BKP

    Backup the value 9522 June 10, 13

    Backup element 9528 10 June 13 C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_323_1_817752171.BKP

    Archive newspaper 9557 10 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000891_0816001666.0001

    Backup the value 9542 June 10, 13

    Backup element 9544 10 June 13 C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130610-00

    Archive newspaper 9558-10 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000892_0816001666.0001

    Backup the value 9568 June 10, 13

    Backup element 9574 10 June 13 C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_326_1_817753203.BKP

    Backup the value 9569 June 10, 13

    Backup element 9575 10 June 13 C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_329_1_817753216.BKP

    9570 backup set June 10, 13

    Backup element 9576 10 June 13 C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_328_1_817753211.BKP

    Backup the value 9571 June 10, 13

    Backup element 9577 10 June 13 C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_327_1_817753209.BKP

    Archive newspaper 9610 10 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000893_0816001666.0001

    Game backup 9591 10 June 13

    Backup element 9595 10 June 13 C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130610-01

    Archive newspaper 9611 10 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000894_0816001666.0001

    9621 backup set June 10, 13

    Backup element 9628 10 June 13 C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_331_1_817753347.BKP

    Backup the value 9622 10 June 13

    Backup element 9629 10 June 13 C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_334_1_817753349.BKP

    Backup the value 9623 10 June 13

    Backup element 9630 10 June 13 C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_333_1_817753349.BKP

    Backup the value 9624 10 June 13

    Backup item 9631 10 June 13 C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_332_1_817753348.BKP

    Backup the value 9625 10 June 13

    Backup item 9632 10 June 13 C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_335_1_817753372.BKP

    Backup the value 9648 June 10, 13

    Backup item 9650 10 June 13 C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130610-02

    Backup the value 9672 June 11, 13

    Backup element 9679 11 June 13 C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_337_1_817838604.BKP

    Game backup 9673 June 11, 13

    Backup element 9680 11 June 13 C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_340_1_817838605.BKP

    Backup the value 9674 June 11, 13

    Backup element 9681 11 June 13 C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_341_1_817838615.BKP

    Game backup 9675 June 11, 13

    Backup element 9682 11 June 13 C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_339_1_817838604.BKP

    Backup the value 9676 11 June 13

    Backup element 9683 11 June 13 C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_338_1_817838604.BKP

    Game backup 9700 June 11, 13

    Backup element 9706 11 June 13 C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_344_1_817838622.BKP

    9701 backup set June 11, 13

    Backup element 9709 11 June 13 C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_342_3_817838621.BKP

    9701 backup set June 11, 13

    Backup element 9708 11 June 13 C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_342_2_817838621.BKP

    9701 backup set June 11, 13

    Backup element 9707 11 June 13 C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_342_1_817838621.BKP

    Backup the value 9702 June 11, 13

    Backup item 9712 11 June 13 C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_343_3_817838621.BKP

    Backup the value 9702 June 11, 13

    Backup element 9711 11 June 13 C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_343_2_817838621.BKP

    Backup the value 9702 June 11, 13

    Backup item 9710 11 June 13 C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_343_1_817838621.BKP

    Archive newspaper 9739 11 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000896_0816001666.0001

    Backup the value 9724 June 11, 13

    Backup element 9726 11 June 13 C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130611-00

    Archive newspaper 9740 11 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000895_0816001666.0001

    Backup the value 9750 June 11, 13

    Backup element 9757 11 June 13 C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_346_1_817839767.BKP

    output channel: ORA_DISK_1

    output channel: ORA_DISK_2

    output channel: ORA_DISK_3

    RMAN retention policy apply to the order

    RMAN retention policy is set to 3 redundancy

    Remove the following obsolete backups and copies:

    Making key time filename/handle type

    -------------------- ------ ------------------ --------------------

    Game backup 7344 7 June 13

    Backup element 7365 7 June 13 C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_223_1_817497520.BKP

    Backup the value 7345 7 June 13

    Backup element 7368 7 June 13 C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_221_3_817497519.BKP

    Backup the value 7345 7 June 13

    Backup element 7367 7 June 13 C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_221_2_817497519.BKP

    Backup the value 7345 7 June 13

    Backup element 7366 7 June 13 C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_221_1_817497519.BKP

    Archive newspaper 7398 7 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000885_0816001666.0001

    Backup the value 7346 7 June 13

    Backup element 7371 7 June 13 C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_222_3_817497520.BKP

    Backup the value 7346 7 June 13

    Backup element 7370 7 June 13 C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_222_2_817497520.BKP

    Backup the value 7346 7 June 13

    Backup element 7369 7 June 13 C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_222_1_817497520.BKP

    Archive newspaper 7399 7 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000884_0816001666.0001

    Archive newspaper 8426-7 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000886_0816001666.0001

    Backup the value 7453 7 June 13

    7500 7 June backup piece 13 C:\BACKUP\RONNIE\2013_06_07\ARCHIVELOG\RONNIE_ARCHIVE_LOG_269_1_817502288.BKP

    Archive newspaper 8427 7 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000887_0816001666.0001

    Backup the value 8480 7 June 13

    Backup element 8528 7 June 13 C:\BACKUP\RONNIE\2013_06_07\ARCHIVELOG\RONNIE_ARCHIVE_LOG_316_1_817506665.BKP

    Game backup 8482 7 June 13

    Backup element 8530 7 June 13 C:\BACKUP\RONNIE\2013_06_07\ARCHIVELOG\RONNIE_ARCHIVE_LOG_315_1_817506560.BKP

    Archive newspaper 9458 7 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000888_0816001666.0001

    Game backup 9422 7 June 13

    9443 7 June backup piece 13 C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130607-02

    Archive newspaper 9459 9 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000889_0816001666.0001

    Archive newspaper 9486 10 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000890_0816001666.0001

    Backup the value 9498 June 10, 13

    Backup element 9504 10 June 13 C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_319_1_817752151.BKP

    Backup the value 9499 June 10, 13

    Backup element 9505 10 June 13 C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_318_1_817752151.BKP

    Backup the value 9500 10 June 13

    Backup element 9506 10 June 13 C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_320_1_817752152.BKP

    Backup the value 9501 June 10, 13

    Backup element 9507 10 June 13 C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_321_1_817752152.BKP

    Backup the value 9520 10 June 13

    Backup element 9524 10 June 13 C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_324_1_817752172.BKP

    Backup the value 9521 10 June 13

    Backup element 9527 10 June 13 C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_322_3_817752171.BKP

    Backup the value 9521 10 June 13

    Backup element 9526 10 June 13 C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_322_2_817752171.BKP

    Backup the value 9521 10 June 13

    Backup element 9525 10 June 13 C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_322_1_817752171.BKP

    Archive newspaper 11570 30 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000138_0818004327.0001

    Archive newspaper 11571 1 July 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000139_0818004327.0001

    Archive newspaper 11572 2 July 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000140_0818004327.0001

    Archive newspaper 11573-3 July 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000141_0818004327.0001

    Archive newspaper, 11574 3 July 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000142_0818004327.0001

    Archive newspaper 11575 4 July 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000143_0818004327.0001

    Archive newspaper 11576 4 July 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000144_0818004327.0001

    Archive newspaper 11577 5 July 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000145_0818004327.0001

    Archive newspaper 11578 6 July 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000146_0818004327.0001

    Archive newspaper 11579 7 July 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000147_0818004327.0001

    Archive log, 11580 7 July 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000148_0818004327.0001

    11594 13 June 13 backup set

    Backup total 11608 13 June 13 C:\BACKUP\RONNIE\2013_06_13\C-2608938308-20130613-03

    11699 8 July 13 backup set

    Backup total 11704 8 July 13 C:\BACKUP\RONNIE\2013_07_08\BOOE81TB_1_1

    11700 8 July 13 backup set

    Total backup, 11705 8 July 13 C:\BACKUP\RONNIE\2013_07_08\BMOE81TB_1_1

    11701 8 July 13 backup set

    Backup total 11706 8 July 13 C:\BACKUP\RONNIE\2013_07_08\BNOE81TB_1_1

    Archive newspaper 11757 8 July 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000149_0818004327.0001

    11716 8 July 13 backup set

    Backup total 11718 8 July 13 C:\BACKUP\RONNIE\2013_06_13\C-2608938308-20130708-00

    Archive newspaper 11758 8 July 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000150_0818004327.0001

    11759 9 July 13 backup set

    Backup total 11762 9 July 13 C:\BACKUP\RONNIE\2013_06_13\C-2608938308-20130709-00

    Backup 11789 9 July 13 set

    Backup total 11791 9 July 13 C:\BACKUP\RONNIE\2013_07_09\C-2608938308-20130709-01

    Archive newspaper 11540 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000108_0818004327.0001

    Archive newspaper 11541 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000109_0818004327.0001

    Archive newspaper 11542 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000110_0818004327.0001

    Archive newspaper 11543 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000111_0818004327.0001

    Archive newspaper 11544 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000112_0818004327.0001

    Archive newspaper 11545 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000113_0818004327.0001

    Archive newspaper 11546 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000114_0818004327.0001

    Archive newspaper 11547 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000115_0818004327.0001

    Archive newspaper 11548 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000116_0818004327.0001

    11813 9 July 13 backup set

    Backup total 11816 9 July 13 C:\BACKUP\RONNIE\2013_07_09\C-2608938308-20130709-02

    delete noprompt obsolete device type disk;

    channel ORA_MAINT_DISK_1: SID = 67 type device = DISK

    allocated channel: ORA_MAINT_DISK_1

    output channel: ORA_DISK_4

    Archive newspaper 11501 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000069_0818004327.0001

    Archive newspaper 11502 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000070_0818004327.0001

    Archive newspaper 11503 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000071_0818004327.0001

    Archive newspaper 11504 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000072_0818004327.0001

    Archive newspaper 11505 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000073_0818004327.0001

    Archive newspaper 11506 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000074_0818004327.0001

    Archive newspaper 11507 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000076_0818004327.0001

    Archive newspaper 11508 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000075_0818004327.0001

    Archive newspaper 11509 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000078_0818004327.0001

    Archive newspaper 11510 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000077_0818004327.0001

    Archive newspaper 11511 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000079_0818004327.0001

    Archive newspaper 11512 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000080_0818004327.0001

    Archive newspaper 11513 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000081_0818004327.0001

    Archive newspaper 11514 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000082_0818004327.0001

    Archive newspaper 11515 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000083_0818004327.0001

    Archive paper 11516 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000084_0818004327.0001

    Archive newspaper 11517 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000085_0818004327.0001

    Archive newspaper 11518 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000086_0818004327.0001

    Archive newspaper 11519 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000087_0818004327.0001

    Archive newspaper 11520 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000088_0818004327.0001

    Archive newspaper 11521 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000090_0818004327.0001

    Archive newspaper 11522 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000089_0818004327.0001

    Archive newspaper 11523 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000091_0818004327.0001

    Archive newspaper 11524 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000092_0818004327.0001

    Archive newspaper 11525 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000093_0818004327.0001

    Archive newspaper 11526 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000094_0818004327.0001

    Archive newspaper 11527 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000095_0818004327.0001

    Archive newspaper 11528 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000096_0818004327.0001

    Archive newspaper 11529 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000097_0818004327.0001

    Archive newspaper 11530 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000098_0818004327.0001

    Archive newspaper 11531 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000099_0818004327.0001

    Archive newspaper 11532 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000100_0818004327.0001

    Archive newspaper 11533 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000101_0818004327.0001

    Archive newspaper 11534 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000102_0818004327.0001

    Archive newspaper 11535 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000103_0818004327.0001

    Archive newspaper 11536 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000104_0818004327.0001

    Archive newspaper 11537 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000105_0818004327.0001

    Archive newspaper 11538 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000106_0818004327.0001

    Archive newspaper 11539 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000107_0818004327.0001

    Archive newspaper 11487 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000055_0818004327.0001

    Archive newspaper 11488 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000056_0818004327.0001

    Archive newspaper 11489 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000057_0818004327.0001

    Archive newspaper 11490 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000058_0818004327.0001

    Archive newspaper 11549 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000117_0818004327.0001

    Archive newspaper 11550 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000118_0818004327.0001

    Archive newspaper 11551 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000119_0818004327.0001 28 June 13

    Archive newspaper 11552 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000120_0818004327.0001

    Archive newspaper 11553 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000121_0818004327.0001

    Archive newspaper 11554 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000122_0818004327.0001

    Archive newspaper 11555 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000123_0818004327.0001

    Archive newspaper 11556 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000124_0818004327.0001

    Archive newspaper 11557 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000125_0818004327.0001

    Archive newspaper 11558 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000126_0818004327.0001

    Archive newspaper 11559 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000127_0818004327.0001

    Archive newspaper 11560 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000128_0818004327.0001

    Archive newspaper 11561 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000129_0818004327.0001

    Archive newspaper 11562 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000130_0818004327.0001

    Archive newspaper 11563 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000131_0818004327.0001

    Archive newspaper 11564 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000132_0818004327.0001

    Archive newspaper 11565 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000133_0818004327.0001

    Archive newspaper 11566 28 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000134_0818004327.0001

    Archive newspaper 11567 29 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000135_0818004327.0001

    Archive newspaper 11568 29 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000136_0818004327.0001

    Archive newspaper 11569 30 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000137_0818004327.0001

    Archive newspaper 11433 13 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000001_0818004327.0001

    Archive newspaper 11434 14 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000002_0818004327.0001

    Archive newspaper 11435 14 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000003_0818004327.0001

    Archive newspaper 11436 14 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000004_0818004327.0001

    Archive newspaper 11437 14 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000005_0818004327.0001

    Archive newspaper 11438 14 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000006_0818004327.0001

    Archive newspaper 11439 14 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000007_0818004327.0001

    Archive newspaper 11440 14 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000008_0818004327.0001

    Archive newspaper 11441 14 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000010_0818004327.0001

    Archive newspaper 11442 14 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000009_0818004327.0001

    Archive newspaper 11443 14 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000012_0818004327.0001

    Archive newspaper 11444 14 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000011_0818004327.0001

    Archive newspaper 11445 14 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000013_0818004327.0001

    Archive newspaper 11446 14 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000014_0818004327.0001

    Archive newspaper 11447 15 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000015_0818004327.0001

    Archive newspaper 11448 15 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000016_0818004327.0001

    Archive newspaper 11449 16 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000017_0818004327.0001

    Archive log 11450 16 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000018_0818004327.0001

    Archive newspaper 11451 18 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000019_0818004327.0001

    Archive newspaper 11452 19 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000020_0818004327.0001

    Archive newspaper 11453 20 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000021_0818004327.0001

    Archive newspaper 11454 20 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000022_0818004327.0001

    Archive newspaper 11455 21 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000023_0818004327.0001

    Archive newspaper 11456 21 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000024_0818004327.0001

    Archive newspaper 11457 24 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000025_0818004327.0001

    Archive newspaper 11458 25 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000026_0818004327.0001

    Archive newspaper 11459 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000027_0818004327.0001

    Archive newspaper 11460 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000028_0818004327.0001

    Archive newspaper 11461 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000029_0818004327.0001

    Archive newspaper 11462 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000030_0818004327.0001

    Archive newspaper 11463 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000031_0818004327.0001

    Archive newspaper 11464 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000032_0818004327.0001

    Archive newspaper 11465 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000033_0818004327.0001

    Archive newspaper 11466 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000034_0818004327.0001

    Archive newspaper 11467 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000035_0818004327.0001

    Archive newspaper 11468 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000036_0818004327.0001

    Archive newspaper 11469 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000037_0818004327.0001

    Archive newspaper 11470 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000038_0818004327.0001

    Archive newspaper 11471 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000039_0818004327.0001

    Archive newspaper 11472 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000040_0818004327.0001

    Archive newspaper 11473 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000042_0818004327.0001

    Archive newspaper 11474 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000041_0818004327.0001

    Archive newspaper 11475 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000043_0818004327.0001

    Archive newspaper 11476 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000044_0818004327.0001

    Archive newspaper 11477 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000046_0818004327.0001

    Archive newspaper 11478 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000045_0818004327.0001

    Archive newspaper 11479 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000047_0818004327.0001

    Archive newspaper 11480 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000048_0818004327.0001

    Archive newspaper 11481 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000049_0818004327.0001

    Archive newspaper 11482 26 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000050_0818004327.0001

    Archive newspaper 11483 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000051_0818004327.0001

    Archive newspaper 11484 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000052_0818004327.0001

    Archive newspaper 11485 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000053_0818004327.0001

    Archive newspaper 11486 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000054_0818004327.0001

    Archive newspaper 11491 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000059_0818004327.0001

    Archive newspaper 11492 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000060_0818004327.0001

    Archive Log 11493 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000061_0818004327.0001

    Archive newspaper 11494 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000062_0818004327.0001

    Archive newspaper 11495 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000063_0818004327.0001

    Archive newspaper 11496 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000064_0818004327.0001

    Archive newspaper 11497 June 27 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000065_0818004327.0001

    Archive newspaper 11498 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000066_0818004327.0001

    Archive newspaper 11499 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000067_0818004327.0001

    Archive newspaper 11500 27 June 13 C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000068_0818004327.0001

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_223_1_817497520.BKP element of backup RECID = 222 STAMP = 817497526

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_221_3_817497519.BKP element of backup RECID = 225 STAMP = 817498147

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_221_2_817497519.BKP element of backup RECID = STAMP 224 = 817497896

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_221_1_817497519.BKP element of backup RECID = 223 STAMP = 817497520

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000885_0816001666.0001 RECID archived log file = 2962 STAMP = 817498340

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_222_3_817497520.BKP element of backup RECID = 228 STAMP = 817498122

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_222_2_817497520.BKP element of backup RECID = 227 STAMP = 817497831

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_222_1_817497520.BKP element of backup RECID = 226 STAMP = 817497520

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000884_0816001666.0001 RECID archived log file = 2963 STAMP = 817498340

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000886_0816001666.0001 RECID archived log file = 2964 STAMP = 817502537

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_07\ARCHIVELOG\RONNIE_ARCHIVE_LOG_269_1_817502288.BKP element of backup RECID = 274 STAMP = 817502391

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000887_0816001666.0001 RECID archived log file = 2965 STAMP = 817502538

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_07\ARCHIVELOG\RONNIE_ARCHIVE_LOG_316_1_817506665.BKP element of backup RECID = 319 STAMP = 817506675

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_07\ARCHIVELOG\RONNIE_ARCHIVE_LOG_315_1_817506560.BKP element of backup RECID = 321 STAMP = 817506665

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000888_0816001666.0001 RECID archived log file = 2966 STAMP = 817509802

    remove the item from backup

    handle=C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130607-02 element of backup RECID = 322 STAMP = 817506812

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000889_0816001666.0001 RECID archived log file = 2967 STAMP = 817606998

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000890_0816001666.0001 RECID archived log file = 2968 STAMP = 817744456

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_319_1_817752151.BKP element of backup RECID = 323 STAMP = 817752152

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_318_1_817752151.BKP element of backup RECID = 324 STAMP = 817752151

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_320_1_817752152.BKP element of backup RECID = 325 STAMP = 817752152

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_321_1_817752152.BKP element of backup RECID = 326 = 817752155 STAMP

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_324_1_817752172.BKP element of backup RECID = 327 STAMP = 817752177

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_322_3_817752171.BKP element of backup RECID = 330 STAMP = 817752786

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_322_2_817752171.BKP element of backup RECID = 329 STAMP = 817752536

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_322_1_817752171.BKP element of backup RECID = 328 STAMP = 817752171

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_323_3_817752171.BKP element of backup RECID = 333 STAMP = 817752762

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_323_2_817752171.BKP element of backup RECID = 332 STAMP = 817752472

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_323_1_817752171.BKP element of backup RECID = 331 STAMP = 817752172

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000891_0816001666.0001 RECID archived log file = 2969 STAMP = 817752971

    remove the item from backup

    handle=C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130610-00 element of backup RECID = 334 STAMP = 817752963

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000892_0816001666.0001 RECID archived log file = 2970 STAMP = 817752972

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_326_1_817753203.BKP element of backup RECID = 335 STAMP = 817753209

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_329_1_817753216.BKP element of backup RECID = 336 STAMP = 817753222

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_328_1_817753211.BKP element of backup RECID = 337 STAMP = 817753216

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_327_1_817753209.BKP element of backup RECID = 338 STAMP = 817753212

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000893_0816001666.0001 RECID archived log file = 2971 STAMP = 817753304

    remove the item from backup

    handle=C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130610-01 element of backup RECID = 339 STAMP = 817753265

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000894_0816001666.0001 RECID archived log file = 2972 STAMP = 817753306

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_331_1_817753347.BKP element of backup RECID = 340 STAMP = 817753348

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_334_1_817753349.BKP element of backup RECID = STAMP 341 = 817753359

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_333_1_817753349.BKP element of backup RECID = 342 STAMP = 817753349

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_332_1_817753348.BKP element of backup RECID = 343 STAMP = 817753349

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_335_1_817753372.BKP element of backup RECID = 344 STAMP = 817753373

    remove the item from backup

    handle=C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130610-02 backup RECID piece = 345 STAMP = 817753377

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_337_1_817838604.BKP element of backup RECID = 346 STAMP = 817838604

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_340_1_817838605.BKP element of backup RECID = 347 STAMP = 817838612

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_341_1_817838615.BKP element of backup RECID = 348 STAMP = 817838617

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_339_1_817838604.BKP element of backup RECID = 349 STAMP = 817838605

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_338_1_817838604.BKP element of backup RECID = 350 STAMP = 817838604

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_344_1_817838622.BKP element of backup RECID = 351 STAMP = 817838627

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_342_3_817838621.BKP element of backup RECID = 354 STAMP = 817839225

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_342_2_817838621.BKP element of backup RECID = 353 STAMP = 817838987

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_342_1_817838621.BKP element of backup RECID = 352 STAMP = 817838621

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_343_3_817838621.BKP element of backup RECID = 357 STAMP = 817839222

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_343_2_817838621.BKP element of backup RECID = 356 STAMP = 817838932

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_343_1_817838621.BKP element of backup RECID = 355 STAMP = 817838622

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000896_0816001666.0001 RECID archived log file = 2973 STAMP = 817839705

    remove the item from backup

    handle=C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130611-00 element of backup RECID = 358 = 817839620 STAMP

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000895_0816001666.0001 RECID archived log file = 2974 STAMP = 817839706

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_346_1_817839767.BKP element of backup RECID = 359 STAMP = 817839768

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_349_1_817839774.BKP element of backup RECID = 360 STAMP = 817839785

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_348_1_817839769.BKP element of backup RECID = 361 STAMP = 817839774

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_347_1_817839768.BKP element of backup RECID = 362 STAMP = 817839769

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_350_1_817839785.BKP element of backup RECID = 363 STAMP = 817839791

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000897_0816001666.0001 RECID archived log file = 2975 STAMP = 817839844

    remove the item from backup

    handle=C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130611-01 element of backup RECID = 364 = 817839811 STAMP

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000898_0816001666.0001 RECID archived log file = 2976 STAMP = 817839845

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_352_1_817839885.BKP element of backup RECID = STAMP 365 = 817839885

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_354_1_817839887.BKP element of backup RECID = 366 STAMP = 817839891

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_355_1_817839891.BKP element of backup RECID = 367 = 817839907 STAMP

    remove the item from backup

    handle=C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130611-02 element of backup RECID = 370 STAMP = 817839927

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000900_0816001666.0001 RECID archived log file = 2978 STAMP = 817902611

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000901_0816001666.0001 RECID archived log file = 2979 STAMP = 817907959

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000902_0816001666.0001 RECID archived log file = 2980 STAMP = 817908086

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000903_0816001666.0001 RECID archived log file = 2981 STAMP = 817923347

    remove the item from backup

    handle=C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130612-00 element of backup RECID = 372 STAMP = 817913276

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000904_0816001666.0001 RECID archived log file = 2982 STAMP = 817923356

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000905_0816001666.0001 RECID archived log file = 2983 STAMP = 817923410

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000906_0816001666.0001 RECID archived log file = 2984 STAMP = 817923419

    Delete archived log

    RECID = STAMP 2985 = 817923470 name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000907_0816001666.0001 archived log file

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000908_0816001666.0001 RECID archived log file = 2986 STAMP = 817923518

    handle=C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_353_1_817839885.BKP element of backup RECID = 368 STAMP = 817839887

    remove the item from backup

    handle=C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_356_1_817839906.BKP element of backup RECID = 369 STAMP = 817839908

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000899_0816001666.0001 RECID archived log file = 2977 STAMP = 817897941

    remove the item from backup

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000909_0816001666.0001 RECID archived log file = 2987 STAMP = 817923567

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000910_0816001666.0001 RECID archived log file = 2988 STAMP = 817923573

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000911_0816001666.0001 RECID archived log file = 2989 STAMP = 817923616

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000912_0816001666.0001 RECID archived log file = 2990 STAMP = 817923624

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000913_0816001666.0001 RECID archived log file = 2991 STAMP = 817924068

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000914_0816001666.0001 RECID archived log file = 2992 STAMP = 817924091

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000915_0816001666.0001 RECID archived log file = 2993 STAMP = 817924129

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000916_0816001666.0001 RECID archived log file = 2994 STAMP = 817924134

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000917_0816001666.0001 RECID archived log file = 2995 STAMP = 817924155

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000918_0816001666.0001 RECID archived log file = 2996 STAMP = 817924162

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000919_0816001666.0001 RECID archived log file = 2997 STAMP = 817924200

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000920_0816001666.0001 RECID archived log file = 2998 STAMP = 817924223

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000922_0816001666.0001 RECID archived log file = 2999 STAMP = 817924250

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000921_0816001666.0001 RECID archived log file = 3000 STAMP = 817924250

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000923_0816001666.0001 RECID archived log file = 3001 STAMP = 817924280

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000924_0816001666.0001 RECID archived log file = 3002 STAMP = 817924280

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000925_0816001666.0001 RECID archived log file = 3003 STAMP = 817924319

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000926_0816001666.0001 RECID archived log file = 3004 STAMP = 817924347

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000927_0816001666.0001 RECID archived log file = 3005 STAMP = 817924376

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000928_0816001666.0001 RECID archived log file = 3006 STAMP = 817924378

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000930_0816001666.0001 RECID archived log file = 3007 STAMP = 817924404

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000929_0816001666.0001 RECID archived log file = 3008 STAMP = 817924406

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000931_0816001666.0001 RECID archived log file = 3009 STAMP = 817924439

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000932_0816001666.0001 RECID archived log file = 3010 STAMP = 817924470

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000933_0816001666.0001 RECID archived log file = 3011 STAMP = 817924506

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000934_0816001666.0001 RECID archived log file = 3012 STAMP = 817924511

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000935_0816001666.0001 RECID archived log file = 3013 STAMP = 817924653

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000936_0816001666.0001 RECID archived log file = 3014 STAMP = 817924919

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000937_0816001666.0001 RECID archived log file = 3015 STAMP = 817925324

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000938_0816001666.0001 RECID archived log file = 3016 STAMP = 817925418

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000939_0816001666.0001 RECID archived log file = 3017 STAMP = 817925555

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000940_0816001666.0001 RECID archived log file = 3018 STAMP = 817925555

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000941_0816001666.0001 RECID archived log file = 3019 STAMP = 817925628

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000942_0816001666.0001 RECID archived log file = 3020 STAMP = 817925632

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000943_0816001666.0001 RECID archived log file = 3021 STAMP = 817925743

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000944_0816001666.0001 RECID archived log file = 3022 STAMP = 817925802

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000945_0816001666.0001 RECID archived log file = 3023 STAMP = 817925840

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000946_0816001666.0001 RECID archived log file = 3024 STAMP = 817925844

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000947_0816001666.0001 RECID archived log file = 3025 STAMP = 817925884

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000948_0816001666.0001 RECID archived log file = 3026 STAMP = 817925887

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000949_0816001666.0001 RECID archived log file = 3027 STAMP = 817925922

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000950_0816001666.0001 RECID archived log file = 3028 STAMP = 817925954

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000951_0816001666.0001 RECID archived log file = 3029 STAMP = 817925987

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000952_0816001666.0001 RECID archived log file = 3030 STAMP = 817925990

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000953_0816001666.0001 RECID archived log file = 3031 STAMP = 817926033

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000954_0816001666.0001 RECID archived log file = 3032 STAMP = 817926041

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000955_0816001666.0001 RECID archived log file = 3033 STAMP = 817926079

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000956_0816001666.0001 RECID archived log file = 3034 STAMP = 817926113

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000957_0816001666.0001 RECID archived log file = 3035 STAMP = 817926150

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000958_0816001666.0001 RECID archived log file = 3036 STAMP = 817926153

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000959_0816001666.0001 RECID archived log file = 3037 STAMP = 817926191

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000960_0816001666.0001 RECID archived log file = 3038 STAMP = 817926195

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000961_0816001666.0001 RECID archived log file = 3039 STAMP = 817926232

    remove the item from backup

    the backup piece handle = RECID = 373 = 817983057 STAMP C:\BACKUP\RONNIE\2013_06_12\BAOC2RIC_1_1

    remove the item from backup

    the backup piece handle = RECID = 374 STAMP = 817983052 C:\BACKUP\RONNIE\2013_06_12\B8OC2RIC_1_1

    remove the item from backup

    the backup piece handle = RECID = 375 STAMP = 817983053 C:\BACKUP\RONNIE\2013_06_12\B9OC2RIC_1_1

    remove the item from backup

    handle=C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130613-00 element of backup RECID = 376 STAMP = 817983833

    remove the item from backup

    the backup piece handle = RECID = 377 STAMP = 817983839 C:\BACKUP\RONNIE\2013_06_12\BCOC2SAV_1_1

    remove the item from backup

    the backup piece handle = RECID C:\BACKUP\RONNIE\2013_06_12\BDOC2SAV_1_1 = 378 STAMP = 817983841

    remove the item from backup

    the backup piece handle = RECID C:\BACKUP\RONNIE\2013_06_12\BEOC2SB1_1_1 = 379 STAMP = 817983874

    remove the item from backup

    the backup piece handle = RECID C:\BACKUP\RONNIE\2013_06_12\BFOC2SC1_1_1 = 380 STAMP = 817983969

    remove the item from backup

    handle=C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130613-01 element of backup RECID = 381 STAMP = 817984183

    remove the item from backup

    the backup piece handle = RECID = 382 = 817997969 STAMP C:\BACKUP\RONNIE\2013_06_13\BJOC3A4C_1_1

    remove the item from backup

    the backup piece handle = RECID = 383 STAMP = 817997964 C:\BACKUP\RONNIE\2013_06_13\BHOC3A4B_1_1

    remove the item from backup

    the backup piece handle = RECID = 384 = 817997964 STAMP C:\BACKUP\RONNIE\2013_06_13\BIOC3A4C_1_1

    remove the item from backup

    the backup piece handle = C:\BACKUP\RONNIE\2013_06_13\C-2608938308-20130613-02 RECID = 385 STAMP = 817998776

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000962_0816001666.0001 RECID archived log file = 3040 STAMP = 818004332

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000001_0818004327.0001 RECID archived log file = 3041 STAMP = 818026571

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000002_0818004327.0001 RECID archived log file = 3042 STAMP = 818049633

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000003_0818004327.0001 RECID archived log file = 3043 STAMP = 818068733

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000004_0818004327.0001 RECID archived log file = 3044 STAMP = 818068737

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000005_0818004327.0001 RECID archived log file = 3045 STAMP = 818068758

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000006_0818004327.0001 RECID archived log file = 3046 STAMP = 818068763

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000007_0818004327.0001 RECID archived log file = 3047 STAMP = 818068789

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000008_0818004327.0001 RECID archived log file = 3048 STAMP = 818068823

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000010_0818004327.0001 RECID archived log file = 3049 STAMP = 818068862

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000009_0818004327.0001 RECID archived log file = 3050 STAMP = 818068862

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000012_0818004327.0001 RECID archived log file = 3051 STAMP = 818068880

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000011_0818004327.0001 RECID archived log file = 3052 STAMP = 818068883

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000013_0818004327.0001 RECID archived log file = 3053 STAMP = 818068900

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000014_0818004327.0001 RECID archived log file = 3054 STAMP = 818118020

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000015_0818004327.0001 RECID archived log file = 3055 STAMP = 818186875

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000016_0818004327.0001 RECID archived log file = 3056 STAMP = 818204438

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000017_0818004327.0001 RECID archived log file = 3057 STAMP = 818273146

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000018_0818004327.0001 RECID archived log file = 3058 STAMP = 818292021

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000019_0818004327.0001 RECID archived log file = 3059 STAMP = 818410225

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000020_0818004327.0001 RECID archived log file = 3060 STAMP = 818496401

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000021_0818004327.0001 RECID archived log file = 3061 STAMP = 818582953

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000022_0818004327.0001 RECID archived log file = 3062 STAMP = 818584675

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000023_0818004327.0001 RECID archived log file = 3063 STAMP = 818668612

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000024_0818004327.0001 RECID archived log file = 3064 STAMP = 818688576

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000025_0818004327.0001 RECID archived log file = 3065 STAMP = 818928639

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000026_0818004327.0001 RECID archived log file = 3066 STAMP = 819014996

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000027_0818004327.0001 RECID archived log file = 3067 STAMP = 819101297

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000028_0818004327.0001 RECID archived log file = 3068 STAMP = 819103019

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000029_0818004327.0001 RECID archived log file = 3069 STAMP = 819123560

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000030_0818004327.0001 RECID archived log file = 3070 STAMP = 819123563

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000031_0818004327.0001 RECID archived log file = 3071 STAMP = 819123579

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000032_0818004327.0001 RECID archived log file = 3072 STAMP = 819123596

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000033_0818004327.0001 RECID archived log file = 3073 STAMP = 819123614

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000034_0818004327.0001 RECID archived log file = 3074 STAMP = 819123618

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000035_0818004327.0001 RECID archived log file = 3075 STAMP = 819123634

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000036_0818004327.0001 RECID archived log file = 3076 STAMP = 819123638

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000037_0818004327.0001 RECID archived log file = 3077 STAMP = 819123652

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000038_0818004327.0001 RECID archived log file = 3078 STAMP = 819123666

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000039_0818004327.0001 RECID archived log file = 3079 STAMP = 819123690

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000040_0818004327.0001 RECID archived log file = 3080 STAMP = 819123691

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000042_0818004327.0001 RECID archived log file = 3081 STAMP = 819123711

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000041_0818004327.0001 RECID archived log file = 3082 STAMP = 819123711

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000043_0818004327.0001 RECID archived log file = 3083 STAMP = 819123728

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000044_0818004327.0001 RECID archived log file = 3084 STAMP = 819123742

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000046_0818004327.0001 RECID archived log file = 3085 STAMP = 819123763

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000045_0818004327.0001 RECID archived log file = 3086 STAMP = 819123763

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000047_0818004327.0001 RECID archived log file = 3087 STAMP = 819123778

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000048_0818004327.0001 RECID archived log file = 3088 STAMP = 819123782

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000049_0818004327.0001 RECID archived log file = 3089 STAMP = 819123793

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000050_0818004327.0001 RECID archived log file = 3090 STAMP = 819152020

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000051_0818004327.0001 RECID archived log file = 3091 STAMP = 819196466

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000052_0818004327.0001 RECID archived log file = 3092 STAMP = 819196471

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000053_0818004327.0001 RECID archived log file = 3093 STAMP = 819196504

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000054_0818004327.0001 RECID archived log file = 3094 STAMP = 819196508

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000055_0818004327.0001 RECID archived log file = 3095 STAMP = 819197418

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000056_0818004327.0001 RECID archived log file = 3096 STAMP = 819197452

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000057_0818004327.0001 RECID archived log file = 3097 STAMP = 819198587

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000058_0818004327.0001 RECID archived log file = 3098 STAMP = 819198590

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000059_0818004327.0001 RECID archived log file = 3099 STAMP = 819198737

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000060_0818004327.0001 RECID archived log file = 3100 STAMP = 819198743

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000061_0818004327.0001 RECID archived log file = 3101 STAMP = 819198782

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000062_0818004327.0001 RECID archived log file = 3102 STAMP = 819198822

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000063_0818004327.0001 RECID archived log file = 3103 STAMP = 819198861

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000064_0818004327.0001 RECID archived log file = 3104 STAMP = 819198868

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000065_0818004327.0001 RECID archived log file = 3105 STAMP = 819198911

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000066_0818004327.0001 RECID archived log file = 3106 STAMP = 819198916

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000067_0818004327.0001 RECID archived log file = 3107 STAMP = 819198973

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000068_0818004327.0001 RECID archived log file = 3108 STAMP = 819199020

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000069_0818004327.0001 RECID archived log file = 3109 STAMP = 819199058

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000070_0818004327.0001 RECID archived log file = 3110 STAMP = 819199063

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000071_0818004327.0001 RECID archived log file = 3111 STAMP = 819199088

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000072_0818004327.0001 RECID archived log file = 3112 STAMP = 819199105

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000073_0818004327.0001 RECID archived log file = 3113 STAMP = 819199174

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000074_0818004327.0001 RECID archived log file = 3114 STAMP = 819199189

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000076_0818004327.0001 RECID archived log file = 3115 STAMP = 819199234

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000075_0818004327.0001 RECID archived log file = 3116 STAMP = 819199235

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000078_0818004327.0001 RECID archived log file = 3117 STAMP = 819199266

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000077_0818004327.0001 RECID archived log file = 3118 STAMP = 819199276

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000079_0818004327.0001 RECID archived log file = 3119 STAMP = 819199309

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000080_0818004327.0001 RECID archived log file = 3120 STAMP = 819199321

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000081_0818004327.0001 RECID archived log file = 3121 STAMP = 819199349

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000082_0818004327.0001 RECID archived log file = 3122 STAMP = 819199349

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000083_0818004327.0001 RECID archived log file = 3123 STAMP = 819199376

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000084_0818004327.0001 RECID archived log file = 3124 STAMP = 819199380

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000085_0818004327.0001 RECID archived log file = 3125 STAMP = 819199395

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000104_0818004327.0001 RECID archived log file = 3144 STAMP = 819199677

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000105_0818004327.0001 RECID archived log file = 3145 STAMP = 819199699

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000106_0818004327.0001 RECID archived log file = 3146 STAMP = 819199701

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000107_0818004327.0001 RECID archived log file = 3147 STAMP = 819200484

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000086_0818004327.0001 RECID archived log file = 3126 STAMP = 819199417

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000087_0818004327.0001 RECID archived log file = 3127 STAMP = 819199437

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000088_0818004327.0001 RECID archived log file = 3128 STAMP = 819199441

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000090_0818004327.0001 RECID archived log file = 3129 STAMP = 819199464

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000089_0818004327.0001 RECID archived log file = 3130 STAMP = 819199464

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000091_0818004327.0001 RECID archived log file = 3131 STAMP = 819199485

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000092_0818004327.0001 RECID archived log file = 3132 STAMP = 819199504

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000093_0818004327.0001 RECID archived log file = 3133 STAMP = 819199523

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000094_0818004327.0001 RECID archived log file = 3134 STAMP = 819199527

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000095_0818004327.0001 RECID archived log file = 3135 STAMP = 819199543

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000096_0818004327.0001 RECID archived log file = 3136 STAMP = 819199545

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000097_0818004327.0001 RECID archived log file = 3137 STAMP = 819199571

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000098_0818004327.0001 RECID archived log file = 3138 STAMP = 819199587

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000099_0818004327.0001 RECID archived log file = 3139 STAMP = 819199606

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000100_0818004327.0001 RECID archived log file = 3140 STAMP = 819199608

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000101_0818004327.0001 RECID archived log file = 3141 STAMP = 819199629

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000102_0818004327.0001 RECID archived log file = 3142 STAMP = 819199631

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000103_0818004327.0001 RECID archived log file = 3143 STAMP = 819199654

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000108_0818004327.0001 RECID archived log file = 3148 STAMP = 819200487

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000109_0818004327.0001 RECID archived log file = 3149 STAMP = 819238166

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000110_0818004327.0001 RECID archived log file = 3150 STAMP = 819278589

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000111_0818004327.0001 RECID archived log file = 3151 STAMP = 819282469

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000112_0818004327.0001 RECID archived log file = 3152 STAMP = 819282472

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000113_0818004327.0001 RECID archived log file = 3153 STAMP = 819282476

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000114_0818004327.0001 RECID archived log file = 3154 STAMP = 819282478

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000115_0818004327.0001 RECID archived log file = 3155 STAMP = 819282709

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000116_0818004327.0001 RECID archived log file = 3156 STAMP = 819283242

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000117_0818004327.0001 RECID archived log file = 3157 STAMP = 819283267

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000118_0818004327.0001 RECID archived log file = 3158 = 819283268 STAMP

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000119_0818004327.0001 RECID archived log file = 3159 STAMP = 819283416

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000120_0818004327.0001 RECID archived log file = 3160 STAMP = 819283416

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000121_0818004327.0001 RECID archived log file = 3161 STAMP = 819283433

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000122_0818004327.0001 RECID archived log file = 3162 STAMP = 819284551

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000123_0818004327.0001 RECID archived log file = 3163 STAMP = 819284661

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000124_0818004327.0001 RECID archived log file = 3164 STAMP = 819284669

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000125_0818004327.0001 RECID archived log file = 3165 STAMP = 819293839

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000126_0818004327.0001 RECID archived log file = 3166 STAMP = 819293847

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000127_0818004327.0001 RECID archived log file = 3167 STAMP = 819293898

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000128_0818004327.0001 RECID archived log file = 3168 STAMP = 819293920

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000129_0818004327.0001 RECID archived log file = 3169 STAMP = 819293946

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000130_0818004327.0001 RECID archived log file = 3170 STAMP = 819293948

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000142_0818004327.0001 RECID archived log file = 3182 STAMP = 819842489

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000143_0818004327.0001 RECID archived log file = 3183 STAMP = 819928861

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000144_0818004327.0001 RECID archived log file = 3184 STAMP = 819931125

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000145_0818004327.0001 RECID archived log file = 3185 STAMP = 820015255

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000146_0818004327.0001 RECID archived log file = 3186 STAMP = 820073748

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000147_0818004327.0001 RECID archived log file = 3187 STAMP = 820155919

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000148_0818004327.0001 RECID archived log file = 3188 STAMP = 820174086

    remove the item from backup

    the backup piece handle = C:\BACKUP\RONNIE\2013_06_13\C-2608938308-20130613-03 RECID = 386 STAMP = 818004352

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000131_0818004327.0001 RECID archived log file = 3171 STAMP = 819293975

    Delete archived log

    RECID = STAMP 3172 = 819293977 name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000132_0818004327.0001 archived log file

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000133_0818004327.0001 RECID archived log file = 3173 STAMP = 819294002

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000134_0818004327.0001 RECID archived log file = 3174 STAMP = 819303480

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000135_0818004327.0001 RECID archived log file = 3175 STAMP = 819364822

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000136_0818004327.0001 RECID archived log file = 3176 STAMP = 819375546

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000137_0818004327.0001 RECID archived log file = 3177 STAMP = 819468403

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000138_0818004327.0001 RECID archived log file = 3178 STAMP = 819482857

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000139_0818004327.0001 RECID archived log file = 3179 STAMP = 819652158

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000140_0818004327.0001 RECID archived log file = 3180 STAMP = 819756053

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000141_0818004327.0001 RECID archived log file = 3181 STAMP = 819838850

    Delete archived log

    remove the item from backup

    the backup piece handle = RECID = 387 = 820250547 STAMP C:\BACKUP\RONNIE\2013_07_08\BOOE81TB_1_1

    remove the item from backup

    the backup piece handle = RECID = 388 STAMP = 820250539 C:\BACKUP\RONNIE\2013_07_08\BMOE81TB_1_1

    remove the item from backup

    the backup piece handle = RECID = 389 STAMP = 820250540 C:\BACKUP\RONNIE\2013_07_08\BNOE81TB_1_1

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000149_0818004327.0001 RECID archived log file = 3189 STAMP = 820257006

    remove the item from backup

    the backup piece handle = C:\BACKUP\RONNIE\2013_06_13\C-2608938308-20130708-00 RECID = 390 STAMP = 820251335

    Delete archived log

    name=C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000150_0818004327.0001 RECID archived log file = 3190 STAMP = 820274431

    remove the item from backup

    the backup piece handle = C:\BACKUP\RONNIE\2013_06_13\C-2608938308-20130709-00 RECID = 392 STAMP = 820314879

    remove the item from backup

    the backup piece handle = C:\BACKUP\RONNIE\2013_07_09\C-2608938308-20130709-01 RECID = 396 STAMP = 820316453

    remove the item from backup

    the backup piece handle = C:\BACKUP\RONNIE\2013_07_09\C-2608938308-20130709-02 RECID = 398 STAMP = 820318286

    310 items deleted

    RMAN-06207: WARNING: 33 items could not be removed for DISC due channels

    RMAN-06208: status do not match.  Use the OVERLAP command to set status

    RMAN-06210: list of relevant objects

    RMAN-06211: =.

    RMAN-06212: filename/Type object Handle

    RMAN-06213: --------------- ---------------------------------------------------

    RMAN-06214: Archivelog C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_10\O1_MF_1_1508_8VDHNOLY_. ARC

    RMAN-06214: Archivelog C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_10\O1_MF_1_1509_8VDNV9RQ_. ARC

    RMAN-06214: Archivelog C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_11\O1_MF_1_1510_8VDV5831_. ARC

    RMAN-06214: Archivelog C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_12\O1_MF_1_1511_8VHHNROJ_. ARC

    RMAN-06214: Archivelog C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_12\O1_MF_1_1512_8VJXYTOD_. ARC

    RMAN-06214: Archivelog C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_13\O1_MF_1_1513_8VM9449J_. ARC

    RMAN-06214: part C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_01\O1_MF_NNNDF_BACKUP_RONNIE_NPAD_0_8R2CP9XF_ of backup

    RMAN-06214: part C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_01\O1_MF_ANNNN_BACKUP_RONNIE_NPAD_0_8R2JNF7Q_ of backup

    RMAN-06214: part C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_NCSNF_BACKUP_RONNIE_NPAD_0_8SDRBFW0_ of backup

    RMAN-06214: part C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONNIE_NPAD_0_8SDRC87Y_ of backup

    RMAN-06214: part C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONNIE_NPAD_0_8SDRZGRO_ of backup

    RMAN-06214: part C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONNIE_NPAD_0_8SDSKHD0_ of backup

    RMAN-06214: part C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONNIE_NPAD_0_8SDT3T6M_ of backup

    RMAN-06214: part C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONNIE_NPAD_0_8SDTPGX1_ of backup

    RMAN-06214: part C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONNIE_NPAD_0_8SDV7Q8L_ of backup

    RMAN-06214: part C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONNIE_NPAD_0_8SDVT8BH_ of backup

    RMAN-06214: part C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONNIE_NPAD_0_8SDWFWWX_ of backup

    RMAN-06214: part C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONNIE_NPAD_0_8SDWZTPT_ of backup

    RMAN-06214: part C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_NCNNF_BACKUP_RONNIE_NPAD_0_8SDX0R82_ of backup

    RMAN-06214: part C:\RMAN_BACKUP\1LOA3L40_1_1 of backup

    RMAN-06214: part C:\RMAN_BACKUP\1MOA3L5M_1_1 of backup

    RMAN-06214: part C:\RMAN_BACKUP\1KOA3L3F_1_1 of backup

    RMAN-06214: part C:\RMAN_BACKUP\1JOA3L3C_1_1 of backup

    RMAN-06214: part C:\RMAN_BACKUP\1IOA3L3C_1_1 of backup

    RMAN-06214: part C:\RMAN_BACKUP\1NOA3NE8_1_1 of backup

    RMAN-06214: part C:\RMAN_BACKUP\1OOA3NEA_1_1 of backup

    RMAN-06214: part C:\RMAN_BACKUP\1QOA3NFE_1_1 of backup

    RMAN-06214: part C:\RMAN_BACKUP\1POA3NEP_1_1 of backup

    RMAN-06214: part C:\RMAN_BACKUP\1ROA3O5U_1_1 of backup

    RMAN-06214: part C:\RMAN_BACKUP\27OBQVC6_1_1 of backup

    RMAN-06214: part C:\RMAN_BACKUP\26OBQVC5_1_1 of backup

    RMAN-06214: part C:\RMAN_BACKUP\25OBQVC5_1_1 of backup

    RMAN-06214: part C:\CONTROLFILE_BACKUP\C-2608938308-20130610-01 of backup

    "exit";

    output channel;

    output channel: ORA_MAINT_DISK_1

    Run an OVERLAP ARCHIVELOG ALL from the RMAN command line.

    It will identify the archivelogs expects in C:\APP\RM and C:\APP\CS.  Those found not than expected is marked as "EXPIRED".  Oracle would not seek to save them the next time.  (You can soft - delete these {assumging that really, they do not exist in the folder wait} of the EXPIRES ARCHIVELOG ALL DELETE)

    Hemant K Collette

  • Question about article PLUS ARCHIVELOG to BACKUP DATABASE

    Version: 10.2,11.1, 11.2
    Platform: AIX 6.1

    We use
    BACKUP DATABASE PLUS ARCHIVELOG;.
    to save our DBs.

    Occasionally, we get
    RMAN-06059: expected archived log not found, lost of archived log compromises recoverability
    and RMAN error and stops its execution.

    We want to know if done RMAN backup comics first and then started taking the log of archiving backup. If this isn't the case, then we will use simple command BACKUP DATABASE for DB FULL backup and then take the backup logs arch separately. We do not want our DB FULL backup to fail due to problems of archivelog.

    Hello

    RMAN backup archives first, and then proceeds to the backup of data files.

    Once the backup of data files is performed and if all the archives get generated during the backup process, then these archives was finally saved.

  • Lack of Archives

    RMAN > backup database tag more incremental archivelog to level 0 = "Level0."

    From backup 7 December 11
    Current archived log
    using channel ORA_DISK_1
    using the ORA_DISK_2 channel
    using the ORA_DISK_3 channel
    /Home/Oracle/archive/ORCL/archivelog1/2011_12_07/o1_mf_1_50_7fyf6d08_.arc archived log not found or at odds with catalog
    try another file archivelog thread 1, sequence 50
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of command thus backup archivelog to 2011-12-07 18:45:20
    RMAN-06059: journal archived expected not found, lost of archived newspaper compromised recoverability
    ORA-19625: error identification of file /home/oracle/archive/ORCL/archivelog/2011_12_07/o1_mf_1_50_7fyf6d08_.arc
    ORA-27037: unable to get file status
    Linux error: 2: no such file or directory
    Additional information: 3

    Log archiving
    SQL > show db_recovery_file_dest parameter;

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    db_recovery_file_dest string/home/oracle/archive/ARCHIVES
    whole large db_recovery_file_dest_size 10G
    why rman seeks the archives to a different location?

    In fact it will fix it:

    ALLOCATE CHANNEL FOR MAINTENANCE DEVICE TYPE DISK;
    CHANGE ARCHIVELOG ALL CROSSCHECK;
    

    : p

Maybe you are looking for

  • I want to delete my score but my bootcamp assistant does not work

    Hello I have a desktop mac 2011 mid running on El captain. I have partitioned my Mac several years ago and now want to get rid of him, that I no longer use it. Unfortunately when I try to open the Bootcamp assistant, it gives just the message "This M

  • Lenovo Y510p 755M SLI - bad perfomance | Low FPS

    Hello Background About a year ago, I bought my Y510p. Initially the laptop seems to work well, but it took me two months to see that the enclosed second of 755M SLI card was not recognized by the system and so I realized that I had played a 755 in tw

  • What happened to all the drivers (HP Envy m6-n010dx)?

    Hello. I have recently reinstalled Windows 8.1 and wanted to get some of the drivers on the HP site that generally I found nowhere else. I noticed that the driver HP Web site has more all the drivers for my laptop? http://h10025.www1.HP.com/ewfrf/wc/

  • HP Photosmart more: Please answer as soon as possible!

    Hello I use HP Photosmart Plus e-ALL-IN-ONE B210 series printer, my operating system is Mac OS X version 10.10.5 Yosemite and I've updated now for OS X El Capitan. But when I use my CD setup om my mac it says this software not compitable with the CD,

  • Windows search can not find my files

    Even if I indexed all folders on my computer Windows Search can not find something of my music, my pictures, and my videos folders. I checked if they are indexed and they are. I tried rebuilding the index, but it did not help. Does anyone know what m