RMAN channels

Linux operating system
Oracle version: 10g / 11g

Hello
I'm newbie with Oracle RMAN and in particular, I did not understand the concept of channels (CHANNEL of TYPE ALLOW disk...).
I think this is the way to call the server processes on the side of RMAN that physically write the backup. RMAN can improve backup performance by parallelizing operations using multiple channels.

Should what steps I use RMAN and understand the ALLOCATE CHANNEL?

How can I assign multiple channels at the same time?

Thanks in advance!

Published by: Royal Raf on 30 August 2012 02:14

Published by: Royal Raf on 30 August 2012 02:17

Hello Raf,

Assign you channels to create responsible processes of processing the files.
If you add more channels (and you have a number of processors to support), you can speed up the tasks up to a point.

to use RMAN, you are good to go right after I installed the software and DB.
to make a backup (on an open archivelog on db mode), simply:

$ rman target /
backup database plus archivelog;

After that, you can complicate the script.
the syntax has so many choices and opportunities, I have to refer to the documentation:
http://docs.Oracle.com/CD/E11882_01/backup.112/e10642/TOC.htm

It will be useful.
BR,
Pinela.

Tags: Database

Similar Questions

  • use the rman channel

    Hello

    why we use rman channel. ?

    Concerning

    user13367819 wrote:
    Hello

    why we use rman channel. ?

    Concerning

    When you run rman backup/restore operation must create according to session. Thus the creation of these session to assign channels.

    Handle: user13367819
    Status level: Beginner
    Join date: July 6, 2010
    Messages total: 44
    Total Questions: 29 (22 pending)

    Why you do not close your questions answers if they actually answered?
    Close the thread as answered and mark message correct/useful.

  • RMAN channels on a RAC env

    Hello

    We have a 2 RAC on Oracle Database Appliance version 11204 Linux Enterprise node.

    I do below, and I get an error. Please advice.

    RMAN > CONFIGURE DEVICE TYPE DISK PARALLELISM 2 TYPE backup BACKUPSET.

    new RMAN configuration settings:

    SET UP THE DEVICE TYPE DISK PARALLELISM 2 TYPE OF BACKUP BACKUPSET.

    new RMAN configuration settings are stored successfully

    RMAN > set UP CHANNEL 1 DEVICE TYPE DISK CONNECT 'sys/***@rac1 ';

    new RMAN configuration settings:

    CONFIGURE THE CHANNEL 2 DEVICE TYPE DISK CONNECT ' *';

    new RMAN configuration settings are stored successfully

    RMAN > set UP CHANNEL 2 DEVICE TYPE DISK CONNECT 'sys/***@rac2 ';

    new RMAN configuration settings:

    CONFIGURE THE CHANNEL 2 DEVICE TYPE DISK CONNECT ' *';

    new RMAN configuration settings are stored successfully

    RMAN > delete the backup.

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

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

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

    RMAN-03002: failure of the delete command at the 10:45:44 14/05/2014

    RMAN-12001: could not open the channel ORA_DISK_1

    RMAN-10008: could not create context channel

    RMAN-10003: unable to connect to the target database

    ORA-12154: TNS: could not resolve the connect identifier specified

    It seems the problem is the connection of the AMT:

    AMT: could not resolve the connect identifier specified

    Could you try a tnsping and sqlplus using the same connection that you operate on RMAN?

    I've used this in a CAR without problem:

    Configure default device the disk type;

    Configure channel 1 device type disk connect ' sys/***'@rac1;

    Configure the switch type 2 disc connect 'sys/***'@rac2 ';

    Configure the switch type 3 disk connect 'sys/***'@rac3 ';

    Run {}

    backup incremental level 0 as compressed backupset database more archivelog delete all entries;

    }

    Concerning

  • RMAN-CHANNEL AUXILIARY

    Hello

    Please help me understand the following commands, I found in an RMAN script.

    allocate auxiliary channel 'dev_0' type 'sbt_tape' parms 'ENV =(OB2BARTYPE=Oracle8,OB2APPNAME=JK_P3e,OB2BARHOSTNAME=server1) ";

    CONFIGURES the CHANNEL AUXILIARY 1 DEVICE of TYPE 'SBT_TAPE' PARMS env = (nb_ora_serv = mgtserv, nb_ora_client = cervantes) ';


    Kind regards
    Mathew.

    user11278087 wrote:
    Hello

    I'm not able to understand the part about

    'ENV = (OB2BARTYPE = Oracle8, OB2APPNAME = JK_P3e, OB2BARHOSTNAME = server1)';

    env = (nb_ora_serv = mgtserv, nb_ora_client = cervantes) ';

    Kind regards
    Mathew.

    Read this note

    * RMAN and managers specific media Environment Variables. [ID 312737.1] *.

  • Restore command RMAN channel type

    Hello everyone,

    normally we do backups to SBT_TAPE.

    but when restore us! copy us the Backupset on a disc, and then run the restore command.

    in this case, I should:

    allocate channel c1 type disk;

    or

    allocate channels c1 type 'SBT_TAPE ';

    normally, we use:

    allocate channels c1 type 'SBT_TAPE ';

    restore the database;

    recover the database;

    and it works. "but the restored backup first of a band on the disk using a tool no oracle" band Manager.

    Best regards, Dia

    WadhahDaouehi wrote:

    Hello

    If I'm at war, EdStevens thank you for correcting me.

    A BAND, in my opinion, reading is slower than reading the DISC.

    Restore DISK is faster than the BANDS (the disc is faster than reading a BUNCH), and the Oracle Server uses the heap of GREAT POOL and by default, an asynchronous copy/write and be waiting for reading the backup for write it to disk.

    Best regards.

    Well I don't know whether you are "warring".  But the question, Yes, the disc is faster than reading a bunch.  But what you're suggesting means to recover a database it is 'better' (you said) to read a strip AND THEN read from the disc.  Reading a bunch of write backups on disk, and THEN read from the disk to restore backups of the database.  Yes, the restore operation real itself will be faster, but before that you could start the effective restoration, you had to wait for backups be read a band and written to disk.  So total execution time of the job must be longer by restoring the backup of a band on the disc before you begin restoring vs simply restore a band.

  • RMAN for MAINTENANCE CHANNELS type sbt

    Hello

    What is the difference between this type of channel and normal channel and/or auxiliary channel?

    And I'm not able to see where is my mistake in the following syntax:

    ALLOCATE CHANNEL for MAINTENANCE DEVICE TYPE sbt

    parms 'ENV = (NSR_SERVER = legato, NSR_CLIENT = procasxx)';

    RMAN-00558: is ha sown an analizar los comandos entrada al error

    RMAN-01009: syntax error:

    Thank you and best regards.

    Fran

    Hello

    ALLOCATE CHANNEL for MAINTENANCE DEVICE TYPE sbt

    parms 'ENV = (NSR_SERVER = legato, NSR_CLIENT = procasxx)';

    You run this command in a block of the RACE at the RMAN prompt?

    RMAN-01009: syntax error:

    What is the full error message? It seems to me that the message is not completely validated.

    I suspect if you are missing the path 'SBT_LIBRARY '.

    Something like this:

    ALLOCATE CHANNEL for MAINTENANCE DEVICE TYPE sbt parms'SBT_LIBRARY =, ENV = (NSR_SERVER = legato, NSR_CLIENT = procasxx)';

    RMAN > CHANNEL ALLOW for MAINTENANCE DEVICE TYPE sbt PARMS 'SBT_LIBRARY=/usr/local/oracle/backup/lib/libobk.so, =(OB_DEVICE_1=stape2) ENV ";

    -Jonathan Rolland

  • Channel used in Rman

    Hello

    What is the channel in the RMAN backup. What is the use of the channel in the RMAN?


    Thanks in advance
    ASIT

    A RMAN channel is a communication pipeline between an RMAN executable and a target or auxiliary database. An RMAN channel consists of a server on the target or auxiliary database session and a stream of data to the unit of backup or vice versa. RMAN console sends commands to the database using this channel, and the session running on the database server executes the command on behalf of the RMAN Recovery Manager.

  • What is bet' difference n allocate channel channel & back RMAN maintenance

    Dear all,

    Please tell me the difference between allocated channel & maintenance of BACKUP RMAN channel.

    waiting for response...


    Kind regards
    .................

    Allocate channel is used for the normal functioning of the RMAN. Normally, RMAN comes with a default (Auto) configured disk channel that can be used to perform the backup immediately. If you want to override the default on a temporary basis manually, then you can use the Allocate channel command.

    Maintenance channel is used for maintenance orders, catalog, change, overlap and delete. In addition, a maintenance channel is given by default. If you want to allocate, you can do it manually as well.

    HTH
    Aman...

  • 10g | RMAN | Daily backups in case files

    Hi guys

    RMAN > show all.

    using the control file of the target instead of recovery catalog database

    RMAN configuration parameters are:

    CONFIGURE REDUNDANCY 3 RETENTION STRATEGY;

    CONFIGURE BACKUP OPTIMIZATION # by default

    SET UP DEFAULT DISK DEVICE TYPE; # by default

    CONFIGURE CONTROLFILE AUTOBACKUP ON;

    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK to 'D:\oracle\rman\backup\%F ';

    SET UP THE DEVICE TYPE DISK PARALLELISM 1 BACKUP BACKUPSET TYPE; # by default

    CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1; # by default

    CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1; # by default

    CONFIGURE the FORMAT of DISC TYPE CHANNEL DEVICE "D:\oracle\rman\backup\%U";

    CONFIGURE MAXSETSIZE TO UNLIMITED; # by default

    CONFIGURE ENCRYPTION OF DATABASE # by default

    CONFIGURE THE ENCRYPTION ALGORITHM "AES128"; # by default

    CONFIGURE THE NONE ARCHIVELOG DELETION POLICY; # by default

    CONFIGURE SNAPSHOT CONTROLFILE NAME TO ' D:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\SNCFSCT. ORA'; # by default

    RMAN >

    The foregoing describes RMAN configuration, I've done with the installation of 10g in my laptop for learning purposes. Now, how can I make sure that every day the backup is created in case files as below mentioned few

    D:\oracle\product\10.2.0\flash_recovery_area\SCT\BACKUPSET\2015_11_21

    D:\oracle\product\10.2.0\flash_recovery_area\SCT\BACKUPSET\2015_11_22

    D:\oracle\product\10.2.0\flash_recovery_area\SCT\BACKUPSET\2015_11_23

    D:\oracle\product\10.2.0\flash_recovery_area\SCT\BACKUPSET\2015_11_24

    My backups used to get created under individual records until I changed the type of RMAN channel with "CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT 'D:\oracle\rman\backup\%U';' "


    Please suggest.


    Thanks in advance

    rthampi wrote:

    Hi guys

    RMAN > show all.

    using the control file of the target instead of recovery catalog database

    RMAN configuration parameters are:

    CONFIGURE REDUNDANCY 3 RETENTION STRATEGY;

    CONFIGURE BACKUP OPTIMIZATION # by default

    SET UP DEFAULT DISK DEVICE TYPE; # by default

    CONFIGURE CONTROLFILE AUTOBACKUP ON;

    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK to 'D:\oracle\rman\backup\%F ';

    SET UP THE DEVICE TYPE DISK PARALLELISM 1 BACKUP BACKUPSET TYPE; # by default

    CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1; # by default

    CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1; # by default

    CONFIGURE the FORMAT of DISC TYPE CHANNEL DEVICE "D:\oracle\rman\backup\%U";

    CONFIGURE MAXSETSIZE TO UNLIMITED; # by default

    CONFIGURE ENCRYPTION OF DATABASE # by default

    CONFIGURE THE ENCRYPTION ALGORITHM "AES128"; # by default

    CONFIGURE THE NONE ARCHIVELOG DELETION POLICY; # by default

    CONFIGURE SNAPSHOT CONTROLFILE NAME TO ' D:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\SNCFSCT. ORA'; # by default

    RMAN >

    The foregoing describes RMAN configuration, I've done with the installation of 10g in my laptop for learning purposes. Now, how can I make sure that every day the backup is created in case files as below mentioned few

    D:\oracle\product\10.2.0\flash_recovery_area\SCT\BACKUPSET\2015_11_21

    D:\oracle\product\10.2.0\flash_recovery_area\SCT\BACKUPSET\2015_11_22

    D:\oracle\product\10.2.0\flash_recovery_area\SCT\BACKUPSET\2015_11_23

    D:\oracle\product\10.2.0\flash_recovery_area\SCT\BACKUPSET\2015_11_24

    My backups to be created under individual records until I changed the type of RMAN channel with ' CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT 'D:\oracle\rman\backup\%U ';


    Please suggest.

    Thanks in advance

    These 'individual files' report to the FRA.  What you need to do is allow rman use the FIU, which it wants to do by default.  Then clear your default settings trying to name/place your backups differently.

  • Using tape for RMAN backup concerns

    Dear all,

    I use the library of networker for rman backup. I have some problem/question about what I don't use catalog db. Here it goes:

    1. think you that automatic backup controlfile should set to strip? or better to keep in the disc.

    2. How can I configure autoback controlfile format on TAPE?

    3. If I need to restore control to another HOST file, how can we do this?

    4. I've read a few books we can't CATALOG element of tape backup. If it's the fact that, after the disaster, how do I Catalog backup piece and restore this backup piece in another host?

    Kind regards

    Hello

    1 when RMAN channel tape is allocated when running RMAN backup, autobackup controlfile will be created in the Ribbon to place on the disc. If structural change to the database is made, for example by adding a new data file, then the controlfile autobackup will be created in the disk, regardless of the device type of the default RMAN configuration.

    Control file autobackup after structural changes of data and the Type of device SBT_TAPE (Doc ID 1190354.1)

    2. set below:

    RMAN > CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F ';

    3. If the automatic backup location is not the default location and then set the location first.

    Use this command to set the location:

    RMAN > SET FORMAT FOR DEVICE TYPE SBT_TAPE AUTOBACKUP CONTROLFILE to '< auto="" backup="" format="">';

    Then use the command

    RMAN > restore controlfile on "" automatic backup;

    4. starting with 10 g, it is possible to use the rman CATALOG command to add backuppieces stored in the disc to the rman repository. But it is not possible to use the order CATALOG for items stored on TAPE backup, but note below explains undocumented commands to add backuppieces stored in the RIBBON for the repository.

    HOW TO CATALOG the TAPE BACKUP ITEMS (Doc ID 550082.1)

    Thank you

  • 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

  • RMAN tablespace recovery is a failure

    Hello

    I'm testing a scenario of passing my Test database table space and try to retrieve it using RMAN. I am getting below error while trying to recover from the storage space.



    Target DB is GGSRC

    With the help of catalogue: TOOLSB

    Recovery Manager: release 11.2.0.3.0 - Production on Fri Aug 2 07:42:49 2013

    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

    connected to target database: GGSRC (DBID = 3056046518)

    connected to the recovery catalog database

    RMAN> ###################################################

    2 > #.

    3 > # run_restore_tablespace.rman

    4 > #.

    5 > # use this script for all data files in one or more storage space

    6 > # to their location on the original disc.

    7 > #.

    8> ###################################################

    9 > run

    10 > {}

    11 > # < < RULE_OPTIMIZER > >

    12 > run the script allocate_3_channel;

    13 >

    14 > the VALUE of NEWNAME for DATAFILE ' / u02/oradata/GGSRC/system01.dbf' to ' / u02/oradata/system01.dbf';

    15 > the VALUE of NEWNAME for DATAFILE ' / u02/oradata/GGSRC/sysaux01.dbf' to ' / u02/oradata/sysaux01.dbf';

    16 > the VALUE of NEWNAME for DATAFILE ' / u06/oradata/GGSRC/undotbs01.dbf' to ' / u06/oradata/undotbs01.dbf';

    17 > RECOVER TABLESPACE AYYO until the SNA 19103062 auxiliary destination "/ u02/oradata ';

    18 >

    19 > run the script release_3_channel;

    {20 >}

    21 >

    the script: allocate_3_channel

    allocated channel: DTPUX3t1

    channel DTPUX3t1: SID = 23 device type = SBT_TAPE

    channel DTPUX3t1: for Oracle Data Protection: version 5.5.2.0

    allocated channel: DTPUX3t2

    channel DTPUX3t2: SID = 159 device type = SBT_TAPE

    channel DTPUX3t2: for Oracle Data Protection: version 5.5.2.0

    allocated channel: DTPUX3t3

    channel DTPUX3t3: SID = 17 device type = SBT_TAPE

    channel DTPUX3t3: for Oracle Data Protection: version 5.5.2.0

    executing command: SET NEWNAME

    executing command: SET NEWNAME

    executing command: SET NEWNAME

    From back in August 2, 2013 07:42:52

    Creation of automatic instance with SID = "rxAh."

    initialization parameters for automatic instance:

    db_name = GGSRC

    db_unique_name = rxAh_tspitr_GGSRC

    compatible = 11.2.0.0.0

    DB_BLOCK_SIZE = 8192

    DB_FILES = 200

    SGA_TARGET = 280M

    process = 50

    db_create_file_dest = / u02/oradata

    Log_archive_dest_1 = ' location = / u02/oradata.

    Auxiliary parameter file #No used

    turn on automatic instance GGSRC

    Oracle instance started

    Total System Global Area 292278272 bytes

    Bytes of size 2227744 fixed

    100663776 variable size bytes

    184549376 of database buffers bytes

    Redo buffers 4837376 bytes

    Auto instance created

    content of Script memory:

    {

    # the requested value point in time

    until the SNA 19103062.

    # restore the controlfile

    Restore clone controlfile;

    # mount the controlfile

    SQL clone "alter database database mount clone";

    Current online journal archive #.

    SQL 'alter system archive log current';

    # avoid needless save structural changes during the TSPITR

    SQL ' start dbms_backup_restore. AutoBackupFlag (FALSE); end;';

    Resync catalog #.

    Catalogue of resynchronization;

    }

    execution of Script memory

    executing command: SET until clause

    From restoration to August 2, 2013 07:43:05

    Delete an automatic instance

    closing automatic instance

    Instance Oracle to close

    Automatic instance deleted

    output channel: DTPUX3t1

    output channel: DTPUX3t2

    output channel: DTPUX3t3

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

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

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

    RMAN-03002: failure of the command recover at 02/08/2013 07:43:09

    RMAN-03015: an error has occurred in the script stored memory Script

    RMAN-06034: at least 1 channel must be distributed to run this command

    Please help me on how to solve it.

    Thank you

    Mahi

    Hello

    All by making a TSPITR, do not affect the RMAN channels explicitly. Let the RMAN allocate channel by itself.

    Please see the note below.

    RMAN-06034 for TSPITR (Doc ID 467189.1)

    Thank you!!

  • What is the difference between the following RMAN commands?

    What is the difference between the following RMAN commands?

    RMAN > CONFIGURE DEVICE TYPE sbt PARALLELISM 2;
    RMAN > CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 2;

    RMAN channel type

  • Balancing RMAN backup set

    I currently put RMAN in place to back up my database with 2 threads, but what I see is that there is a pretty big difference in the size of backup sets created by the two channels. Usually I see backup sets generated from channel 1 head to about 14 GB where the backup games generated since channel 2 come in about 56 GB. Is there a way I can get this to create two backup sets, so they are more balanced in terms of size. I hope that it would also reduce the execution time of my backups. Here are the parameters and the command I use:
    SET UP THE DEVICE TYPE DISK PARALLELISM BACKUPSET BACKUP TYPE COMPRESSED 2;
    CONFIGURE CHANNEL DEVICE TYPE DISK MAXPIECESIZE 10 G FORMAT ' / dbbackups/%U';

    RMAN % > tag FULL_BACKUP; database backup
    thanks,.

    John

    Inequality that you are experiencing is due to the fact that RMAN channel (in 10g and below) save a data file one at once. And a data file cannot be shared on multiple channels. There is a handy feature in 11g, which is used to breaking large files of data into sections.

    Thus, when someone asks why would you want to have multiple files for a tablespace when it's much easier to only have to deal with one? This seems to be a valid reason.

  • run to rman settings

    Hi all

    10.2.0.4 ON SOLARIS 10

    Use the Sub full script fot db backup.

    Now, I want to create a directory of all the days with the date as.

    export today = 'date' + %d %b %Y % a-DUCERP1 "
    mkdir /u02/$ today


    RMAN > run
    {
    allocate channel c1 device type disk;
    allocate channel c2 device type disk;
    allocated channel c3 device type disk;
    allocate channel c4 device type disk;
    DATABASE BACKUP AS BACKUPSET COMPRESSED FORMAT ' / calls/directory_name/files_%d_%u_%s_%T';
    output channel c1;
    output channel c2.
    output channel c3.
    output channel c4.
    }


    How can I rewrite the script to change directory_name with $today (environment variable).


    Please guide


    Kai

    /flamesuit on

    three remarks:
    When you back up to the flash recovery area automagically get you a directory per day.
    A lot of people here just continue to write their own "solutions" because they do not pay attention to the functionality of Oracle.
    second note:
    the classic solution is to use the unix utility cat to generate an rman script that is channelled to rman

    This cat... | RMAN

    In the cat section, you can use Unix environment variables.

    Third Note:
    you know, you can configure multiple rman channels and do with it? Your script boil down to a single line.
    It would however, limited utility as you seem archivelogs backup.

    off flamesuit.
    ----------
    Sybrand Bakker
    Senior Oracle DBA

Maybe you are looking for

  • I have a mac with an SSD, it freezes after almost exactly 60 minutes

    I have a Mac with an SSD. It freezes after almost exactly 60 minutes and made for quite awhile - new version of iOS makes no difference

  • iPad / iPhone drop connection constantly

    I have a line electric WLAN system based on the modem provided by my ISP and a time Capsule Airport (in my office), three cards of Ethernet ZyXEL PLA4211 500 Mbps Mini Powerline Pass-Thru and two Apple Express stations in my bedroom and a living room

  • Windows Live Essentials couldn't be insalled... Error 0 x 80070643, source: Photo Gallery.

    I tried to install and uninstall everything that I can think of, active windows firewall (I normally run Norton), but each time, I get a response as follows: Windows Live Essentials couldn't be insalled.  Trying to install new etc, etc... Error 0 x 8

  • Can access folder on a computer, but not the other

    I have a vista computer that has a folder that I want to join.  I have 2 computers newly built win7.  I can access the folder on the vista computer with win7 computers only.  I went through everything I can think of and all settings appear to be iden

  • try to board post dimension e520

    I recently received a free office and trying to figure if it still works. As the title says, I try to view the machine out of the motherboard (wg864) that was missing its front Board of media that contains the power button.  As I have already done re