Restore to another node with RMAN and EMC Networker

Please, really need help :)


I took hotbackup using the RMAN catalog who went to Ribbon. Here's the script to this:


connect target sys /***@PROD;*
connect rcvcat rman /***@catalog;*
* run {*}
allocate channel t1 type 'SBT_TAPE ';
Send ' NSR_ENV = (NSR_SERVER = '* ', NSR_DATA_VOLUME_POOL = Oracle)'; *
* backup database more archivelog; *
* output channel t1; *
*}*



My settings include the following control file autobackup:



* RMAN & gt; View all; *

RMAN configuration data are: *.
CONFIGURE THE RETENTION POLICY TO RECOVERY OF 10 DAYS WINDOW; *
CONFIGURE THE BACKUP OPTIMIZATION # by default *.
CONFIGURE THE DEFAULT DISK DEVICE TYPE; *
* CONFIGURE CONTROLFILE AUTOBACKUP. *
* CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' AT ' /NMO_%F/';*
CONFIGURE THE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO "%F" # by default *.
CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP BACKUPSET TYPE; # by default *.
* CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1; # by default *.
* CONFIGURE ARCHIVELOG BACKUPS FOR DEVICE TYPE DISK TO 1; # by default *.
Set UP the CHANNEL DEVICE TYPE DISK FORMAT ' /data/backups/PROD/ora_df%t_s%s_s%p';*
* CONFIGURE MAXSETSIZE TO UNLIMITED; # by default *.
CONFIGURE THE ENCRYPTION OF DATABASE # by default *.
CONFIGURE THE ENCRYPTION ALGORITHM "AES128"; # by default *.
CONFIGURE THE ARCHIVELOG DELETION POLICY NONE; # by default *.
CONFIGURE SNAPSHOT CONTROLFILE NAME to ' /data/backups/PROD/hotbkp/snapcf_PROD.f';*




I am trying to restore this backup tape (EMC Networker) to a different node. I can do this outside Networker without any problem. However, when I try to get the tape backup, I have this problem:

1 initPROD.ora is created and changed accordingly on a new server

2 export sid, startup nomount on new server

export ORACLE_SID = PROD (on server)

* rman target / *.
* startup nomount *.



3. I then execute the following and get this error:



* RMAN & gt; Run {*}
* 2 & gt; allocate channel t1 type 'SBT_TAPE. "
* 3 & gt; Send 'NSR_ENV =(NSR_SERVER="***",NSR_CLIENT="***") "; *
* 4 & gt; Restore automatic backup controlfile; *
* 5 & gt; SQL 'edit the editing of the database'; *
* 6 & gt; SQL ' alter rename file ' / data/dbf/PROD/redo01.log ' to /data/scratch/dbf/PROD/redo01.log"';* '
* 7 & gt; SQL ' alter database file rename "/data/dbf/PROD/redo02.log to"/data/scratch/dbf/PROD/redo02.log"';*"
* 8 & gt; SQL ' alter database file rename "/data/dbf/PROD/redo03.log to"/data/scratch/dbf/PROD/redo03.log"';*"
* 9 & gt; until the sequence 22; (I get this from archive logs) *.
* 10 & gt; the value of newname for datafile 1 to ' /data/scratch/dbf/PROD/system01.dbf';*
* 11 & gt; the value of newname for datafile 2 to ' /data/scratch/dbf/PROD/undotbs01.dbf';*
* 12 & gt; the value of newname for datafile 3 to ' /data/scratch/dbf/PROD/sysaux01.dbf';*
* 13 & gt; the value of newname for datafile 4 to ' /data/scratch/dbf/PROD/users01.dbf';*
* 14 & gt; restore the database; *
* 15 & gt; switch the datafile. *
* 16 & gt; recover the database; *
* 17 & gt; ALTER database open resetlogs; *
* 18 & gt; }*

* allocated channel: t1 *.
* channel t1: sid = 149 devtype = SBT_TAPE. *
* channel t1: NMO v4.5.0.0 *.

From restoration to the 27 February 09 *.

* channel version: t1 *.
*RMAN-00571: ===========================================================*
* RMAN-00569: = ERROR MESSAGE STACK FOLLOWS = *.
*RMAN-00571: ===========================================================*
* RMAN-03002: failure of the restore command at 2009-02-27 22:10:43 *.
* RMAN-06495: must explicitly specify the DBID with the SET DBID command *.




I can't pass this error. This error indicates that PB be mounted or set DBID before the restoration of the controlfile. Installation of the db before the restoration of the controlfile does not work. Db setting 1 ID) is not logical because if the main PB is down so I can't, right? My first is now, so I was able to get the IDs of db, but setting it does restore hang by what follows:



* RMAN & gt; Run {*}
* connection target *.
* set the dbid = 466048808 *.
* 2 & gt; allocate channel t1 type 'SBT_TAPE. "
* 3 & gt; Send 'NSR_ENV =(NSR_SERVER="***",NSR_CLIENT="***") "; *
* 4 & gt; Restore automatic backup controlfile; *
* 5 & gt; SQL 'edit the editing of the database'; *
* 6 & gt; SQL ' alter rename file ' / data/dbf/PROD/redo01.log ' to /data/scratch/dbf/PROD/redo01.log"';* '
* 7 & gt; SQL ' alter database file rename "/data/dbf/PROD/redo02.log to"/data/scratch/dbf/PROD/redo02.log"';*"
* 8 & gt; SQL ' alter database file rename "/data/dbf/PROD/redo03.log to"/data/scratch/dbf/PROD/redo03.log"';*"
* 9 & gt; until the sequence 22; (I get this from archive logs) *.
* 10 & gt; the value of newname for datafile 1 to ' /data/scratch/dbf/PROD/system01.dbf';*
* 11 & gt; the value of newname for datafile 2 to ' /data/scratch/dbf/PROD/undotbs01.dbf';*
* 12 & gt; the value of newname for datafile 3 to ' /data/scratch/dbf/PROD/sysaux01.dbf';*
* 13 & gt; the value of newname for datafile 4 to ' /data/scratch/dbf/PROD/users01.dbf';*
* 14 & gt; restore the database; *
* 15 & gt; switch the datafile. *
* 16 & gt; recover the database; *
* 17 & gt; ALTER database open resetlogs; *
* 18 & gt; }*

* connected to the target database: (not mounted) PROD *.

running command: SET DBID *.

* using the control file of the target instead of recovery catalog database *.
* allocated channel: t1 *.
* channel t1: sid = 152 devtype = SBT_TAPE. *
* channel t1: NMO v4.5.0.0 *.

From restoration to the 27 February 09 *.

* channel t1: looking for autobackup day: 20090227 *.
* channel t1: looking for autobackup day: 20090226 *.
* channel t1: looking for autobackup day: 20090225 *.




It seems that it does not find the controlfile autbackup? But when I have the backup list when you are connected to the target db and rman catalog, I see that autobackup is included in each hot backup that we do:



* Unit size of Type LV BS key Type time elapsed time end *.



* 4639 full SBT_TAPE 7,00 M 04:00:00 February 27 09 *.
* BP key: 4641 status: AVAILABLE Tablet: NO tag: TAG20090227T150141 *.
* Handle: / NMO_c-466048808-20090227-01 / Media: *.
* Control included file: cash SNA: 23352682865 cash time: 27 February 09 *.
* SPFILE included: date modified: 26 February 09 *.


I'm stuck with what I am doing wrong? Thank you!

Published by: rysalka on February 28, 2009 08:35

Make a list command to see if the backup controlfile is on the tape.

RMAN > list backup of controlfile;

I suggest to read the manual of EMC Networker or call EMC on how to restore the database to another node. I am using Veritas Netbackup, it can be likened to EMC Networke for your reference. There are a few things that must be met when you restore the database to another node:
(1) (whole DB_ID, you did
(2) set NB_CLIENT (in your case NSR_CLIENT) on the head node from which the backup was made
(3) configure the backup server to restore redirection between two nodes.

I hope this helps.

Tags: Database

Similar Questions

  • Restoration of RMAN of the CARS to single Instance on another node with dif NAME DB

    Hi all

    We intend to make RMAN RESTORE on the test server, taking the RMAN backup to disk of the production server.

    Production server configuration:
    ---------------------------------------------

    NAME: genprod
    CARS: 2 node RAC.
    OPERATING SYSTEM: IBM AIX 6.1
    DATABASE VERSION: 10.2.0.4


    Test server configuration:
    ---------------------------------------

    NAME: miguat
    CARS: 2 node RAC.
    OPERATING SYSTEM: IBM AIX 6.1
    DATABASE VERSION: 11.2.0.3

    How do RESTORE RMAN of the CARS to single Instance on another node with NAME DB different...

    My production database name was "GENPROD"... my test server database has been 'MIGUAT '.

    When I do the restoration, I get the following error:


    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the restore command at 06/08/2012 13:22:11
    RMAN-06026: some targets not found - abandonment of restoration
    RMAN-06023: no backup or copy of the file 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore


    Please help me with this...


    Kind regards
    VAMSi...

    Hello

    You can take a look at http://taliphakanozturken.wordpress.com/2012/07/20/how-to-restore-10g-rman-backup-to-11g/

    You will need to change the name of db only after the database was opened after the upgrade and other steps.

    Anand

  • At my place of work, there are a data server with LAN and internet networking. I want to disable the internet connection before it is infected with the virus.

    At my place of work, there are a data server with LAN and internet networking. I want to disable the internet connection before it is infected with the virus.

    original title: server and virus problem

    Hi SurajMendon,

    Your Windows XP question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the platform of networking on TechNet. Please post your question in the TechNet Windows XP Networking forum.

    Networking platform

    http://social.technet.Microsoft.com/forums/en-us/winserverPN/threads

  • 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

  • Test plans with DR with SRM and EMC SRDF Adpater

    I'm testing my DR using TimeFinder/snap plan. When I try the test I got some errors. We have 2 Symmtrix and replicated LUNS are snapshoted in order to test the DR Plan. This error refers to the EmcSrdfSraOptions.xml. I can't find any info on Powerlink related to these errors. Someone met with such a problem?

    [05/04 10:34:42 05912 CopyLuns::GetCopyInfo CopyLuns.cpp 0463] : a valid block CopyInfo is not found in the options file that has Symm . Exit with failure

    05/04 10:34:42 05912 CopyLuns.cpp 0469 CopyLuns::GetCopyInfo Output

    05/04 10:34:42 05912 CopyLuns.cpp 0021 CopyLuns::CopyLuns : Could not retrieve CopyInfo since the options file. Exit with failure

    : Could not test the failover LUNs. Exit with failure

    I have attached a copy of the file xml options.

    THX

    THX.

    Exactly the same problem. Solve you this problem?

  • Problems running Setup.app with e4200v2 and Mac network

    I bought a router e4200v2 about a year, but somehow, it got lost in my computer room and I don't a not localize until quite recently, just after I bought a new iMac running Yosemite. The new iMacs don't have an optical drive, so I downloaded the Setup.app since the support site of Linksys without problem.

    However, when I run the Setup.app, he starts a Setup Smart Wi - fi but stalls when it comes to about 25% of fact, with a message "could not find your router." I called Linksys, and even if this isn't their period of free support they gave me a free call since I'd just take the machine out of the box.

    We couldn't get the Setup.app to work, so they talked me through a manual installation. I can now access the net of my Wired iMac or any of the various devices wireless around the House (telephone, laptop, etc.).

    BUT it was only after I hung up I have realzed that the different functions available from the diddn t Smart Wifi configuration (for example, guest access) appear to be available.

    I don't want to pay for a support call, but it's really irritating. The Setup.app still does not work, and I see no way to not get LLA.

    Can anyone suggest a solution? Am I missing something simple?

    Thank you.

    I do not recommend the use of the software to configure the router in your case.

    On the contrary, to connect to the router and use the link below to access and configure.

    http://192.168.1.1

    Default user name: admin or empty

    Default password: admin

  • How to recover site by any IIS server or Apache Tomcat connecting a laptop to another laptop with Wi - Fi (Adhoc network)?

    We have two laptop from different companies and different configurations. We run a site a laptop that uses Apache Tomcat. Now, we want to access this website from another Explorer computer laptop. How is that possible?

    Hi Tejas,

    The question you posted would be better suited in the TechNet Forums.

    I would recommend posting your query in the link below:

    http://social.technet.Microsoft.com/forums/en-us/w7itpronetworking/threads

  • Is it possible backup backupset with rman sbt on disk

    Hello

    We backup data base of sbt with rman and nmda library (networker).

    We want to copy the disk sbt backupset. Is this possible?

    Kind regards

    William

    I remember that this is not possible. It was perhaps possible to redraw the rman backup and restore concepts, but there is probably no real business applications. Remember that a band or an sbt (series tape backup) is a streaming device. You can read from tape or write about a band, but you can't read and write in the same band at the same time. What syntax would you choose to perform an rman backup from tape to disk or tape to tape? Rman backup you can specify a peripheral channel of exit and entry for the use of the restore command. As far as I know, the rman backup source is the database control file and it reads no Ribbon.

  • Connect the TV (with sound) and monitor for Optiplex 390

    Here is my system info:

    OptiPlex 390 small footprint

    Windows 7 64 bit

    Intel Chipset H61

    Intel HD 2000 (with HDMI and VGA) graphics card

    Map of AMD Radeon 6350 512 MB video (with 2 DVI splitter)

    I need to connect 1) HD TV with the sound via HDMI and 2) monitor via VGA to this system (no sound).  I did a lot of research on the Internet but can't find a definitive answer if my system will support both views.  Can anyone confirm if one of the three options below does not work, or any other ideas?

    Option 1: remove AMD card, connect the HDMI TV, connect the VGA monitor.  I've seen conflicting information if the HDMI and VGA ports can be connected at the same time.

    Option 2: Connect TV: dispatcher--> DVI HDMI adapter DVI-->--> TV, monitor connect a HDMI cable: dispatcher DVI DVI VGA adapter--> monitor-->.  It should work, but if someone can confirm if the AMD Radeon 6350 supports audio through DVI to TV?

    3rd possibility: buy another video with HDMI and VGA card.  I'd rather not spend more money... I have six systems to connect!

    Thank you in advance for your help!

    Hi Ozone72,

    Intel HD Graphics 2000 which was shipped with OptiPlex 390 supports two independent screens. Which means that you can connect TV for VGA and HDMI monitor, so that AMD card must be removed from the computer.

    Please try it and return back if it worked.

  • manage the z-index property in the chrome browser (was: is there another problem with Chrome?)

    Hello

    I wonder is there another problem with Edge and Chrome.

    I know that something got sorted out but now I have a problem with rectangles (such as the hitboxes) not appearing is not in Chrome.

    Anyone know why this is happening?

    Hi Robyn,

    Looks like a problem with chrome. He is not able to manage the z-index property (although set) in this case. Due to which the user is not able to click on the button that is hidden by another element.

    There is a workaround solution you can do on board animate:

    You simply select the item named "s_cpl_fa_nav_x2" in the Panel edge ' Elements' animate and drag just below the element named "s_cpl_fa_0_guide_page1" and delete the selected item. This will place the first below the latter, with regard to the stacking order of the UI, and so the click event will work.

    I hope this works.

  • Copies of images on tape with RMAN

    Colleagues dbas,

    is it possible to create copies of the image of the archivelogs with rman, and store them on tape by specifying the string that is used by RMAN?

    AFAIK, it is possible to create copies of the image on disk only. I need these files stored on tape, however and want to avoid backupsets.

    If you have an idea as to if it will work, please let me know!

    Kind regards

    SEB

    Hello;

    AS a BACKUP COPY can be done on the disc.

    Backup of the COPY of the IMAGE cannot be made to the disk. You have no backup copy image on tape.

    http://docs.Oracle.com/CD/E11882_01/backup.112/e10643/rcmsynta007.htm#CHDEHBEJ

    A copy of the image is an identical copy of the byte to byte in the original file. Copy the image files may not exist on disk.

    See - 4.1.2.1 on Copies of the Image - (Oracle 10)

    http://docs.Oracle.com/CD/B19306_01/backup.102/b14192/bkup001.htm#i1034275

    http://docs.Oracle.com/CD/E11882_01/backup.112/e10642/rcmcncpt.htm#i1006661

    See Chapter 5 of the E10642-03 - Sub - "configure the default Type for backups: sets or backup Copies.

    Exact quote:

    Note: because RMAN can write a copy of only the disk image, the type of backup to tape can be a backup set.

    Thus, you can perform the copy and it then backs up to the band as an option.

    Best regards

    mseberg

  • Unable to cold backup with rman

    Dear all
    I am trying to perform cold backup with rman and my script follows


    Run {}
    stop immediately;
    bootable media;
    allocate channel dup1 device type disk;
    allocate channel dup2 device type disk;
    backup format ' / home/oracle/ORACLEBACKUP/%U' database;
    output channel dup1;
    output channel dup2;
    ALTER database open;
    }
    When I run this script in rman it shows errord


    database closed
    dismounted database
    Instance Oracle to close

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the boot command at 14/01/2011 14:31:30
    ORA-12514: TNS:listener is not currently of service requested in connect descriptor

    RMAN >
    There is no error in my script or other

    Thanks in advance

    Shaikh Abdul Anthony

    You connect through an earpiece.
    The listener becomes aware of the database when you turn it off.

    You run RMAN from the same server as the database? You need not connect through an earpiece.

    Hemant K Collette

  • Cloning with RMAN on two different OS

    DB version: 10 gr 2

    Can I clone DB on AIX 5.3 with RMAN and re-create it in a Solaris machine (5.9)?

    Using transportable tablespaces.

    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14231/tspaces.htm#i1007169

    Read the link.

    Concerning
    Asif Kabir

  • Restore the virtual hard drive backup on a different node with different IP and host name.

    Hi guys,.
    I want to do the following.

    My reliable backup strategy is the virtual hard drive backup. The database is installed on a virtual particulay machine (node). Now, I do not take the backup of the DBF files or control files or files from archive.
    I rely on the virtual hard disk backup. It takes the entire Virtual Machine backup. Now, I wanted to restore this virtual hard drive backup to a different node with different IP and host name.
    But before I start the database, there are some things I need to do.
    As change address IP address and the hostname registered with the database installed and its services.

    Please guide me through the steps on how to perform the activity.

    Concerning
    Lam...
    SOA admin.

    I think that the whole operating system will be restored in a new virtual machine... I have it... The changes will have to be done in the file listener.ora (hostname or IPADDRESS and also PORT NO in case you want another port as the existing one). Once you have made the changes that you have to bounce the listener, I mean stop and start the listener... I don't think that any other changes are needed... Make sure that the same need for entries (from the listener) to be included in the TNSNAMES file. ORA file both client-side... The tns service is used to connect to the remote database server (from the demand side or whatever source you used to connect to the database server)... I just think that the change to do... Hope its clear... Please try...

    HTH
    Kind regards

    IMRAN KHAN

  • RMAN restore to another device Oracle 11 g 1

    Hello

    I have a big problem. I have on PC running Windows Server 2003 named "Host A" and another Windows Server 2003 "host B".
    I made a backup of host A and you want to restore it to host B with the procedure.

    Preparation & backup:
              SQLPLUS SYS AS SYSDBA
              SQL>SHUTDOWN IMMEDIATE     
              SQL>STARTUP MOUNT
              SQL>ALTER DATABASE ARCHIVELOG;
              SQL>ALTER DATABASE OPEN;
              SQL>ARCHIVE LOG LIST;
              SQL>ALTER SYSTEM ARCHIVE LOG START;
              SQL>QUIT
    
              RMAN TARGET /
              RMAN>CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT 
    'C:\Oracle-Backup\backup/%T.bkp';
    
    RMAN>CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 
    DISK TO 'C:\Oracle-Backup\controlfile/%F.bkp';
    
    
              RMAN>CONFIGURE CONTROLFILE AUTOBACKUP ON;
              RMAN>EXIT;
              
    
              RMAN TARGET /
              RMAN>BACKUP DATABASE;     // maybe PLUS ARCHIVELOG 
              RMAN>EXIT;
    After this I got a Controlfile 9,6 mb and a 1 GB file backup

    Then I restored to the second machine:
    Microsoft Windows [Version 5.2.3790]
    (C) Copyright 1985-2003 Microsoft Corp.
    
    C:\Dokumente und Einstellungen\Administrator>rman
    
    Recovery Manager: Release 11.1.0.6.0 - Production on Mi Mai 16 11:13:33 2012
    
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    
    RMAN> quit
    
    
    Recovery Manager abgeschlossen.
    
    C:\Dokumente und Einstellungen\Administrator>rman target / nocatalog
    
    Recovery Manager: Release 11.1.0.6.0 - Production on Mi Mai 16 11:14:02 2012
    
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    
    Mit Ziel-Datenbank verbunden: XXX (DBID=1455796592)
    Kontrolldatei der Zieldatenbank wird anstelle des Recovery-Katalogs verwendet
    
    RMAN> shutdown immediate;
    
    Datenbank geschlossen
    Datenbank nicht angeschlossen
    Oracle-Instance heruntergefahren
    
    RMAN> set dbid 1449626294
    
    Befehl wird ausgef³hrt: SET DBID
    
    RMAN> startup nomount;
    
    mit Zieldatenbank verbunden (nicht gestartet)
    Start nicht erfolgreich: ORA-01078: failure in processing system parameters
    LRM-00109: Parameterdatei 'C:\PROGRAMME\ORACLE\111\DATABASE\INITXXX.ORA'
     konnte nicht ge+ffnet werden
    
    Oracle Instance ohne Parameterdatei gestartet, um spfile abzurufen
    Oracle-Instance gestartet
    
    Gesamte System Global Area     159019008 Byte
    
    Fixed Size                     1331852 Byte
    Variable Size                 71306612 Byte
    Database Buffers              83886080 Byte
    Redo Buffers                   2494464 Byte
    
    RMAN> restore spfile from 'c:\Oracle-Dump\CONTROLFILEC-1449626294-20120306-03.BK
    P';
    
    Starten restore um 16.05.12
    Zugewiesener Kanal: ORA_DISK_1
    Kanal ORA_DISK_1: SID=98 Device-Typ=DISK
    
    Kanal ORA_DISK_1: Spfile wird aus AUTOBACKUP c:\Oracle-Dump\CONTROLFILEC-1449626
    294-20120306-03.BKP zur³ckgeschrieben
    Kanal ORA_DISK_1: Zur³ckschreiben von SPFILE aus AUTOBACKUP abgeschlossen
    Beendet restore um 16.05.12
    
    RMAN> shutdown immediate;
    
    Oracle-Instance heruntergefahren
    
    RMAN> startup nomount;
    
    mit Zieldatenbank verbunden (nicht gestartet)
    Oracle-Instance gestartet
    
    Gesamte System Global Area     535662592 Byte
    
    Fixed Size                     1334380 Byte
    Variable Size                348128148 Byte
    Database Buffers             180355072 Byte
    Redo Buffers                   5844992 Byte
    
    RMAN> restore controlfile from 'c:\Oracle-Dump\CONTROLFILEC-1449626294-20120306-
    03.BKP';
    
    Starten restore um 16.05.12
    Zugewiesener Kanal: ORA_DISK_1
    Kanal ORA_DISK_1: SID=208 Device-Typ=DISK
    
    Kanal ORA_DISK_1: Kontrolldatei wird zur³ckgeschrieben
    Kanal ORA_DISK_1: Restore abgeschlossen, abgelaufene Zeit: 00:00:03
    Ausgabedateiname=C:\PROGRAMME\ORACLE\111\DATA\XXX\CONTROL01.CTL
    Ausgabedateiname=C:\PROGRAMME\ORACLE\111\DATA\XXX\CONTROL02.CTL
    Ausgabedateiname=C:\PROGRAMME\ORACLE\111\DATA\XXX\CONTROL03.CTL
    Beendet restore um 16.05.12
    
    RMAN> alter database mount
    2> ;
    
    Datenbank angeschlossen
    Freigegebener Kanal: ORA_DISK_1
    
    RMAN> catalog start with 'c:\oracle-Dump\';
    
    Starten implicit crosscheck backup um 16.05.12
    Zugewiesener Kanal: ORA_DISK_1
    Kanal ORA_DISK_1: SID=208 Device-Typ=DISK
    10 Objekte auf _bereinstimmung gepr³ft
    Beendet implicit crosscheck backup um 16.05.12
    
    Starten implicit crosscheck copy um 16.05.12
    Kanal ORA_DISK_1 wird benutzt
    Beendet implicit crosscheck copy um 16.05.12
    
    Suche nach allen Dateien im Recovery-Bereich
    Dateien werden katalogisiert...
    Keine Dateien katalogisiert
    
    Suche nach allen Dateien, die mit dem Muster c:\oracle-Dump\ ³bereinstimmen
    
    Datenbank kennt Dateiliste nicht
    =====================================
    Dateiname: C:\ORACLE-DUMP\BACKUPXXX777222642.BKP
    Dateiname: C:\ORACLE-DUMP\BACKUPXXX777222669.BKP
    Dateiname: C:\ORACLE-DUMP\BACKUPXXX777222949.BKP
    Dateiname: C:\ORACLE-DUMP\CONTROLFILEC-1449626294-20120306-03.BKP
    
    M÷chten Sie die obigen Dateien wirklich katalogisieren (geben Sie YES oder NO ei
    n)? yes
    Dateien werden katalogisiert...
    Katalogisierung erfolgt
    
    Liste mit katalogisierten Dateien
    =======================
    Dateiname: C:\ORACLE-DUMP\BACKUPXXX777222642.BKP
    Dateiname: C:\ORACLE-DUMP\BACKUPXXX777222669.BKP
    Dateiname: C:\ORACLE-DUMP\BACKUPXXX777222949.BKP
    Dateiname: C:\ORACLE-DUMP\CONTROLFILEC-1449626294-20120306-03.BKP
    
    RMAN> restore database;
    
    Starten restore um 16.05.12
    Kanal ORA_DISK_1 wird benutzt
    
    Kanal ORA_DISK_1: Zur³ckschreiben von Datendatei-Backup Set beginnt
    Kanal ORA_DISK_1: Datendatei(en) werden zum Wiederherstellen aus Backup Set ange
    geben
    Kanal ORA_DISK_1: Datendatei 00001 wird zu C:\PROGRAMME\ORACLE\111\DATA\XXX
    \SYSTEM01.DBF wiederhergestellt
    Kanal ORA_DISK_1: Datendatei 00002 wird zu C:\PROGRAMME\ORACLE\111\DATA\XXX
    \SYSAUX01.DBF wiederhergestellt
    Kanal ORA_DISK_1: Datendatei 00003 wird zu C:\PROGRAMME\ORACLE\111\DATA\XXX
    \UNDOTBS01.DBF wiederhergestellt
    Kanal ORA_DISK_1: Datendatei 00004 wird zu C:\PROGRAMME\ORACLE\111\DATA\XXX
    \USERS01.DBF wiederhergestellt
    Kanal ORA_DISK_1: Datendatei 00005 wird zu C:\PROGRAMME\ORACLE\111\ORADATA\DBTT
    wiederhergestellt
    Kanal ORA_DISK_1: Datendatei 00006 wird zu C:\PROGRAMME\ORACLE\111\ORADATA\EM_LO
    G_TUEM wiederhergestellt
    Kanal ORA_DISK_1: Lesen aus Backup Piece C:\ORACLE-DUMP\BACKUPXXX777222669.
    BKP
    Kanal ORA_DISK_1: Piece Handle=C:\ORACLE-DUMP\BACKUPXXX777222669.BKP Tag=TA
    G20120306T151108
    Kanal ORA_DISK_1: Backup Piece 1 wurde wiederhergestellt
    Kanal ORA_DISK_1: Restore abgeschlossen, abgelaufene Zeit: 00:02:05
    Beendet restore um 16.05.12
    
    RMAN> recover database;
    
    Starten recover um 16.05.12
    Kanal ORA_DISK_1 wird benutzt
    
    Media Recovery starten
    
    Kanal ORA_DISK_1: Zur³ckschreiben von Archive Log in Standardziel wird begonnen
    Kanal ORA_DISK_1: Archive Log wird zur³ckgeschrieben
    Archive Log Thread=1 Sequence=10
    Kanal ORA_DISK_1: Lesen aus Backup Piece C:\ORACLE-DUMP\BACKUPXXX777222949.
    BKP
    Kanal ORA_DISK_1: Piece Handle=C:\ORACLE-DUMP\BACKUPXXX777222949.BKP Tag=TA
    G20120306T151548
    Kanal ORA_DISK_1: Backup Piece 1 wurde wiederhergestellt
    Kanal ORA_DISK_1: Restore abgeschlossen, abgelaufene Zeit: 00:00:01
    Archive Log-Dateiname=C:\PROGRAMME\ORACLE\111\FLASH_RECOVERY\XXX2DB\ARCHIVE
    LOG\2012_05_16\O1_MF_1_10_7V73N5RW_.ARC Thread=1 Sequence=10
    Kanal default: Archive Logs werden gel÷scht
    Archive Log-Dateiname=C:\PROGRAMME\ORACLE\111\FLASH_RECOVERY\XXX2DB\ARCHIVE
    LOG\2012_05_16\O1_MF_1_10_7V73N5RW_.ARC RECID=13 STAMP=783429893
    Archive Log kann nicht gefunden werden
    Archive Log Thread=1 Sequence=11
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: Fehler bei recover Befehl auf 05/16/2012 11:24:57
    RMAN-06054: Media Recovery fordert unbekanntes Archive Log f³r Thread 1 mit Sequ
    ence 11 und Start-SCN von 1094112 an
    
    RMAN> alter database open resetlogs;
    
    Datenbank ge÷ffnet
    
    RMAN> quit
    
    
    Recovery Manager abgeschlossen.
    
    C:\Dokumente und Einstellungen\Administrator>
    But when I now try to access the database control I got following error:
    ' 503 service unavailable: Servlet error exception occurred the current application deployment descriptor do not include in this response.

    and the restored data are not included.

    I hope someone can tell me what I did wrong.
    Thank you

    Published by: 919309 on 07.03.2012 02:08

    Published by: 919309 on 07.03.2012 02:12

    drop the repository and try with dbca

    EMCA - deconfig dbcontrol db-rest drop

Maybe you are looking for

  • Not start update will install

    Apple Watch will not start install software update. Window appears to have shows connected to the charger and at least 50% of charge. Watch is 100% charged and connected to the charger, but same window keeps popping up.

  • Remap keyboard keyboard Bluetooth HP case T800

    Someone a how to remap the keys on the case of BT keyboard T 800? I need to restore press F2 to Access 2003 the zoom feature, but the keyboard does not currently have the F2 key available.

  • How can I turn off DEP for something like facebook to add photos?

    Whenever I try to add pictures on facebook, I'm getting evicted due to the DEP, saying it is dangerous. It won't let me add the facebook upload photo. He throws me every time. How can I disable it specifically for this purpose so I can add photos?

  • City of Batman arkhum

    I can play Batman arkham city in Windows xp professional sp 3 and it's 32-bit computer? I have 2.0 GB of ram

  • % of availability of a server

    Hello Can you please indicate on obtaining the best way to determine the % of availability of a server for a month. One of my clients need to produce this stat and asked if I could pull this information from Foglight. Thanking you in advance Barry