Incremental backup RMAN and compression

RMAN compresses data for additional membership 0 and level 1 backups. Specifically - can I use advanced compression if olny use incremental backups?

Welcome.

When in forums try and answer relatively useful and correct responses, helps us and as well as others who later discovers the forums when the answers are marked as having a value compared to the question.

Tags: Business Intelligence

Similar Questions

  • While you take the cumulative incremental backup RMAN. Meanwhile users ke

    While you take the cumulative incremental backup RMAN.
    During this time users keep be updated, insert the corresponding schema.
    But my Client doesn't backup up-to-date. Is it possible to get the up-to-date backup?
    (If I have something wrong, sorry about that, that was my interview question)

    Thanks for all,
    Kind regards
    DB

    DB wrote:
    While you take the cumulative incremental backup RMAN.
    During this time users keep be updated, insert the corresponding schema.
    But my Client doesn't backup up-to-date. Is it possible to get the up-to-date backup?
    (If I have something wrong, sorry about that, that was my interview question)

    Thanks for all,
    Kind regards
    DB

    RMAN backup is not compatible and easy to follow on-line transactions. If it's something any purpose of migration suggest taking COLD backup.
    If it's no way suggested, then after your entire + cumulative backups, however, that data will be available in archives

  • case of disaster with backup rman and archivelogs

    Salvation;

    When the disk failure comes and drop everything on disks, if we have a cold backup and logs archiving ONLY after a cold backup up to disk failure, we can restore files (datafiles, controlfile and everything) and apply to these cold backup archive logs and make the database updated up to the failure of disks.

    I had this case in real life, and it works.


    but

    What happens if you don't have backup rman online that was taken before the failure of disk instead of cold backup and archive logs that was created after the backup online up to the failure of the drive.


    We can restore the online of rman backup files, but can we apply archive logs to these restored files to update the database to the disk failure?



    Best regards

    Use the SET clause UNTIL - for example the VALUE up to TIME - before running the command RECOVER the DATABASE.

    See http://docs.oracle.com/cd/E11882_01/backup.112/e10643/rcmsubcl019.htm#i1000331

    and example 4-38 on the same page.

    Hemant K Collette

  • Performance on the backups RMAN and LOBs

    Hi all

    We have 4 data nodes (11.2.0.3) running on a RHEL. The db has 2.5TBs, and we realized that the backup incremental level 1 takes too long to complete. Doing some research, we found a few posts saying that, during a backup of a segment, if this same segment has a large number of business segments (and that's our case... a large number of business segments) and backup compression (we use COMPRESSION to CONFIGURE ALGORITHM 'HIGH' OPTIMIZE for LOAD REAL EN BROADCAST 'DEFAULT') this backup even can take much longer than an uncompressed backup. What I would like to know, is if you have had an equal experience and if you change the algorithm of compression to zero, the backup will run faster.

    PS - the entry and exit of the backup is disk.

    Thanks in advance.

    Hello;

    Yes is the simple answer.

    SELECT
      ALGORITHM_NAME,
      ALGORITHM_DESCRIPTION,
      IS_DEFAULT
    FROM
      V$RMAN_COMPRESSION_ALGORITHM;
    

    Compression can take a long time depending on the stored data. Try to compress a file zip for example, it is generally slower on the second pass.

    Best regards

    mseberg

  • How to find sizes backupset for full and incremental backups

    How can I get the exact sizes of backupsets, full and incremental backups RMAN? In addition, it would be nice to separate the backupset size in data and archiving logs files.

    Don't know exactly what you can include in your output, but the following is an example:

    SQL> select ctime "Date"
      2       , decode(backup_type, 'L', 'Archive Log', 'D', 'Full', 'Incremental') backup_type
      3       , bsize "Size MB"
      4  from (select trunc(bp.completion_time) ctime
      5          , backup_type
      6          , round(sum(bp.bytes/1024/1024),2) bsize
      7     from v$backup_set bs, v$backup_piece bp
      8     where bs.set_stamp = bp.set_stamp
      9     and bs.set_count  = bp.set_count
     10     and bp.status = 'A'
     11     group by trunc(bp.completion_time), backup_type)
     12  order by 1, 2;
    
    Date      BACKUP_TYPE    Size MB
    --------- ----------- ----------
    03-JUL-10 Archive Log       7.31
    03-JUL-10 Full             29.81
    03-JUL-10 Incremental    2853.85
    04-JUL-10 Archive Log       3.59
    04-JUL-10 Full              7.45
    04-JUL-10 Incremental       3.05
    
    6 rows selected.
    
  • Incremental backups does not


    Hi, I have always used backups RMAN and tested and restored several times without problem.

    IM now playing with incremental backups and seem to get confused.

    I ran a level 0 backup, then a level 1 backup and then deleted some db files and restored my database very well. However when I sailed on the recovery, I expected to pick up the level 1 backup during recovery. Instead he just used logs archived. I thought well, it will be used the newspapers archived on the level 1 backup if both were available.

    In any case, I decided to test this. Yet once, I ran a level 0 backup. I then changed my recovery logs and then remove all logs archiving (obvisously recovery would be impossible at the moment). I then ran a level 1 backup I thought would recovery possible and switched it again connects again create logs to archive more.

    Then, I removed some db files and tried to restore and recover the database. I expect to restore the database of the level 0 backup (which is), and then as I deleted logs archiving between the 0 and 1 level backup, I expect to use the level 1 backup and then use the remaining archivelogs after that.

    However, RMAN has reported the following:

    RMAN-06053: unable to perform the recovery of the media because of the missing journal

    RMAN-06025: no log backup archived for thread 1 with sequence 335 and startin

    g 7283154681366 SNA found to restore

    What is going on?

    Thank you very much

    Adam

    > I then removed some db files and tried to restore and recover the database

    You use a recovery catalog schema which would be "in the loop" of all L1 backups, archivelog and L0?  If you use a controlfile, you restore the backup of the controfile?  What backup controlfile restore you?  You need the controlfile is from a point after the backup of the L1 while it would be "in the loop" of the backup of the L1.

    Hemant K Collette

  • Incremental backup

    Hello

    I have a problem with incremental backups RMAN level 1 "too big (50-75% of the total DB dimensions, including the archive logs).

    Attempted to change the cumulative incr to differential backups to limit the data to back up.

    So, I would like to confirm that I actually run differential backups and not be combined during the days of the week.

    Anyone have a query which can check the type of backup that I used?

    It s an OLTP database running Oracle 11.2.

    Sorry for not adding the view all and everything but I m at home after working hours, try to understand this.

    See you soon

    Hello

    User RMAN must use a name in the 'format' or 'tag' option or two to show

    type of backup was made.  For example:

    database backup incremental level 0 format 'c:\temp\diff_incr_zero_%U.bak ';

    or

    database backup incremental level 0 tag diff_incr_zero;

    Without the tag, or format clauses specifying the type of backup performed.

    It is not possible to use the RMAN list or any point of view RMAN command to determine

    the difference of these two types of backups.

    Thank you

  • What is the role of the archived in an incremental backup redo log files?

    I want to know, to which RMAN reads what block of data is changed after the last incremental backup.
    and what is the role of the archived in an incremental backup redo log files?

    Please guide.

    Hello

    First Querstion response->
    Each block of data in a data file contains a system change number (SCN), which is the SCN of the last change to the block. During an incremental backup, RMAN reads the RCS of each block of data in the input file and compares at the checkpoint SCN of the incremental backup from parent. If the RCS in the block of input data is greater than or equal to checkpoint SCN of the parent, then RMAN copies the block.

    2 - the archived redolog files are required for the restoration of the online of rman incremental backup in a consistent state.

    Thank you & best regards
    Rahul Sharma

  • Unlike cumulative and incremental backups in RMAN premium

    Could someone please explain with example on Cumulative and differential incremental backups in RMAN... ?

    It is true that in Oracle 10 g, we have only level 0 and level 1 incremental backups?

    -Yasser

    incremental backup diffrentail backup of the blocks that have changed since the last level or same level backup IE

    SAT             L0     (include blocks which ever been used block 1,2,3)
    after that             block changed only 3
    SUN             L1     (block 3)
    after that             block changed occur 2
    MON             L1     (include block only 2)
    Mon (night)     L2     (include those block which modified after Monday L1 backup)
    
    Cumulative will take backup with its level (n-1)
    
    SAT             L0     (include blocks which ever been used block 1,2,3)
    after that             block changed only 3
    SUN             L1     (here n is 1 then n-1=0 include block 1,2,3)
    MON             L1     (here n is 1 then n-1=0 include block  1,2,3)
    Mon (night)     L2     (here n is 2 then n-1=1 include those block which modified after Monday L1 backup)
    

    Khurram

  • RMAN incremental backup continue to make backups "complete"?

    Hello, I am new to RMAN. I used only the full backup by RMAN, and it was OK. Now, due to lack of disk space, I decided to make incremental backups.

    I put 'to recovey retention policy window of 3 days; then made a new backup (by MS) job, looks like:

    $rman_script = ' backup database cumulative device type disk tag '% TAG' extra strength 1;

    backup disc tag '% TAG' type device archivelog all not saved delete all entries;

    But, always visible, size of the backup is the same all the time as a full backup? Where is my mistake?

    This is a backup log:

    RMAN > database backup incremental level 1 cumulative device type disk tag "BACKUP_DB10_00002_070413021501".

    From backup 4 July 13

    allocated channel: ORA_DISK_1

    channel ORA_DISK_1: sid = 1043 devtype = DISK

    channel ORA_DISK_1: additional start-up compressed 1 datafile backupset

    channel ORA_DISK_1: specifying datafile (s) in backupset

    input datafile fno = name=/database/app/oracle/oradata/db/tablespace1.dbf 00007

    input datafile fno = name=/database/app/oracle/oradata/db/tablespace2.dbf 00002

    ...

    channel ORA_DISK_1: starting total, 1 to 4 July 13

    channel ORA_DISK_1: finished piece 1 to 4 July 13

    piece handle=/backup/oracle/flash_recovery_area/db/backupset/2013_07_04/o1_mf_nnnd1_BACKUP_DB10_00002_0_8x9d45f5_.bkp tag = BACKUP_DB10_00002_070413021501 comment = NONE

    channel ORA_DISK_1: complete set of backups, time: 00:41:15

    Backup finished on 4 July 13

    > database backup incremental level 1 cumulative device type disk tag "BACKUP_DB10_00002_070413021501".

    There is a Note of support Oracle ' size of level 1 or level 1 cumulative backup greater than level 0 backups [ID 1534691.1].

    which applies if you use the DUNGEON and change the tag.

    I note that you change the tag every day, but do not use the clause to KEEP this note should not apply.

    Why not explicitly run EXTRA STRENGTH 0 backup once and then monitor subsequent LEVEL 1 backups?

    Hemant K Collette

  • Before physical deployment standby with RMAN incremental backups.

    This method is available in 10g:

    http://Web.Stanford.edu/dept/ITSS/docs/Oracle/10gR2/server.102/b14239/scenarios.htm#CIHIAADC

    For 11g:

    http://docs.Oracle.com/CD/E11882_01/server.112/e41134/RMAN.htm#SBYDB00759

    For 12 c:

    http://docs.Oracle.com/database/121/BRADV/rcmadvre.htm#BRADV685

    According to dosc 10 g, the scenario is simple:

    1. create an incremental backup to SNA required on primary and copy it in standby mode

    2 save the backup in sleep mode and perform a recovery

    11 g dosc, we must recreate the standby control file and update the file names before performing the recovery.

    12 c introduces the new method - recovery on network, but again, we must recreate and standby control file update.

    The question is: why we must create new controlfile ensures g 11 and 12 c and can we use a simple method of 10g?

    Thank you.

    Hello

    1 why the incremental backup application does not update standby controlfile?

    -Your database pending is be retrieved using the incremental backup. This does not update the eve controlfile. Your standby controlfile completely ignores the last CNS to the primary database.

    2. what happens if we leave the old standby controlfile? RFS will record new logs of the primary, but will ignore them MRP? If so, can update us standby controlfile by manually applying the following log?

    -Your old standby controlfile is unaware of the last CNS to the primary database.

    As Mseberg said, trying things on a test computer and you will have the answers to your questions.

    Kind regards

    Shivananda

  • STRATEGY OF RETENTION and incremental backups.

    Consider the following scenario.

    Sunday: level 0
    Monday: level 1
    Tuesday: level 1
    Wednesday: level 1 cumulative

    If we make the recovery Friday, rman uses Level0, last level 1 and all logs after him. All other newspapers and incremental backups are not necessary.

    Now assume that the retention policy is window of recovery of 1 or 2 days. RMAN will review these logs and backups as obsolete Friday?

    Obsolete backups - backups are performed before the last full backup that is not obsolete. Because level 1 is not full backup, rman will retain all of the incremental backups and archive logs that are created after the 0 level.

  • Error with rman and ArcServe backup

    Hello everyone.
    There is a problem with the backup database. Backup is done using ArcServe on the tape library. Logs attached.

    Previously, everything worked correctly (02/01).

    02/01 23:01:45(30410412) - ********************************************************************************

    02/01 23:01:45 (30410412) - Oracle's agent for CA ARCserve Backup for UNIX r16 Agent for Oracle (Build 6838.1)

    02/01 23:01:45 (30410412) - server type [12]

    23:01:45 (30410412) 02/01 - a job has been received from CA ARCserve Backup running on host A5400W10

    23:01:45 (30410412) 02/01 - info Agent Oracle. [16,0,6838,60]

    23:01:45 (30410412) 02/01 - the SID of Oracle database to be backed up is [APRODE]

    23:01:45 (30410412) 02/01 - the backup option is RECOVERY MANAGER through GUI

    02/01 23:01:45 (30410412) - getCurrentOracleVersion - return status = 0

    23:01:45 (30410412) 02/01 - the SID of Oracle database to be backed up is [APRODE]

    23:01:45 (30410412) 02/01 - the SID of Oracle database to be backed up is [APRODE]

    02/01 23:01:45 (30410412) - the Oracle database is installed on [APRODE]

    02/01 23:01:45 (30410412) - getCurrentOracleVersion - return status = 0

    02/01 23:01:46 (30410412) - getCurrentOracleVersion - return status = 0

    02/01 23:01:46 (30410412) - getCurrentOracleVersion - return status = 0

    02/01 23:09:17 (30410412) - AE360144 could not run the RMAN command /ftas01/prod/oebs/db/tech_st/10.2.0/bin/rman msglog ' / tmp/rman_53.log ' nocatalog

    02/01 23:09:17 (30410412) - AX-RMAN =.

    23:09:17 (30410412) 02/01 - RELEASED AX-RMAN RMAN

    02/01 23:09:17 (30410412) - AX-RMAN =.

    02/01 23:09:17 (30410412) - AX-RMAN

    02/01 23:09:17 (30410412) - AX-RMAN Recovery Manager: Release 10.2.0.4.0 - Production on Sat Feb 1 23:01:46 2014

    02/01 23:09:17 (30410412) - AX-RMAN

    02/01 23:09:17 (30410412) - AX-RMAN Copyright (c) 1982, 2007, Oracle.  All rights reserved.

    02/01 23:09:17 (30410412) - AX-RMAN

    02/01 23:09:17 (30410412) - AX-RMAN RMAN >

    02/01 23:09:17 (30410412) - AX-RMAN is connected to the target database: APRODE (DBID = 260521810)

    02/01 23:09:17 (30410412) - AX-RMAN using target control file database instead of recovery catalog

    02/01 23:09:17 (30410412) - AX-RMAN

    02/01 23:09:17 (30410412) - AX-RMAN RMAN >

    02/01 23:09:17 (30410412) - AX-RMAN RMAN > run {}

    02/01 23:09:17 (30410412) - AX-RMAN 2 > allocate type of dev1_1 channel sbt format '% u_ p_ %c % journalieres_.

    02/01 23:09:17 (30410412) - AX-RMAN 3 >

    02/01 23:09:17 (30410412) - AX-RMAN 4 > parms='SBT_LIBRARY=/opt/CA/ABoraagt/libobk64.so,ENV= (MASTER_JOBID = 28 SBT_PARMS = a5400w10; PGRP0; 01.02.14 11:36; DAILY LIFE; < NULL >; SUMMARY; FAKE; FAKE; < NULL >; < NULL >; FAKE; 0; 1; 5; 0; < NULL >, DUMMY_JOBID = 53, SVR_VER = 12, MASTER_PID = 30410412, CANCEL_SBT = 110100517, CA_AB_SECURITY_ID = Global | A

    02/01 23:09:17 (30410412) - AX-RMAN 5 > RCSECURITYID619011391281214? caroot)';

    02/01 23:09:17 (30410412) - AX-RMAN 6 >

    02/01 23:09:17 (30410412) - AX-RMAN 7 > Send 'SBT_MEDIAPOOL = all DAYS. "

    02/01 23:09:17 (30410412) - AX-RMAN 8 >

    02/01 23:09:17 (30410412) - AX-RMAN 9 > level incremental backup = 1 database cumulative tag = "DAILY" understand current controlfile more archivelog tag = "DAILY" ENTRY DELETE;

    02/01 23:09:17 (30410412) - AX-RMAN 10 >

    02/01 23:09:17 (30410412) - AX-RMAN 11 > delete noprompt obsolete force device type sbt;

    02/01 23:09:17 (30410412) - AX-RMAN 12 >

    02/01 23:09:17 (30410412) - 13 AX-RMAN > exit channel dev1_1;

    02/01 23:09:17 (30410412) - AX-RMAN 14 >

    {02/01 23:09:17 (30410412) - AX-RMAN 15 >}

    02/01 23:09:17 (30410412) - AX-RMAN allocated channel: dev1_1

    02/01 23:09:17 (30410412) - AX-RMAN channel dev1_1: sid = 1668 devtype = SBT_TAPE

    02/01 23:09:17 (30410412) - AX-RMAN channel dev1_1: CA ARCserve Backup Agent Oracle v16.0

    02/01 23:09:17 (30410412) - AX-RMAN

    02/01 23:09:17 (30410412) - AX-RMAN sent the pipe command: dev1_1

    02/01 23:09:17 (30410412) - AX-RMAN

    02/01 23:09:17 (30410412) - AX-RMAN

    02/01 23:09:17 (30410412) - backup RMAN-AX starting at 02/01/2014/23: 01:54

    02/01 23:09:17 (30410412) - AX-RMAN current relating to records archived

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126766_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126767_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126768_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126769_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126770_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126771_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126772_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126773_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126774_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126775_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126776_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126777_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126778_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126779_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126780_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126781_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126782_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126783_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126784_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126785_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126786_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126787_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126788_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126789_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126790_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126791_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126792_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126793_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126794_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126795_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126796_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126797_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126798_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126799_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126800_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126801_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126802_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126803_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126804_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126805_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126806_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126807_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126808_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126809_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126810_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126811_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126812_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126813_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126814_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126815_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126816_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126817_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126818_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126819_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126820_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126821_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126822_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126823_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126824_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126825_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126826_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126827_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126828_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126829_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126830_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126831_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126832_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126833_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126834_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126835_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126836_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126837_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126838_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126839_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126840_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126841_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126842_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126843_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126844_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126845_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126846_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126847_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126848_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126849_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126850_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126851_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126852_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126853_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126854_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126855_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126856_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126857_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126858_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126859_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126860_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126861_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126862_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126863_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126864_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126865_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126866_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126867_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126868_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126869_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126870_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126871_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126872_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126873_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126874_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126875_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126876_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126877_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126878_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126879_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126880_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126881_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126882_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126883_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126884_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126885_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126886_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126887_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126888_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126889_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126890_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126891_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126892_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126893_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126894_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126895_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126896_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126897_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126898_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126899_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126900_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126901_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126902_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126903_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126904_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126905_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126906_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126907_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126908_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126909_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126910_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126911_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126912_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126913_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126914_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126915_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126916_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126917_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126918_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126919_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126920_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126921_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126922_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126923_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126924_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126925_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126926_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126927_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126928_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126929_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126930_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126931_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126932_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126933_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126934_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126935_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126936_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126937_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126938_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126939_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126940_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126941_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126942_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126943_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126944_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126945_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126946_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126947_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126948_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126949_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126950_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126951_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126952_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126953_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126954_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126955_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126956_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126957_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126958_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126959_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126960_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126961_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126962_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126963_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126964_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126965_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126966_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126967_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126968_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126969_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126970_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126971_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126972_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126973_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126974_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126975_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126976_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126977_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126978_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126979_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126980_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126981_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126982_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126983_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126984_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126985_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126986_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126987_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126988_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126989_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126990_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126991_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126992_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126993_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126994_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126995_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126996_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126997_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126998_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_126999_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_127000_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_127001_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_127002_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_127003_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_127004_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_127005_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_127006_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_127007_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_127008_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_127009_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_127010_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_127011_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_127012_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_127013_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_127014_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_127015_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_127016_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - archive jump AX-RMAN log file /ftas01/prod/oebs/db/arc/1_127017_753902518.dbf. already saved 1 time

    02/01 23:09:17 (30410412) - AX-RMAN channel dev1_1: from archive newspaper backupset

    02/01 23:09:17 (30410412) - AX-RMAN channel dev1_1: specification of archive log backup set

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 = recid 127018 127834 = 838349169 stamp = sequence

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = 127019 127835 = 838349736 stamp = recid

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = 127020 127836 = 838350777 stamp = recid

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = recid = 127021 stamp 127837 = 838352880

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = 127022 127838 = 838353889 stamp = recid

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = 127023 127839 = 838354528 stamp = recid

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = recid 127024 = 127840 = 838355108 stamp

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = recid = 127025 stamp 127841 = 838357605

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = recid = 127026 stamp = 127842 838359931

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = 127027 127843 = 838360090 stamp = recid

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = recid = 127028 stamp 127844 = 838364442

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = recid 127029 stamp 127845 = 838364778 =

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = 127030 recid = stamp 127846 = 838370850

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 = recid 127031 127847 = 838371366 stamp = sequence

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = recid 127032 stamp 127848 = 838371975 =

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = recid = 127033 stamp 127849 = 838372935

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = 127034 127850 = 838374516 stamp = recid

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence 127035 recid = 127851 = 838375619 stamp =

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = recid 127036 stamp 127852 = 838375935 =

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = 127037 127853 = 838376747 stamp = recid

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = recid 127038 stamp 127854 = 838377933 =

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = 127039 127855 = 838378115 stamp = recid

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = 127040 127856 = 838378278 stamp = recid

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = recid 127041 stamp 127857 = 838378606 =

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = 127042 127858 = 838378714 stamp = recid

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = 127043 127859 = 838379210 stamp = recid

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 = recid 127044 127860 = 838379432 stamp = sequence

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = recid = 127045 stamp 127861 = 838379479

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 = recid 127046 127862 = 838379640 stamp = sequence

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = 127047 127863 = 838379800 stamp = recid

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = 127048 127864 = 838379958 stamp = recid

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = recid 127049 stamp 127865 = 838380121 =

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = 127050 127866 = 838380184 stamp = recid

    02/01 23:09:17 (30410412) - AX-RMAN of entry thread archive log = 1 sequence = recid 127051 stamp 127867 = 838382587 =

    02/01 23:09:17 (30410412) - AX-RMAN channel dev1_1: total starting at 02/01/2014/23, 1:02:07

    02/01 23:09:17 (30410412) - AX-RMAN channel dev1_1: finished piece 1 at 02/01/2014/23: 07:52

    02/01 23:09:17 (30410412) - handful of room AX-RMAN = DAILY_8dovijje_1_1 = DAILY comment tag = API Version 2.0, Version MMS 16.0.0.0

    02/01 23:09:17 (30410412) - AX-RMAN channel dev1_1: complete set of backups, time: 00:05:46

    02/01 23:09:17 (30410412) - AX-RMAN channel dev1_1: delete the archives or logs

    02/01 23:09:17 (30410412) - AX-RMAN archive log filename=/ftas01/prod/oebs/db/arc/1_127018_753902518.dbf recid = stamp 127834 = 838349169

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127835 = 838349736 stamp filename=/ftas01/prod/oebs/db/arc/1_127019_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127836 = 838350777 stamp filename=/ftas01/prod/oebs/db/arc/1_127020_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log filename=/ftas01/prod/oebs/db/arc/1_127021_753902518.dbf recid = stamp 127837 = 838352880

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127838 = 838353889 stamp filename=/ftas01/prod/oebs/db/arc/1_127022_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127839 = 838354528 stamp filename=/ftas01/prod/oebs/db/arc/1_127023_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127840 = 838355108 stamp filename=/ftas01/prod/oebs/db/arc/1_127024_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127841 = 838357605 stamp filename=/ftas01/prod/oebs/db/arc/1_127025_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127842 = 838359931 stamp filename=/ftas01/prod/oebs/db/arc/1_127026_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127843 = 838360090 stamp filename=/ftas01/prod/oebs/db/arc/1_127027_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log filename=/ftas01/prod/oebs/db/arc/1_127028_753902518.dbf recid = stamp 127844 = 838364442

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127845 = 838364778 stamp filename=/ftas01/prod/oebs/db/arc/1_127029_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log filename=/ftas01/prod/oebs/db/arc/1_127030_753902518.dbf recid = stamp 127846 = 838370850

    02/01 23:09:17 (30410412) - AX-RMAN archive log filename=/ftas01/prod/oebs/db/arc/1_127031_753902518.dbf recid = stamp 127847 = 838371366

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127848 = 838371975 stamp filename=/ftas01/prod/oebs/db/arc/1_127032_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127849 = 838372935 stamp filename=/ftas01/prod/oebs/db/arc/1_127033_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127850 = 838374516 stamp filename=/ftas01/prod/oebs/db/arc/1_127034_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127851 = 838375619 stamp filename=/ftas01/prod/oebs/db/arc/1_127035_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127852 = 838375935 stamp filename=/ftas01/prod/oebs/db/arc/1_127036_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127853 = 838376747 stamp filename=/ftas01/prod/oebs/db/arc/1_127037_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127854 = 838377933 stamp filename=/ftas01/prod/oebs/db/arc/1_127038_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127855 = 838378115 stamp filename=/ftas01/prod/oebs/db/arc/1_127039_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127856 = 838378278 stamp filename=/ftas01/prod/oebs/db/arc/1_127040_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127857 = 838378606 stamp filename=/ftas01/prod/oebs/db/arc/1_127041_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127858 = 838378714 stamp filename=/ftas01/prod/oebs/db/arc/1_127042_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127859 = 838379210 stamp filename=/ftas01/prod/oebs/db/arc/1_127043_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log filename=/ftas01/prod/oebs/db/arc/1_127044_753902518.dbf recid = stamp 127860 = 838379432

    02/01 23:09:17 (30410412) - AX-RMAN archive log filename=/ftas01/prod/oebs/db/arc/1_127045_753902518.dbf recid = stamp 127861 = 838379479

    02/01 23:09:17 (30410412) - AX-RMAN archive log filename=/ftas01/prod/oebs/db/arc/1_127046_753902518.dbf recid = stamp 127862 = 838379640

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127863 = 838379800 stamp filename=/ftas01/prod/oebs/db/arc/1_127047_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127864 = 838379958 stamp filename=/ftas01/prod/oebs/db/arc/1_127048_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127865 = 838380121 stamp filename=/ftas01/prod/oebs/db/arc/1_127049_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127866 = 838380184 stamp filename=/ftas01/prod/oebs/db/arc/1_127050_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN archive log recid = 127867 = 838382587 stamp filename=/ftas01/prod/oebs/db/arc/1_127051_753902518.dbf

    02/01 23:09:17 (30410412) - AX-RMAN channel dev1_1: from archive newspaper backupset

    02/01 23:09:17 (30410412) - AX-RMAN out channel: dev1_1

    02/01 23:09:17 (30410412) - AX-RMAN RMAN-00571: =.

    02/01 23:09:17 (30410412) - AX-RMAN RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    02/01 23:09:17 (30410412) - AX-RMAN RMAN-00571: =.

    02/01 23:09:17 (30410412) - AX-RMAN RMAN-03002: failure of an order so backup archivelog to 01/02/2014 23:09:15

    02/01 23:09:17 (30410412) - AX-RMAN ORA-19588: 127868 838384021 recid archived log buffer is no longer valid

    02/01 23:09:17 (30410412) - AX-RMAN

    02/01 23:09:17 (30410412) - AX-RMAN RMAN > * end-of-file *.

    02/01 23:09:17 (30410412) - AX-RMAN

    02/01 23:09:17 (30410412) - AX-RMAN RMAN >

    02/01 23:09:17 (30410412) - AX-RMAN

    02/01 23:09:17 (30410412) - AX - complete Recovery Manager RMAN.

    02/01 23:09:17 (30410412) - AE360074 The Oracle database backup failed. return code [-1]

    02/01 23:09:17 (30410412) - AW360078 please check the backup log file

    02/02 23:33:07(30344726) - ********************************************************************************

    02/02 23:33:07 (30344726) - Oracle's agent for CA ARCserve Backup for UNIX r16 Agent for Oracle (Build 6838.1)

    02/02 23:33:07 (30344726) - server type [12]

    02/02 23:33:07 (30344726) - a job has been received from CA ARCserve Backup running on host A5400W10

    02/02 23:33:07 (30344726) - info Agent Oracle. [16,0,6838,60]

    02/02 23:33:07 (30344726) - The Oracle database SID to back up is [APRODE]

    02/02 23:33:07 (30344726) - the backup option is RECOVERY MANAGER through GUI

    02/02 23:33:07 (30344726) - getCurrentOracleVersion - return status = 0

    02/02 23:33:07 (30344726) - The Oracle database SID to back up is [APRODE]

    02/02 23:33:08 (30344726) - The Oracle database SID to back up is [APRODE]

    02/02 23:33:08 (30344726) - the Oracle database is installed on [APRODE]

    02/02 23:33:08 (30344726) - getCurrentOracleVersion - return status = 0

    02/02 23:33:08 (30344726) - getCurrentOracleVersion - return status = 0

    02/02 23:33:08 (30344726) - getCurrentOracleVersion - return status = 0

    02/02 23:33:10 (30344726) - AE360144 could not run the RMAN command /ftas01/prod/oebs/db/tech_st/10.2.0/bin/rman msglog ' / tmp/rman_53.log ' nocatalog

    02/02 23:33:10 (30344726) - AX-RMAN =.

    02/02 23:33:10 (30344726) - AX-RMAN RMAN OUTPUT

    02/02 23:33:10 (30344726) - AX-RMAN =.

    02/02 23:33:10 (30344726) - AX-RMAN

    02/02 23:33:10 (30344726) - AX - RMAN Recovery Manager: Release 10.2.0.4.0 - Production on Sun Feb 2 23:33:08 2014

    02/02 23:33:10 (30344726) - AX-RMAN

    02/02 23:33:10 (30344726) - AX-RMAN Copyright (c) 1982, 2007, Oracle.  All rights reserved.

    02/02 23:33:10 (30344726) - AX-RMAN

    02/02 23:33:10 (30344726) - AX-RMAN RMAN >

    02/02 23:33:10 (30344726) - AX-RMAN is connected to the target database: APRODE (DBID = 260521810)

    02/02 23:33:10 (30344726) - AX-RMAN using target control file database instead of recovery catalog

    02/02 23:33:10 (30344726) - AX-RMAN

    02/02 23:33:10 (30344726) - AX-RMAN RMAN >

    02/02 23:33:10 (30344726) - AX-RMAN RMAN > run {}

    02/02 23:33:10 (30344726) - AX-RMAN 2 > allocate type of dev1_1 channel sbt format '% u_ p_ %c % HOURLY_.

    02/02 23:33:10 (30344726) - AX-RMAN 3 > parms='SBT_LIBRARY=/opt/CA/ABoraagt/libobk64.so,ENV= (MASTER_JOBID = 26, SBT_PARMS = a5400w10; PGRP0; 01.02.14 11:36; DAILY LIFE; < NULL >; SUMMARY; FAKE; FAKE; < NULL >; < NULL >; FAKE; 0; 1; 5; 0; < NULL >, DUMMY_JOBID = 53, SVR_VER = 12, MASTER_PID = 30344726, CANCEL_SBT = 294649912, CA_AB_SECURITY_ID = Global | A

    02/02 23:33:10 (30344726) - AX-RMAN 4 > RCSECURITYID619621391369496? caroot)';

    02/02 23:33:10 (30344726) - AX-RMAN 5 >

    02/02 23:33:10 (30344726) - 6 AX-RMAN > Send 'SBT_MEDIAPOOL = all DAYS. "

    02/02 23:33:10 (30344726) - AX-RMAN 7 >

    02/02 23:33:10 (30344726) - 8 AX-RMAN > * end-of-file *.

    02/02 23:33:10 (30344726) - AX-RMAN 9 >

    02/02 23:33:10 (30344726) - AX-RMAN RMAN-00571: =.

    02/02 23:33:10 (30344726) - AX-RMAN RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    02/02 23:33:10 (30344726) - AX-RMAN RMAN-00571: =.

    02/02 23:33:10 (30344726) - AX-RMAN RMAN-00558: error occurred during parsing of order entry

    02/02 23:33:10 (30344726) - AX-RMAN RMAN-01009: syntax error: found 'exit': expected an of: "{assign, modify, save beginline, blockrecover, catalog, edit, copy, convert, duplication, configure, duplicate, debug, delete, run, endinline, flashback, host, mount, open, plsql, recover, release, replicate, report, restoration, resync,}, together, setlimit, sql, switch, start, stop, send, display, transport, post»

    02/02 23:33:10 (30344726) - AX-RMAN RMAN-01007: line file 2 column 1: entry standard

    02/02 23:33:10 (30344726) - AX-RMAN

    02/02 23:33:10 (30344726) - AX-RMAN RMAN >

    02/02 23:33:10 (30344726) - AX-RMAN

    02/02 23:33:10 (30344726) - AX - complete Recovery Manager RMAN.

    02/02 23:33:10 (30344726) - AE360074 The Oracle database backup failed. return code [-1]

    02/02 23:33:10 (30344726) - AW360078 please check the backup log file

    You don't seem to have a level 0 incremental script.  You would need a level 0 are common (for example weekly or fortnlightly) who would act as the base line for the differential level 1 cumulative runs.  (i.e. a level 0 backup is needed because it must be restored first before restoring level 1 incremental backup).  The full monthly database backup script CAN act as the base line of level 0 to level 1 incremental backups.

    (I wonder what made the monthly script, when it changes the hourly script at beginning and end).

    The backup failed, run the 02/02 was certainly a truncated - script as if the script was in the Middle being changed.

    Hemant K Collette

  • Duplicate the database and incremental backups

    Hello

    I reviewing options to maintain a test server that is "relatively" updated compared to the production server.
    This is my first contact with RMAN and I went through the books, but as I have not had a chance to play with it I could have missed something.

    It is an Oracle devoted to a Redhat Enterprise Linux (not sure of the complete version number) 11.2.

    The test server must be writable and must be synchronized with the server in production about once or twice a month. Due to the size of the database (~ 600 GB) we are studying solutions that could make using incremental backups that are already taken on the production database.

    While launching the test using RMAN DUPLICATE server seems to be honest, I'm not sure how the "sync" can be done as effectively as possible - especially because we are changing the data on the test server.

    After the RMAN BACK command description, is not clear to me if this could serve to 'recover' the database of test based on the incremental backups to the 'current state' of the production database, even if the test database has been changed. After reading a few posts here, it's not seems to be the case.

    A restore point would make such a possible incremental restore? Creating a (name?) point of restoration immediately after duplication, and once the tests are finished making back to the restore point and then apply the incremental backups that have accumulated since then.


    Another of the options seems to be to create a database of the previous day. Then when running the tests, we turn to the backup database in one instantaneous standby database open read/write and run tests. Once we have finished, we he switch back to a physical standby. This switchback to rewind the changes and recovery logs accumulated are applied as "incremental" catching up with production - which is basically what we want.

    Is there another solution to this? Or use a watch of the snapshot, the most effective solution? If possible, we would like to avoid transferring the 600GB whenever we want to re - synchronize the database to test.

    Thanks in advance
    Thomas

    Hi Tomas. I think you're right. Ensures the most effective solution in your situation of snapshot.

  • Roll forward standby with RMAN incremental backup when used DG broker

    Hello

    I'm about to use the process defined in the note: steps to roll forward a database ensures the RMAN incremental backup using during primaries and Eve are in the file [836986.1 ID] ASM system. I'm on 11.1.0.7.

    However, it does not mention the DataGuard broker.
    Did someone played this process when you use the broker.
    The broker he manages properly?
    Does it matter if the broker is upwards or downwards during the physical recovery of standby or replacement of control file?
    Should the broker configuration be re-created?

    Thank you.

    user11993454 wrote:
    Hello

    I'm about to use the process defined in the note: steps to roll forward a database ensures the RMAN incremental backup using during primaries and Eve are in the file [836986.1 ID] ASM system. I'm on 11.1.0.7.

    However, it does not mention the DataGuard broker.
    Did someone played this process when you use the broker.
    The broker he manages properly?
    Does it matter if the broker is upwards or downwards during the physical recovery of standby or replacement of control file?
    Should the broker configuration be re-created?

    Thank you.

    (1) disable the broker
    (2) perform the Roll forard SNA.
    (3) select the broker

Maybe you are looking for

  • can I change to windows 7 for win xp

    can I change to windows 7 for win xp

  • What is the power output on the wrt1900acs usb3 and esatap ports?

    I have a variety of options for storage for use with my new router WRT1900ACS.  But I can not find how much energy is provided on the USB 3.0 port or port eSATAp (combo)?  Is there documentation available on these or does anyone know only? Thank you.

  • the ink lights does not work

    Product name: Deskjet 2050 All - in - one J510a Copy in black ink not working, warning lights did not show (and never did). Product name: Deskjet 2050 All - in - one J510a Operating system: Windows 8, 64 bits Copy and printing in black ink do not wor

  • NETIO BSOD WINDOWS 7. SYS NDIS. SYS NTOSKRNL. EXE

    Hello! Can you guys help me please? I'm so frustrated right now, my pc gives me hourly a random bsod ndis.sys or ntoskrnl.exe netio.sys-related; I recently changed my (gtx 550ti) (gtx 770) vcard and the problem persists. Pls help. And thanks :) I hav

  • How can I completely remove old network

    original title; as soon as another internet network that I usually use is online my internet going and off service how totally remove this network? I used to use my internet (wireless) owners and now I have my own service.  Since when it then turn th