Rman backup error: ORA-19502

I am running a rman backup script with incremental 1 level as
backup as backupset incremental level 1 cumulative device type disk tag 'Baan_bkup$LEVEL_0' database;
recover copy of database;
backup device type disk tag 'Baan_bkup$LEVEL_0' archivelog all not backed up;
backup archivelog until time 'sysdate-6' delete all input;
delete noprompt obsolete device type disk;
It has run almost two weeks and last night it showed this error and failed
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/08/2006 03:02:14
ORA-19502: write error on file "/dbrecovery/flashback/goi1rkdm_1_1", blockno 164865 (blocksize=8192)
ORA-27072: File I/O error
Additional information: 4
Additional information: 164865
Additional information: 782336
Linux Error: 2: No such file or directory
I checked the df -k and I still have about 6% space in my /dbrecovery disk, a separated space, and I did not find the file indicated either. So was still possible the space is full? or others reason?
I used the "delete obsolete"command in rman but nothing can be deleted.

It seems your filesystem cannot handle large files (> 2G). Use 'maxpiecesize' option of 'allocate channel' command to limit the filesize.
Werner

Similar Messages

  • RMAN Backup error:ORA-04030: out of process memory

    Hi,
    Our RMAN backup is failing with below error:
    ===========================
    RMAN-03002: failure of backup plus archivelog command at 05/22/2010 05:31:33
    ORA-04030: out of process memory when trying to allocate 82444 bytes (pga heap,control file i/o buffer)
    =============================
    Please suggest
    Thanks and Regards

    We upgrade our catalog database(Linux) to 10.2.0.4 and our target database is 10.2.0.3(Windows),
    we executed upgrade catalog twice and then when we again tried to execute the below command
    rman sys/syspwd@targetdb catalog rman/rman@rmancat
    Recovery Manager: Release 10.2.0.4.0 - Production on Sat May 22 15:10:36 2010
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    PL/SQL package SYS.DBMS_BACKUP_RESTORE version 10.02.00.03 in TARGET database is not current
    PL/SQL package SYS.DBMS_RCVMAN version 10.02.00.03 in TARGET database is not current
    connected to target database: WEBCT (DBID=3699379059)
    connected to recovery catalog database
    RMAN>
    =======================
    Still we are getting this error
    and our backup falied with below errors:
    ======================
    PL/SQL package SYS.DBMS_BACKUP_RESTORE version 10.02.00.03 in TARGET database is not current PL/SQL package SYS.DBMS_RCVMAN version 10.02.00.03 in TARGET database is not current connected to target database: WEBCT (DBID=3699379059) connected to recovery catalog database
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup plus archivelog command at 05/22/2010 15:09:44
    ORA-06550: line 1, column 14:
    PLS-00306: wrong number or types of arguments in call to 'VALIDATEARCHIVEDLOG'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    ==========================
    Please suggest

  • Restore spfile from rman backup ---- error.

    Hi,
    I am trying to execute recovery on new machine ...
    I have done the following steps..
    I have one database as ora10g2 as peroduction database on one machine as hosta
    I have created a catalog on another machine cora10g2 (hostb)
    I have taken a full backup from hosta as per following ...
    the following command execute from hosta machine.
    $ rman target sys/<passwd>@ora10g2 catalog rman/rman@cora10g2 ...
    Backup completed ...
    Now I am trying to restore this backup on hostb machine where i have already rman catlog database ..
    I have done the following setting ...on host b
    set oracle_sid=DUP
    and execute following command ...
    rman target / catalog rman/rman@cora10g2
    RMAN> set dbid 2760732370
    executing command: SET DBID
    database name is "BAAN10G2" and DBID is 2760732370
    RMAN>
    RMAN>
    RMAN> startup force nomount ;
    startup failed: ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/oracle/dbs/baan10g2/dbs/initbaan10g2.ora'
    starting Oracle instance without parameter file for retrival of spfile
    Oracle instance started
    Total System Global Area 159383552 bytes
    Fixed Size 1977112 bytes
    Variable Size 67114216 bytes
    Database Buffers 83886080 bytes
    Redo Buffers 6406144 bytes
    RMAN>
    RMAN>
    RMAN>
    RMAN> show all ;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1;
    CONFIGURE BACKUP OPTIMIZATION ON;
    CONFIGURE DEFAULT DEVICE TYPE TO DISK;
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/rman/backup/control/cntrl_%F';
    CONFIGURE DEVICE TYPE DISK PARALLELISM 4 BACKUP TYPE TO BACKUPSET;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/baanora3/rman/ora10g2/bkup_db_%d_s%s_P%p_t%t' MAXPIECESIZE 1024;
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    RMAN>
    RMAN>
    RMAN> list backup of spfile ;
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    2420 Full 7.33M DISK 00:00:01 14-JUN-07
    BP Key: 2426 Status: AVAILABLE Compressed: NO Tag: TAG20070614T182935
    Piece Name: /rman/backup/control/cntrl_c-2760732370-20070614-00
    SPFILE Included: Modification time: 14-JUN-07
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    2509 Full 7.33M DISK 00:00:01 15-JUN-07
    BP Key: 2515 Status: AVAILABLE Compressed: NO Tag: TAG20070615T130416
    Piece Name: /rman/backup/control/cntrl_c-2760732370-20070615-00
    SPFILE Included: Modification time: 15-JUN-07
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    2694 Full 7.33M DISK 00:00:01 15-JUN-07
    BP Key: 2739 Status: AVAILABLE Compressed: NO Tag: TAG20070615T131703
    Piece Name: /rman/backup/control/cntrl_c-2760732370-20070615-01
    SPFILE Included: Modification time: 15-JUN-07
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    2760 Full 80.00K DISK 00:00:01 15-JUN-07
    BP Key: 2763 Status: AVAILABLE Compressed: NO Tag: TAG20070615T163437
    Piece Name: /rman/spfile/spfile.ora
    SPFILE Included: Modification time: 15-JUN-07
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    2769 Full 7.33M DISK 00:00:02 15-JUN-07
    BP Key: 2771 Status: AVAILABLE Compressed: NO Tag: TAG20070615T163441
    Piece Name: /rman/backup/control/cntrl_c-2760732370-20070615-02
    SPFILE Included: Modification time: 15-JUN-07
    RMAN>
    RMAN>
    RMAN> restore spfile from autobackup ;
    Starting restore at 19-JUN-07
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=36 devtype=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: sid=35 devtype=DISK
    allocated channel: ORA_DISK_3
    channel ORA_DISK_3: sid=34 devtype=DISK
    allocated channel: ORA_DISK_4
    channel ORA_DISK_4: sid=33 devtype=DISK
    channel ORA_DISK_1: looking for autobackup on day: 20070619
    channel ORA_DISK_1: looking for autobackup on day: 20070618
    channel ORA_DISK_1: looking for autobackup on day: 20070617
    channel ORA_DISK_1: looking for autobackup on day: 20070616
    channel ORA_DISK_1: looking for autobackup on day: 20070615
    channel ORA_DISK_1: looking for autobackup on day: 20070614
    channel ORA_DISK_1: looking for autobackup on day: 20070613
    channel ORA_DISK_1: no autobackup in 7 days found
    channel ORA_DISK_2: looking for autobackup on day: 20070619
    channel ORA_DISK_2: looking for autobackup on day: 20070618
    channel ORA_DISK_2: looking for autobackup on day: 20070617
    channel ORA_DISK_2: looking for autobackup on day: 20070616
    channel ORA_DISK_2: looking for autobackup on day: 20070615
    channel ORA_DISK_2: looking for autobackup on day: 20070614
    channel ORA_DISK_2: looking for autobackup on day: 20070613
    channel ORA_DISK_2: no autobackup in 7 days found
    channel ORA_DISK_3: looking for autobackup on day: 20070619
    channel ORA_DISK_3: looking for autobackup on day: 20070618
    channel ORA_DISK_3: looking for autobackup on day: 20070617
    channel ORA_DISK_3: looking for autobackup on day: 20070616
    channel ORA_DISK_3: looking for autobackup on day: 20070615
    channel ORA_DISK_3: looking for autobackup on day: 20070614
    channel ORA_DISK_3: looking for autobackup on day: 20070613
    channel ORA_DISK_3: no autobackup in 7 days found
    channel ORA_DISK_4: looking for autobackup on day: 20070619
    channel ORA_DISK_4: looking for autobackup on day: 20070618
    channel ORA_DISK_4: looking for autobackup on day: 20070617
    channel ORA_DISK_4: looking for autobackup on day: 20070616
    channel ORA_DISK_4: looking for autobackup on day: 20070615
    channel ORA_DISK_4: looking for autobackup on day: 20070614
    channel ORA_DISK_4: looking for autobackup on day: 20070613
    channel ORA_DISK_4: no autobackup in 7 days found
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 06/19/2007 18:00:13
    RMAN-06172: no autobackup found or specified handle is not a valid copy or piece
    RMAN>
    I am not able to restore spfile from rman backup ;;;

    Hi,
    I would like to know few things
    1. How are you setting the db_name ? you can set db_id at RMAN, how are you setting the db_name ?
    2. Do you have any default init file at default location ? if yes, is the db_name parameter set correctly in that file ?
    Since spfile is yet to be restored, you must set the db_name parameter correctly before you start spfile restore.This can be done with init file at default location which can even contain just one paremeter i.e db_name.

  • Rman backup error

    Hi,
    I am taking the rman backup i got below error please give me the solution.
    Starting backup at 13-DEC-12
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=33 devtype=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: sid=50 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00001 name=/u01/oracle/oradata/dev/system01.dbf
    input datafile fno=00002 name=/u01/oracle/oradata/dev/undotbs01.dbf
    channel ORA_DISK_1: starting piece 1 at 13-DEC-12
    channel ORA_DISK_2: starting full datafile backupset
    channel ORA_DISK_2: specifying datafile(s) in backupset
    input datafile fno=00003 name=/u01/oracle/oradata/dev/sysaux01.dbf
    channel ORA_DISK_2: starting piece 1 at 13-DEC-12
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 12/13/2012 12:05:14
    ORA-19504: failed to create file "/u03/rmbackp/1gnsomrp_1_1"
    ORA-27040: file create error, unable to create file
    Linux Error: 2: No such file or directory
    channel ORA_DISK_1 disabled, job failed on it will be run on another channel
    my mount point has 777 oracle:dba /u03/rmbackup . Below is the my rman configuration parameters.
    CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
    CONFIGURE BACKUP OPTIMIZATION ON;
    CONFIGURE DEFAULT DEVICE TYPE TO DISK;
    CONFIGURE CONTROLFILE AUTOBACKUP OFF;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u03/rmbackup/%F';
    CONFIGURE DEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO BACKUPSET;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT'/u03/rmbackp/%U';
    CONFIGURE MAXSETSIZE TO UNLIMITED;
    CONFIGURE ENCRYPTION FOR DATABASE OFF;
    CONFIGURE ENCRYPTION ALGORITHM 'AES128';
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE;
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO'/u03/rmbackup/snapcf_dev.f';
    CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
    CONFIGURE BACKUP OPTIMIZATION ON;
    CONFIGURE DEFAULT DEVICE TYPE TO DISK;
    CONFIGURE CONTROLFILE AUTOBACKUP OFF;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u03/rmbackup/%F';
    CONFIGURE DEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO BACKUPSET;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT'/u03/rmbackp/%U';
    CONFIGURE MAXSETSIZE TO UNLIMITED;
    CONFIGURE ENCRYPTION FOR DATABASE OFF;
    CONFIGURE ENCRYPTION ALGORITHM 'AES128';
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE;
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO'/u03/rmbackup/snapcf_dev.f';

    Did you see error :
    ORA-19504: failed to create file "/u03/rmbackp/1gnsomrp_1_1"
    ORA-27040: file create error, unable to create file
    Linux Error: 2: No such file or directoryThere haven't directory : /u03/rmbackp and Channel 1 device type disk format is showed : /u03/rmbackp/%U
    Error there.
    Mahir

  • Backup Error ORA-12640: Authentication adapter initialization failed

    Dear All,
    I have scheduled full backup from DB13 and it ends up in error. The error log is attached below.
    BR0204I Percentage done: 100.00%, estimated end time: 20:12
    BR0001I **************************************************
    BR0280I BRBACKUP time stamp: 2009-06-03 20.12.52
    BR0317I 'Alter tablespace SYSTEM end backup' successful
    BR0280I BRBACKUP time stamp: 2009-06-03 20.12.56
    BR0530I Cataloging backups of all database files...
    BR0278E Command output of 'E:\oracle\SID\102\BIN\rman nocatalog':
    Recovery Manager: Release 10.2.0.2.0 - Production on Wed Jun 3 20:12:57 200
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    RMAN>
    RMAN> connect target *
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-12640: Authentication adapter initialization failed
    RMAN> *end-of-file*
    RMAN>
    host command complete
    RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 2
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of catalog command at 06/03/2009 20:12:58
    RMAN-06171: not connected to target database
    RMAN>
    Recovery Manager complete.
    BR0280I BRBACKUP time stamp: 2009-06-03 20.12.58
    BR0279E Return code from 'E:\oracle\SID\102\BIN\rman nocatalog': 1
    BR0536E RMAN call for database instance DEV failed
    BR0280I BRBACKUP time stamp: 2009-06-03 20.12.58
    BR0532E Cataloging backups of all database files failed
    BR0056I End of database backup: beasixaz.fnd 2009-06-03 20.12.58
    BR0280I BRBACKUP time stamp: 2009-06-03 20.12.58
    BR0054I BRBACKUP terminated with errors
    BR0280I BRBACKUP time stamp: 2009-06-03 20.12.58
    I have tried upgrading Brtools as per suggestion from SAP but in vain. All the services run under administrator account but still no luck. The backup device type is disk
    Kindly help on the same
    Regards,
    Anand

    Hello Vedival.
    I am getting exact same error.
    We are using Tivoli with BRTOOLS and no RMAN at all..not sure why at the end of Backup its executing "'SHELL=/bin/sh /oracle/QAS/102_64/bin/rman nocatalog'" command.
    I will appreciate your help.
    Thanks
    Laxmichand.
    BR0530I Cataloging backups of all database files...                                                              
    BR0278E Command output of 'SHELL=/bin/sh /oracle/QAS/102_64/bin/rman nocatalog':                                 
    Recovery Manager: Release 10.2.0.2.0 - Production on Fri Oct 8 01:23:12 2010                                     
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.                                                          
    RMAN>                                                                               
    RMAN> connect target *                                                                               
    RMAN-00571: ===========================================================                                          
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============                                          
    RMAN-00571: ===========================================================                                          
    RMAN-04002: ocipi failed, ORA  1                                                                               
    RMAN> *end-of-file*                                                                               
    RMAN>                                                                               
    host command complete                                                                               
    RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21> 22> 23> 24> 25> 26> 27> 28> 29> 30>
    RMAN-00571: ===========================================================                                          
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============                                          
    RMAN-00571: ===========================================================                                          
    RMAN-03002: failure of catalog command at 10/08/2010 01:23:15                                                    
    RMAN-06171: not connected to target database                                                                     
    RMAN>                                                                               
    Recovery Manager complete.                                                                               
    BR0280I BRBACKUP time stamp: 2010-10-08 01.23.15                                                                 
    BR0279E Return code from 'SHELL=/bin/sh /oracle/QAS/102_64/bin/rman nocatalog': 1                                
    BR0536E RMAN call for database instance QAS failed                                                               
    BR0280I BRBACKUP time stamp: 2010-10-08 01.23.15                                                                 
    BR0532E Cataloging backups of all database files failed                                                          
    BR0280I BRBACKUP time stamp: 2010-10-08 01.23.40                                                                 
    BR0317I 'Alter database end backup' successful                                                                   
    BR0056I End of database backup: beehfpbh.fnf 2010-10-08 01.23.15                                                 
    BR0280I BRBACKUP time stamp: 2010-10-08 01.23.41

  • RMAN Backup error with Symantec Backup Tool

    Hi
    My Environment
    OS Windows server 2003 R2
    Oracle 10G R2 10.2.03 2 node RAC
    When i am taking backup maually in the command prompt with RMAN, it is successful, but when we are trying from Symantec Backup tool we are getting errors like
    RMAN 03002 failur of Backup lus archivelog is problem,
    RMAN 10015 error compiling PL/SQL programme
    RMAN 10033 error during compilation of job step2
    Ora 00603 Oracle server session terminate by fatal error.
    Ora 004030 out of process memory when trying to allocate 4120 bytes(pl/sql) MPCODE,BAMMA, BAM Buffer)
    So please tell me why its giving the error with Symatntec and why when i am doing manually it is successfull.
    What could be the solution, please we are taking daily and weekly backups with Symantec on HP tape library. Please suggest me to the needful.
    Immediate reply highly apperciated
    Thanks
    Edited by: 873393 on Apr 17, 2012 10:09 AM

    Hello,
    Ora 00603 Oracle server session terminate by fatal error.
    Ora 004030 out of process memory when trying to allocate 4120 bytes(pl/sql) MPCODE,BAMMA, BAM Buffer) The ORA-04030 error message is interesting. It means that the OS doesn't have enough memory for Oracle.
    So you may monitore the Memory usage of the Server during the Symantec Backup, and check for any activity. May be the Symantec Backup runs when other Batch Jobs use already a lot of memory . You may also have to extend the RAM of the Server.
    Also, check for the RMAN script used by Symantec and compare with the "manual" script. May be, some options are used with Symantec and consume more resources on the Server.
    Hope this help.
    Best regards,
    Jean-Valentin

  • Rman backup error in 10g rac

    hi,
    I am backup 10g rac with rman,but there is some error when backup:
    input datafile fno=00006 name=+DG1/orcl/datafile/undotbs3.265.623622323
    channel c3: starting piece 1 at 13-JUN-07
    RMAN-03009: failure of backup command on c1 channel at 06/13/2007 08:40:50
    ORA-19504: failed to create file "/oracle/rman/db_ORCL_20070613_0fik5ji0_1_1_L0"
    ORA-27040: file create error, unable to create file
    Linux Error: 2: No such file or directory
    channel c1 disabled, job failed on it will be run on another channel
    RMAN-03009: failure of backup command on c3 channel at 06/13/2007 08:40:51
    ORA-19504: failed to create file "/oracle/rman/db_ORCL_20070613_0hik5jna_1_1_L0"
    ORA-27040: file create error, unable to create file
    Linux Error: 2: No such file or directory
    channel c3 disabled, job failed on it will be run on another channel
    released channel: c1
    released channel: c2
    released channel: c3
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of release command at 06/13/2007 08:49:22
    RMAN-06012: channel: c1 not allocated

    Hi all I have the same problem. We have a 2 node rac with ASM. The archives goes to ASM. I would like to backup the archives from ASM to a filesystem. But i was given a filesystem that is only mounted on one node and it is not accessbile to the other node. When i run the following rman command i get the error on one of the channel that connect to node 2.
    My question:
    Can i use on channel that is connecting to node1 to backup all the archivelogs generated by node1 and node2 aswell since both the nodes have access to archive logs.
    Please assist.
    connect target /
    connect catalog rmanrep/[email protected]
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/opt/oracle/archive/orcl/rman/cf_%d_%T_%F';
    CONFIGURE DEVICE TYPE DISK PARALLELISM 2;
    CONFIGURE CHANNEL 1 DEVICE TYPE DISK CONNECT 'SYS/oass@orcl1;
    CONFIGURE CHANNEL 2 DEVICE TYPE DISK CONNECT 'SYS/oass@orcl2';
    BACKUP CURRENT CONTROLFILE;
    backup archivelog all format '/opt/oracle/archive/orcl/arch_bkup/%d_AL_%T_%u_s%s_p%p' delete input;
    EXIT;
    RMAN-03009: failure of backup command on ORA_DISK_2 channel at 03/17/2009 21:00:25
    ORA-19504: failed to create file "/opt/oracle/archive/orcl/arch_bkup/SPTDEV_AL_20090317_2kka60j6_s84_p1"
    ORA-27040: file create error, unable to create file
    Linux-x86_64 Error: 2: No such file or directory
    channel ORA_DISK_2 disabled, job failed on it will be run on another channel
    Thanks
    Kart

  • Rman backup errors..

    hi guru's
    please tell me the answeres..for this
    what will happen if we re run the Rman backup due to the job failure...will take a new backup from the begining? or will start from the first backup end where it left ?
    i am deleting some archieved logs on the archieved destination before takeing the RMAN backup, and then running rman backup ...then any error will raised for the missing files during Rman archive log backup for missing files? i have the files like 1 to 10 ...in that 5 and 6 logs are deleted before takeing the Rman backup..how to resolve this?

    user13014926 wrote:
    hi guru's
    please tell me the answeres..for this
    what will happen if we re run the Rman backup due to the job failure...will take a new backup from the begining? or will start from the first backup end where it left ?
    You can continue backup from which files not backed up and this is call restartable backup.Please refer below link
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/rcmconc1.htm#i1008543
    >
    i am deleting some archieved logs on the archieved destination before takeing the RMAN backup, and then running rman backup ...then any error will raised for the missing files during Rman archive log backup for missing files? i have the files like 1 to 10 ...in that 5 and 6 logs are deleted before takeing the Rman backup..how to resolve this?If you manually delete archivelogs then you will get an error so before executing this backup command you have to execute CROSSCHECK ARCHIVELOG ALL and DELETE EXPIRED ARCHIVELOG ALL then your problem will solve.

  • RMAN backup error in R&D Server

    friends,
    OS: RHEL 4.8
    DB: 10gR2
    i am doing some R&D in my 10g test db....
    i deleted the last archive log file...then i tried to do rman backup plus archivelog all;
    but i am getting an error...then i copy the deleted file in the same location...then the backup is working fine...
    suppose if this situation comes in production db what should i do....am i have to wait for the next archive log generation or i have to alter system switch log file;
    thanks

    Hi,
    RMAN>change archivelog all crosscheck;
    If below error commes then Your options are either to restore the missing file(s), or to perform a crosscheck. To perform a crosscheck,
    run the above command from within RMAN
    It is advisable to perform a full backup of the database at this point.
    When an archive log crosscheck is performed, RMAN checks each archive log in turn to make sure that it exists on disk (or tape).
    Those that are missing are marked as unavailable. If you have got missing logs, this won't bring them back. It will allow you to get
    past this error and back-up the database though.
    Regards

  • RMAN BACKUP ERROR in TAPE

    Dear Friends,
    I am taking a RMAN BACKUP of ORACLE 9i with AIX4.3 with TAPE DRIVE
    When i execute the script
    RMAN> RUN{
    allocate channel c1 type 'SBT_TAPE';
    backup tablespace users;
    It gets struckup for more than two hours it didn't prompt any errors.
    allocated channel: c1
    channel c1: sid=13 devtype=SBT_TAPE
    channel c1: MMS Version 2.2.0.1
    Starting backup at 11-APR-02
    channel c1: starting full datafile backupset
    channel c1: specifying datafile(s) in backupset
    input datafile fno=00007 name=/gloqm/oradata/ORA9011/users01.dbf
    channel c1: starting piece 1 at 11-APR-02
    LSM was intalled, Is it right to mention the tape is 'SBT_TAPE' or i will have to mention something different.
    Could any one help
    Thanks in Advance
    gandhi

    For RMAN topics, please use: {forum:id=74}.

  • Backup Error :ORA-00081

    Dear All,
    Greetings!
    Currently I m facing the problem in getting the backup executed successfully.We are having the HP-Ux as O.S.
    I had scheduled the backup on the local disk and also verified the permissions of ora<adm> and sid<adm> .Everything is correct.Even the backup logs shows that the db backup is completed .But when checked in the log it shows the msg as
    "SQL> Connected to an idle instance.
    SQL>
    SQL> ORA-00081: address range [0x600000000009C450, 0x600000000009C454) is not re
    adable
    version], [], [], [], [], [], []
    SQL> Disconnected
    BR0280I BRBACKUP time stamp: 2008-10-08 00.40.35
    BR0279E Return code from '/oracle/BRD/102_64/bin/sqlplus /nolog < /oracle/BRD/sa
    pbackup/.bdyzdwvz.spi': 0
    BR0302E SQLPLUS call for database instance BRD failed
    BR0306E Start and open of database instance BRD failed
    BR0115I Compression rate for all files 3.3134:1
    BR0280I BRBACKUP time stamp: 2008-10-08 00.40.36
    BR0304I Starting and opening database instance BRD ...
    BR0280I BRBACKUP time stamp: 2008-10-08 00.51.54
    BR0305I Start and open of database instance BRD successful
    BR0056I End of database backup: bdyzdwvz.afd 2008-10-08 00.40.35
    BR0280I BRBACKUP time stamp: 2008-10-08 00.52.51
    BR0054I BRBACKUP terminated with errors"
    In all I want to say is dbbackup successfully completed when it was starting db instance it failed to start properly.As there is no problem in login in to system also.
    Please take this issue as high priority
    Kindly suggest the solution for the same.
    Thanks in advance.
    Regards,
    Amit

    Dear Prahsant,
    Sorry for late reply.
    I had not applied any patches.I had not performed any activity.Please find the log file below.
    BR0051I BRBACKUP 7.00 (34)
    BR0055I Start of database backup: bdyzdwvz.afd 2008-10-07 20.52.03
    BR0484I BRBACKUP log file: /oracle/BRD/sapbackup/bdyzdwvz.afd
    BR0477I Oracle pfile /oracle/BRD/102_64/dbs/initBRD.ora created from spfile /ora
    cle/BRD/102_64/dbs/spfileBRD.ora
    BR0101I Parameters
    Name                           Value
    oracle_sid                     BRD
    oracle_home                    /oracle/BRD/102_64
    oracle_profile                 /oracle/BRD/102_64/dbs/initBRD.ora
    sapdata_home                   /oracle/BRD
    sap_profile                    /oracle/BRD/102_64/dbs/initBRD.sap
    backup_mode                    ALL
    backup_type                    offline_force
    backup_dev_type                disk
    backup_root_dir                /sapcd/Backup1
    compress                       yes
    compress_cmd                   compress -c $ > $
    exec_parallel                  0
    system_info                    orabrd/orabrd bslr3dev HP-UX B.11.31 U ia64
    oracle_info                    BRD 10.2.0.2.0 8192 4106 32529907 bslr3dev UTF8 U
    TF8
    sap_info                       700 SAPSR3 0002LK0003BRD0011F14282267140013NetWea
    ver_ORA
    make_info                      hpia64 OCI_102 May 31 2008
    command_line                   /usr/sap/BRD/SYS/exe/run/brbackup -p initBRD.sap
    -d disk -t offline_force -m all -k yes -e 0 -l E -U
    BR0116I ARCHIVE LOG LIST before backup for database instance BRD
    Parameter                      Value
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            /oracle/BRD/oraarch/BRDarch
    Archive format                 %t_%s_%r.dbf
    Oldest online log sequence     4103
    Next log sequence to archive   4106
    Current log sequence           4106             SCN: 32529907
    Database block size            8192             Thread: 1
    Current system change number   32542362         ResetId: 661884644
    BR0118I Tablespaces and data files
    Tablespace     TS-Status  F-Status  File
                   Size   Id.     Device  Link    Type       MaxSize     IncrSize  B
    lkSize
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata1/sr3_1/sr3.data1
             2097160192    4  1073741841  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata1/sr3_2/sr3.data2
             2097160192    5  1073741841  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata1/sr3_3/sr3.data3
             2097160192    6  1073741841  NOLINK  FILE   10485760000     20971520
      8192
    BR0051I BRBACKUP 7.00 (34)
    BR0055I Start of database backup: bdyzdwvz.afd 2008-10-07 20.52.03
    BR0484I BRBACKUP log file: /oracle/BRD/sapbackup/bdyzdwvz.afd
    BR0477I Oracle pfile /oracle/BRD/102_64/dbs/initBRD.ora created from spfile /ora
    cle/BRD/102_64/dbs/spfileBRD.ora
    BR0101I Parameters
    Name                           Value
    oracle_sid                     BRD
    oracle_home                    /oracle/BRD/102_64
    oracle_profile                 /oracle/BRD/102_64/dbs/initBRD.ora
    sapdata_home                   /oracle/BRD
    sap_profile                    /oracle/BRD/102_64/dbs/initBRD.sap
    backup_mode                    ALL
    backup_type                    offline_force
    backup_dev_type                disk
    backup_root_dir                /sapcd/Backup1
    compress                       yes
    compress_cmd                   compress -c $ > $
    exec_parallel                  0
    system_info                    orabrd/orabrd bslr3dev HP-UX B.11.31 U ia64
    oracle_info                    BRD 10.2.0.2.0 8192 4106 32529907 bslr3dev UTF8 U
    TF8
    sap_info                       700 SAPSR3 0002LK0003BRD0011F14282267140013NetWea
    ver_ORA
    make_info                      hpia64 OCI_102 May 31 2008
    command_line                   /usr/sap/BRD/SYS/exe/run/brbackup -p initBRD.sap
    -d disk -t offline_force -m all -k yes -e 0 -l E -U
    BR0116I ARCHIVE LOG LIST before backup for database instance BRD
    Parameter                      Value
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            /oracle/BRD/oraarch/BRDarch
    Archive format                 %t_%s_%r.dbf
    Oldest online log sequence     4103
    Next log sequence to archive   4106
    Current log sequence           4106             SCN: 32529907
    Database block size            8192             Thread: 1
    Current system change number   32542362         ResetId: 661884644
    BR0118I Tablespaces and data files
    Tablespace     TS-Status  F-Status  File
                   Size   Id.     Device  Link    Type       MaxSize     IncrSize  B
    lkSize
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata1/sr3_1/sr3.data1
             2097160192    4  1073741841  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata1/sr3_2/sr3.data2
             2097160192    5  1073741841  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata1/sr3_3/sr3.data3
             2097160192    6  1073741841  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata1/sr3_4/sr3.data4
             2097160192    7  1073741841  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata1/sr3_5/sr3.data5
             2097160192    8  1073741841  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata2/sr3_10/sr3.data10
             2097160192   13  1073741842  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata2/sr3_6/sr3.data6
             2097160192    9  1073741842  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata2/sr3_7/sr3.data7
             2097160192   10  1073741842  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata2/sr3_8/sr3.data8
             2097160192   11  1073741842  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata2/sr3_9/sr3.data9
             2097160192   12  1073741842  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata3/sr3_11/sr3.data11
             2097160192   14  1073741843  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata3/sr3_12/sr3.data12
             2097160192   15  1073741843  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata3/sr3_13/sr3.data13
             2097160192   16  1073741843  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata3/sr3_14/sr3.data14
             2097160192   17  1073741843  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata3/sr3_15/sr3.data15
             2097160192   18  1073741843  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata4/sr3_16/sr3.data16
             2097160192   19  1073741844  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata4/sr3_17/sr3.data17
             2097160192   20  1073741844  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata4/sr3_18/sr3.data18
             2097160192   21  1073741844  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata4/sr3_19/sr3.data19
             2097160192   22  1073741844  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3        ONLINE*    ONLINE+   /oracle/BRD/sapdata4/sr3_20/sr3.data20
             2097160192   23  1073741844  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3700     ONLINE*    ONLINE+   /oracle/BRD/sapdata1/sr3700_1/sr3700.data1
             4739571712   24  1073741841  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3700     ONLINE*    ONLINE+   /oracle/BRD/sapdata1/sr3700_2/sr3700.data2
             4886372352   25  1073741841  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3700     ONLINE*    ONLINE+   /oracle/BRD/sapdata1/sr3700_3/sr3700.data3
             4907343872   26  1073741841  NOLINK  FILE   10485760000     20971520
             4907343872   26  1073741841  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3700     ONLINE*    ONLINE+   /oracle/BRD/sapdata1/sr3700_4/sr3700.data4
             5033172992   27  1073741841  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3700     ONLINE*    ONLINE+   /oracle/BRD/sapdata2/sr3700_5/sr3700.data5
             4928315392   28  1073741842  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3700     ONLINE*    ONLINE+   /oracle/BRD/sapdata2/sr3700_6/sr3700.data6
             5200945152   29  1073741842  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3700     ONLINE*    ONLINE+   /oracle/BRD/sapdata2/sr3700_7/sr3700.data7
             5347745792   30  1073741842  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3700     ONLINE*    ONLINE+   /oracle/BRD/sapdata2/sr3700_8/sr3700.data8
             5200945152   31  1073741842  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3700     ONLINE*    ONLINE+   /oracle/BRD/sapdata3/sr3700_10/sr3700.data10
             4844429312   33  1073741843  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3700     ONLINE*    ONLINE+   /oracle/BRD/sapdata3/sr3700_11/sr3700.data11
             4802486272   34  1073741843  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3700     ONLINE*    ONLINE+   /oracle/BRD/sapdata3/sr3700_12/sr3700.data12
             4592771072   35  1073741843  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3700     ONLINE*    ONLINE+   /oracle/BRD/sapdata3/sr3700_9/sr3700.data9
             5075116032   32  1073741843  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3700     ONLINE*    ONLINE+   /oracle/BRD/sapdata4/sr3700_13/sr3700.data13
             4613742592   36  1073741844  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3700     ONLINE*    ONLINE+   /oracle/BRD/sapdata4/sr3700_14/sr3700.data14
             4886372352   37  1073741844  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3700     ONLINE*    ONLINE+   /oracle/BRD/sapdata4/sr3700_15/sr3700.data15
             4802486272   38  1073741844  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3700     ONLINE*    ONLINE+   /oracle/BRD/sapdata4/sr3700_16/sr3700.data16
             4802486272   39  1073741844  NOLINK  FILE   10485760000     20971520
      8192
    PSAPSR3700     ONLINE*    ONLINE    /oracle/BRD/sapdata4/sr3700_17/sr3700.data17
             4802486272   41  1073741844  NOLINK  FILE             0            0
      8192
    PSAPSR3USR     ONLINE*    ONLINE+   /oracle/BRD/sapdata1/sr3usr_1/sr3usr.data1
               20979712   40  1073741841  NOLINK  FILE   10485760000     20971520
      8192
    PSAPTEMP       ONLINE#    ONLINE+   /oracle/BRD/sapdata2/temp_1/temp.data1
             2097160192   -1  1073741842  NOLINK  FILE   10485760000     20971520
      8192
    PSAPUNDO       ONLINE-    ONLINE+   /oracle/BRD/sapdata3/undo_1/undo.data1
             9227476992    2  1073741843  NOLINK  FILE   10485760000     20971520
      8192
    SYSAUX         ONLINE*    ONLINE+   /oracle/BRD/sapdata1/sysaux_1/sysaux.data1
              293609472    3  1073741841  NOLINK  FILE   10485760000     20971520
      8192
    SYSTEM         ONLINE*    SYSTEM+   /oracle/BRD/sapdata1/system_1/system.data1
              901783552    1  1073741841  NOLINK  FILE   10485760000     20971520
      8192
    BR0119I Redo log files
    File                                                Size  Group     Device  Stat
    us    Link    Type
    /oracle/BRD/origlogA/log_g11m1.dbf              52429824    1   1073741845  INUS
    E     NOLINK  FILE
    /oracle/BRD/mirrlogA/log_g11m2.dbf              52429824    1   1073741847  INUS
    E     NOLINK  FILE
    /oracle/BRD/origlogB/log_g12m1.dbf              52429824    2   1073741846  INUS
    E     NOLINK  FILE
    /oracle/BRD/mirrlogB/log_g12m2.dbf              52429824    2   1073741848  INUS
    E     NOLINK  FILE
    /oracle/BRD/origlogA/log_g13m1.dbf              52429824    3   1073741845  INUS
    E     NOLINK  FILE
    /oracle/BRD/mirrlogA/log_g13m2.dbf              52429824    3   1073741847  INUS
    E     NOLINK  FILE
    /oracle/BRD/origlogB/log_g14m1.dbf              52429824    4   1073741846  INUS
    E     NOLINK  FILE
    /oracle/BRD/mirrlogB/log_g14m2.dbf              52429824    4   1073741848  INUS
    E     NOLINK  FILE
    BR0120I Control files
    File                                                Size   Id.      Device  Link
        Type
    /oracle/BRD/origlogA/cntrl/cntlrBRD.dbf         15024128    0   1073741845  NOLI
    NK  FILE
    /oracle/BRD/origlogB/cntrl/cntrlBRD.dbf         15024128    0   1073741846  NOLI
    NK  FILE
    /oracle/BRD/sapdata1/cntrl/cntrlBRD.dbf         15024128    0   1073741841  NOLI
    NK  FILE
    BR0280I BRBACKUP time stamp: 2008-10-07 20.52.05
    BR0057I Backup of database: BRD
    BR0058I BRBACKUP action ID: bdyzdwvz
    BR0059I BRBACKUP function ID: afd
    BR0110I Backup mode: ALL
    BR0077I Database files for backup:
    /oracle/BRD/origlogA/log_g11m1.dbf
    /oracle/BRD/origlogB/log_g12m1.dbf
    /oracle/BRD/origlogA/log_g13m1.dbf
    /oracle/BRD/origlogB/log_g14m1.dbf
    /oracle/BRD/origlogA/cntrl/cntlrBRD.dbf
    BR0061I 47 files found for backup, total size 131774.660 MB
    BR0143I Backup type: offline_force
    BR0111I Files will be compressed
    BR0130I Backup device type: disk
    BR0106I Files will be saved on disk in directory: /sapcd/Backup1/bdyzdwvz
    BR0064I Database instance BRD will be shut down now
    BR0280I BRBACKUP time stamp: 2008-10-07 20.52.05
    BR0256I Enter 'c[ont]' to continue, 's[top]' to cancel BRBACKUP:
    BR0280I BRBACKUP time stamp: 2008-10-07 20.52.08
    BR0257I Your reply: 'c'
    BR0259I Program execution will be continued...
    BR0370I Directory /sapcd/Backup1/bdyzdwvz created
    BR0370I Directory /sapcd/Backup1/bdyzdwvz created
    BR0370I Directory /sapcd/Backup1/BRD created
    BR0202I Saving init_ora
    BR0203I to /sapcd/Backup1/BRD ...
    BR0202I Saving /oracle/BRD/102_64/dbs/initBRD.sap
    BR0203I to /sapcd/Backup1/BRD ...
    BR0280I BRBACKUP time stamp: 2008-10-07 20.52.08
    BR0198I Profiles saved successfully
    BR0280I BRBACKUP time stamp: 2008-10-07 20.52.08
    BR0307I Shutting down database instance BRD ...
    BR0280I BRBACKUP time stamp: 2008-10-07 20.52.44
    BR0308I Shutdown of database instance BRD successful
    BR0201I Compressing /oracle/BRD/sapdata1/sr3_1/sr3.data1
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data1.Z ...
    #FILE..... /oracle/BRD/sapdata1/sr3_1/sr3.data1
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data1.Z  #1/1  6.0220:1  348247267
    BR0280I BRBACKUP time stamp: 2008-10-07 20.55.50
    BR0063I 1 of 47 files processed - 2000.008 MB of 131774.660 MB done
    BR0204I Percentage done: 1.52%, estimated end time: 0:55
    BR0001I *_________________________________________________
    BR0201I Compressing /oracle/BRD/sapdata1/sr3_2/sr3.data2
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data2.Z ...
    #FILE..... /oracle/BRD/sapdata1/sr3_2/sr3.data2
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data2.Z  #1/2  6.7318:1  311532005
    BR0280I BRBACKUP time stamp: 2008-10-07 20.58.40
    BR0063I 2 of 47 files processed - 4000.016 MB of 131774.660 MB done
    BR0204I Percentage done: 3.04%, estimated end time: 0:27
    BR0001I **________________________________________________
    BR0201I Compressing /oracle/BRD/sapdata1/sr3_3/sr3.data3
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data3.Z ...
    #FILE..... /oracle/BRD/sapdata1/sr3_3/sr3.data3
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data3.Z  #1/3  6.2634:1  334829335
    BR0280I BRBACKUP time stamp: 2008-10-07 21.01.27
    BR0063I 3 of 47 files processed - 6000.023 MB of 131774.660 MB done
    BR0204I Percentage done: 4.55%, estimated end time: 0:16
    BR0001I **________________________________________________
    BR0201I Compressing /oracle/BRD/sapdata1/sr3_4/sr3.data4
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data4.Z ...
    #FILE..... /oracle/BRD/sapdata1/sr3_4/sr3.data4
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data4.Z  #1/4  4.6540:1  450616257
    BR0280I BRBACKUP time stamp: 2008-10-07 21.04.35
    BR0063I 4 of 47 files processed - 8000.031 MB of 131774.660 MB done
    BR0204I Percentage done: 6.07%, estimated end time: 0:17
    BR0204I Percentage done: 6.07%, estimated end time: 0:17
    BR0001I ***_______________________________________________
    BR0201I Compressing /oracle/BRD/sapdata1/sr3_5/sr3.data5
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data5.Z ...
    #FILE..... /oracle/BRD/sapdata1/sr3_5/sr3.data5
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data5.Z  #1/5  4.6597:1  450067403
    BR0280I BRBACKUP time stamp: 2008-10-07 21.07.33
    BR0063I 5 of 47 files processed - 10000.039 MB of 131774.660 MB done
    BR0204I Percentage done: 7.59%, estimated end time: 0:15
    BR0001I ****______________________________________________
    BR0201I Compressing /oracle/BRD/sapdata2/sr3_10/sr3.data10
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data10.Z ...
    #FILE..... /oracle/BRD/sapdata2/sr3_10/sr3.data10
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data10.Z  #1/6  7.6802:1  273060466
    BR0280I BRBACKUP time stamp: 2008-10-07 21.09.45
    BR0063I 6 of 47 files processed - 12000.047 MB of 131774.660 MB done
    BR0204I Percentage done: 9.11%, estimated end time: 0:05
    BR0001I *****_____________________________________________
    BR0201I Compressing /oracle/BRD/sapdata2/sr3_6/sr3.data6
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data6.Z ...
    #FILE..... /oracle/BRD/sapdata2/sr3_6/sr3.data6
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data6.Z  #1/7  5.5245:1  379607814
    BR0280I BRBACKUP time stamp: 2008-10-07 21.12.14
    BR0063I 7 of 47 files processed - 14000.055 MB of 131774.660 MB done
    BR0204I Percentage done: 10.62%, estimated end time: 0:01
    BR0001I *****_____________________________________________
    BR0201I Compressing /oracle/BRD/sapdata2/sr3_7/sr3.data7
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data7.Z ...
    #FILE..... /oracle/BRD/sapdata2/sr3_7/sr3.data7
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data7.Z  #1/8  6.0335:1  347586761
    BR0280I BRBACKUP time stamp: 2008-10-07 21.14.42
    BR0063I 8 of 47 files processed - 16000.062 MB of 131774.660 MB done
    BR0204I Percentage done: 12.14%, estimated end time: 23:57
    BR0001I ******____________________________________________
    BR0201I Compressing /oracle/BRD/sapdata2/sr3_8/sr3.data8
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data8.Z ...
    #FILE..... /oracle/BRD/sapdata2/sr3_8/sr3.data8
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data8.Z  #1/9  6.7059:1  312733790
    BR0280I BRBACKUP time stamp: 2008-10-07 21.17.02
    BR0063I 9 of 47 files processed - 18000.070 MB of 131774.660 MB done
    BR0204I Percentage done: 13.66%, estimated end time: 23:54
    BR0001I *******___________________________________________
    BR0201I Compressing /oracle/BRD/sapdata2/sr3_9/sr3.data9
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data9.Z ...
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data9.Z ...
    #FILE..... /oracle/BRD/sapdata2/sr3_9/sr3.data9
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data9.Z  #1/10  7.3126:1  286785669
    BR0280I BRBACKUP time stamp: 2008-10-07 21.19.13
    BR0063I 10 of 47 files processed - 20000.078 MB of 131774.660 MB done
    BR0204I Percentage done: 15.18%, estimated end time: 23:50
    BR0001I ********__________________________________________
    BR0201I Compressing /oracle/BRD/sapdata3/sr3_11/sr3.data11
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data11.Z ...
    #FILE..... /oracle/BRD/sapdata3/sr3_11/sr3.data11
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data11.Z  #1/11  7.9741:1  262995669
    BR0280I BRBACKUP time stamp: 2008-10-07 21.21.21
    BR0063I 11 of 47 files processed - 22000.086 MB of 131774.660 MB done
    BR0204I Percentage done: 16.70%, estimated end time: 23:47
    BR0001I ********__________________________________________
    BR0201I Compressing /oracle/BRD/sapdata3/sr3_12/sr3.data12
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data12.Z ...
    #FILE..... /oracle/BRD/sapdata3/sr3_12/sr3.data12
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data12.Z  #1/12  8.7416:1  239906417
    BR0280I BRBACKUP time stamp: 2008-10-07 21.23.24
    BR0063I 12 of 47 files processed - 24000.094 MB of 131774.660 MB done
    BR0204I Percentage done: 18.21%, estimated end time: 23:43
    BR0001I *********_________________________________________
    BR0201I Compressing /oracle/BRD/sapdata3/sr3_13/sr3.data13
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data13.Z ...
    #FILE..... /oracle/BRD/sapdata3/sr3_13/sr3.data13
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data13.Z  #1/13  9.1736:1  228607709
    BR0280I BRBACKUP time stamp: 2008-10-07 21.25.20
    BR0063I 13 of 47 files processed - 26000.102 MB of 131774.660 MB done
    BR0204I Percentage done: 19.73%, estimated end time: 23:40
    BR0001I **********________________________________________
    BR0201I Compressing /oracle/BRD/sapdata3/sr3_14/sr3.data14
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data14.Z ...
    #FILE..... /oracle/BRD/sapdata3/sr3_14/sr3.data14
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data14.Z  #1/14  8.3455:1  251291947
    BR0280I BRBACKUP time stamp: 2008-10-07 21.27.15
    BR0063I 14 of 47 files processed - 28000.109 MB of 131774.660 MB done
    BR0204I Percentage done: 21.25%, estimated end time: 23:37
    BR0001I ***********_______________________________________
    BR0201I Compressing /oracle/BRD/sapdata3/sr3_15/sr3.data15
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data15.Z ...
    #FILE..... /oracle/BRD/sapdata3/sr3_15/sr3.data15
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data15.Z  #1/15  8.8340:1  237395747
    BR0280I BRBACKUP time stamp: 2008-10-07 21.29.24
    BR0063I 15 of 47 files processed - 30000.117 MB of 131774.660 MB done
    BR0204I Percentage done: 22.77%, estimated end time: 23:35
    BR0001I ***********_______________________________________
    BR0201I Compressing /oracle/BRD/sapdata4/sr3_16/sr3.data16
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data16.Z ...
    #FILE..... /oracle/BRD/sapdata4/sr3_16/sr3.data16
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data16.Z  #1/16  6.0104:1  348922923
    BR0280I BRBACKUP time stamp: 2008-10-07 21.31.49
    BR0063I 16 of 47 files processed - 32000.125 MB of 131774.660 MB done
    BR0204I Percentage done: 24.28%, estimated end time: 23:35
    BR0001I ************______________________________________
    BR0201I Compressing /oracle/BRD/sapdata4/sr3_17/sr3.data17
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data17.Z ...
    #FILE..... /oracle/BRD/sapdata4/sr3_17/sr3.data17
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data17.Z  #1/17  7.6326:1  274761761
    BR0280I BRBACKUP time stamp: 2008-10-07 21.34.06
    BR0063I 17 of 47 files processed - 34000.133 MB of 131774.660 MB done
    BR0204I Percentage done: 25.80%, estimated end time: 23:34
    BR0001I *************_____________________________________
    BR0201I Compressing /oracle/BRD/sapdata4/sr3_18/sr3.data18
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data18.Z ...
    #FILE..... /oracle/BRD/sapdata4/sr3_18/sr3.data18
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data18.Z  #1/18  7.3986:1  283454327
    BR0280I BRBACKUP time stamp: 2008-10-07 21.36.18
    BR0063I 18 of 47 files processed - 36000.141 MB of 131774.660 MB done
    BR0204I Percentage done: 27.32%, estimated end time: 23:33
    BR0001I **************____________________________________
    BR0201I Compressing /oracle/BRD/sapdata4/sr3_19/sr3.data19
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data19.Z ...
    #FILE..... /oracle/BRD/sapdata4/sr3_19/sr3.data19
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data19.Z  #1/19  7.8123:1  268444850
    BR0280I BRBACKUP time stamp: 2008-10-07 21.38.24
    BR0063I 19 of 47 files processed - 38000.148 MB of 131774.660 MB done
    BR0204I Percentage done: 28.84%, estimated end time: 23:32
    BR0001I **************____________________________________
    BR0201I Compressing /oracle/BRD/sapdata4/sr3_20/sr3.data20
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3.data20.Z ...
    #FILE..... /oracle/BRD/sapdata4/sr3_20/sr3.data20
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3.data20.Z  #1/20  6.2000:1  338250657
    BR0280I BRBACKUP time stamp: 2008-10-07 21.40.53
    BR0063I 20 of 47 files processed - 40000.156 MB of 131774.660 MB done
    BR0204I Percentage done: 30.35%, estimated end time: 23:32
    BR0001I ***************___________________________________
    BR0001I ***************___________________________________
    BR0201I Compressing /oracle/BRD/sapdata1/sr3700_1/sr3700.data1
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3700.data1.Z ...
    #FILE..... /oracle/BRD/sapdata1/sr3700_1/sr3700.data1
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3700.data1.Z  #1/21  2.4997:1  1896035259
    BR0280I BRBACKUP time stamp: 2008-10-07 21.49.06
    BR0063I 21 of 47 files processed - 44520.164 MB of 131774.660 MB done
    BR0204I Percentage done: 33.79%, estimated end time: 23:40
    BR0001I *****************_________________________________
    BR0201I Compressing /oracle/BRD/sapdata1/sr3700_2/sr3700.data2
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3700.data2.Z ...
    #FILE..... /oracle/BRD/sapdata1/sr3700_2/sr3700.data2
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3700.data2.Z  #1/22  2.4296:1  2011190557
    BR0280I BRBACKUP time stamp: 2008-10-07 21.57.58
    BR0063I 22 of 47 files processed - 49180.172 MB of 131774.660 MB done
    BR0204I Percentage done: 37.32%, estimated end time: 23:48
    BR0001I *******************_______________________________
    BR0201I Compressing /oracle/BRD/sapdata1/sr3700_3/sr3700.data3
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3700.data3.Z ...
    #FILE..... /oracle/BRD/sapdata1/sr3700_3/sr3700.data3
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3700.data3.Z  #1/23  2.5030:1  1960609057
    BR0280I BRBACKUP time stamp: 2008-10-07 22.06.36
    BR0063I 23 of 47 files processed - 53860.180 MB of 131774.660 MB done
    BR0204I Percentage done: 40.87%, estimated end time: 23:54
    BR0001I ********************______________________________
    BR0201I Compressing /oracle/BRD/sapdata1/sr3700_4/sr3700.data4
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3700.data4.Z ...
    #FILE..... /oracle/BRD/sapdata1/sr3700_4/sr3700.data4
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3700.data4.Z  #1/24  2.6125:1  1926551980
    BR0280I BRBACKUP time stamp: 2008-10-07 22.14.49
    BR0063I 24 of 47 files processed - 58660.188 MB of 131774.660 MB done
    BR0204I Percentage done: 44.52%, estimated end time: 23:57
    BR0001I **********************____________________________
    BR0201I Compressing /oracle/BRD/sapdata2/sr3700_5/sr3700.data5
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3700.data5.Z ...
    #FILE..... /oracle/BRD/sapdata2/sr3700_5/sr3700.data5
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3700.data5.Z  #1/25  2.5903:1  1902638835
    BR0280I BRBACKUP time stamp: 2008-10-07 22.23.00
    BR0063I 25 of 47 files processed - 63360.195 MB of 131774.660 MB done
    BR0204I Percentage done: 48.08%, estimated end time: 0:01
    BR0001I ************************__________________________
    BR0201I Compressing /oracle/BRD/sapdata2/sr3700_6/sr3700.data6
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3700.data6.Z ...
    #FILE..... /oracle/BRD/sapdata2/sr3700_6/sr3700.data6
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3700.data6.Z  #1/26  2.6146:1  1989170074
    BR0280I BRBACKUP time stamp: 2008-10-07 22.30.59
    BR0063I 26 of 47 files processed - 68320.203 MB of 131774.660 MB done
    BR0204I Percentage done: 51.85%, estimated end time: 0:02
    BR0001I **************************________________________
    BR0201I Compressing /oracle/BRD/sapdata2/sr3700_7/sr3700.data7
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3700.data7.Z ...
    #FILE..... /oracle/BRD/sapdata2/sr3700_7/sr3700.data7
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3700.data7.Z  #1/27  2.3768:1  2249992185
    BR0280I BRBACKUP time stamp: 2008-10-07 22.40.04
    BR0063I 27 of 47 files processed - 73420.211 MB of 131774.660 MB done
    BR0204I Percentage done: 55.72%, estimated end time: 0:05
    BR0001I ****************************______________________
    BR0201I Compressing /oracle/BRD/sapdata2/sr3700_8/sr3700.data8
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3700.data8.Z ...
    #FILE..... /oracle/BRD/sapdata2/sr3700_8/sr3700.data8
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3700.data8.Z  #1/28  2.3992:1  2167807819
    BR0280I BRBACKUP time stamp: 2008-10-07 22.49.09
    BR0063I 28 of 47 files processed - 78380.219 MB of 131774.660 MB done
    BR0204I Percentage done: 59.48%, estimated end time: 0:08
    BR0001I ******************************____________________
    BR0201I Compressing /oracle/BRD/sapdata3/sr3700_10/sr3700.data10
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3700.data10.Z ...
    #FILE..... /oracle/BRD/sapdata3/sr3700_10/sr3700.data10
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3700.data10.Z  #1/29  2.6898:1  1801055019
    BR0280I BRBACKUP time stamp: 2008-10-07 22.56.50
    BR0063I 29 of 47 files processed - 83000.227 MB of 131774.660 MB done
    BR0204I Percentage done: 62.99%, estimated end time: 0:10
    BR0001I *******************************___________________
    BR0201I Compressing /oracle/BRD/sapdata3/sr3700_11/sr3700.data11
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3700.data11.Z ...
    #FILE..... /oracle/BRD/sapdata3/sr3700_11/sr3700.data11
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3700.data11.Z  #1/30  2.5343:1  1894971379
    BR0280I BRBACKUP time stamp: 2008-10-07 23.04.55
    BR0063I 30 of 47 files processed - 87580.234 MB of 131774.660 MB done
    BR0204I Percentage done: 66.46%, estimated end time: 0:11
    BR0001I *********************************_________________
    BR0201I Compressing /oracle/BRD/sapdata3/sr3700_12/sr3700.data12
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3700.data12.Z ...
    #FILE..... /oracle/BRD/sapdata3/sr3700_12/sr3700.data12
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3700.data12.Z  #1/31  2.7819:1  1650930728
    BR0280I BRBACKUP time stamp: 2008-10-07 23.12.26
    BR0280I BRBACKUP time stamp: 2008-10-07 23.12.26
    BR0063I 31 of 47 files processed - 91960.242 MB of 131774.660 MB done
    BR0204I Percentage done: 69.79%, estimated end time: 0:13
    BR0001I ***********************************_______________
    BR0201I Compressing /oracle/BRD/sapdata3/sr3700_9/sr3700.data9
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3700.data9.Z ...
    #FILE..... /oracle/BRD/sapdata3/sr3700_9/sr3700.data9
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3700.data9.Z  #1/32  2.3898:1  2123673442
    BR0280I BRBACKUP time stamp: 2008-10-07 23.21.10
    BR0063I 32 of 47 files processed - 96800.250 MB of 131774.660 MB done
    BR0204I Percentage done: 73.46%, estimated end time: 0:15
    BR0001I *************************************_____________
    BR0201I Compressing /oracle/BRD/sapdata4/sr3700_13/sr3700.data13
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3700.data13.Z ...
    #FILE..... /oracle/BRD/sapdata4/sr3700_13/sr3700.data13
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3700.data13.Z  #1/33  2.6589:1  1735215729
    BR0280I BRBACKUP time stamp: 2008-10-07 23.28.56
    BR0063I 33 of 47 files processed - 101200.258 MB of 131774.660 MB done
    BR0204I Percentage done: 76.80%, estimated end time: 0:16
    BR0001I **************************************____________
    BR0201I Compressing /oracle/BRD/sapdata4/sr3700_14/sr3700.data14
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3700.data14.Z ...
    #FILE..... /oracle/BRD/sapdata4/sr3700_14/sr3700.data14
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3700.data14.Z  #1/34  2.5051:1  1950590943
    BR0280I BRBACKUP time stamp: 2008-10-07 23.37.16
    BR0063I 34 of 47 files processed - 105860.266 MB of 131774.660 MB done
    BR0204I Percentage done: 80.33%, estimated end time: 0:17
    BR0001I ****************************************__________
    BR0201I Compressing /oracle/BRD/sapdata4/sr3700_15/sr3700.data15
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3700.data15.Z ...
    #FILE..... /oracle/BRD/sapdata4/sr3700_15/sr3700.data15
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3700.data15.Z  #1/35  2.4481:1  1961734373
    BR0280I BRBACKUP time stamp: 2008-10-07 23.45.43
    BR0063I 35 of 47 files processed - 110440.273 MB of 131774.660 MB done
    BR0204I Percentage done: 83.81%, estimated end time: 0:19
    BR0001I ******************************************________
    BR0201I Compressing /oracle/BRD/sapdata4/sr3700_16/sr3700.data16
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3700.data16.Z ...
    #FILE..... /oracle/BRD/sapdata4/sr3700_16/sr3700.data16
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3700.data16.Z  #1/36  2.4551:1  1956094567
    BR0280I BRBACKUP time stamp: 2008-10-07 23.53.54
    BR0063I 36 of 47 files processed - 115020.281 MB of 131774.660 MB done
    BR0204I Percentage done: 87.29%, estimated end time: 0:20
    BR0001I ********************************************______
    BR0201I Compressing /oracle/BRD/sapdata4/sr3700_17/sr3700.data17
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3700.data17.Z ...
    #FILE..... /oracle/BRD/sapdata4/sr3700_17/sr3700.data17
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3700.data17.Z  #1/37  821.5857:1  5845387
    BR0280I BRBACKUP time stamp: 2008-10-07 23.57.04
    BR0063I 37 of 47 files processed - 119600.289 MB of 131774.660 MB done
    BR0204I Percentage done: 90.76%, estimated end time: 0:15
    BR0001I *********************************************_____
    BR0201I Compressing /oracle/BRD/sapdata1/sr3usr_1/sr3usr.data1
    BR0203I to /sapcd/Backup1/bdyzdwvz/sr3usr.data1.Z ...
    #FILE..... /oracle/BRD/sapdata1/sr3usr_1/sr3usr.data1
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sr3usr.data1.Z  #1/38  191.8320:1  109365
    BR0280I BRBACKUP time stamp: 2008-10-07 23.57.05
    BR0063I 38 of 47 files processed - 119620.297 MB of 131774.660 MB done
    BR0204I Percentage done: 90.78%, estimated end time: 0:15
    BR0001I *********************************************_____
    BR0201I Compressing /oracle/BRD/sapdata2/temp_1/temp.data1
    BR0203I to /sapcd/Backup1/bdyzdwvz/temp.data1.Z ...
    #FILE..... /oracle/BRD/sapdata2/temp_1/temp.data1
    #SAVED.... /sapcd/Backup1/bdyzdwvz/temp.data1.Z  #1/39  21.1750:1  99039231
    BR0280I BRBACKUP time stamp: 2008-10-07 23.58.30
    BR0063I 39 of 47 files processed - 121620.305 MB of 131774.660 MB done
    BR0204I Percentage done: 92.29%, estimated end time: 0:14
    BR0001I **********************************************____
    BR0201I Compressing /oracle/BRD/sapdata3/undo_1/undo.data1
    BR0203I to /sapcd/Backup1/bdyzdwvz/undo.data1.Z ...
    #FILE..... /oracle/BRD/sapdata3/undo_1/undo.data1
    #SAVED.... /sapcd/Backup1/bdyzdwvz/undo.data1.Z  #1/40  2.4706:1  3734915085
    BR0280I BRBACKUP time stamp: 2008-10-08 00.16.23
    BR0063I 40 of 47 files processed - 130420.312 MB of 131774.660 MB done
    BR0204I Percentage done: 98.97%, estimated end time: 0:18
    BR0001I *************************************************_
    BR0201I Compressing /oracle/BRD/sapdata1/sysaux_1/sysaux.data1
    BR0203I to /sapcd/Backup1/bdyzdwvz/sysaux.data1.Z ...
    #FILE..... /oracle/BRD/sapdata1/sysaux_1/sysaux.data1
    #SAVED.... /sapcd/Backup1/bdyzdwvz/sysaux.data1.Z  #1/41  3.6962:1  79436311
    BR0280I BRBACKUP time stamp: 2008-10-08 00.16.48
    BR0063I 41 of 47 files processed - 130700.320 MB of 131774.660 MB done
    BR0204I Percentage done: 99.18%, estimated end time: 0:18
    BR0001I **************************************************
    BR0201I Compressing /oracle/BRD/sapdata1/system_1/system.data1
    BR0203I to /sapcd/Backup1/bdyzdwvz/system.data1.Z ...
    #FILE..... /oracle/BRD/sapdata1/system_1/system.data1
    #FILE..... /oracle/BRD/sapdata1/system_1/system.data1
    #SAVED.... /sapcd/Backup1/bdyzdwvz/system.data1.Z  #1/42  3.3510:1  269109633
    BR0280I BRBACKUP time stamp: 2008-10-08 00.17.58
    BR0063I 42 of 47 files processed - 131560.328 MB of 131774.660 MB done
    BR0204I Percentage done: 99.84%, estimated end time: 0:18
    BR0001I **************************************************
    BR0201I Compressing /oracle/BRD/origlogA/log_g11m1.dbf
    BR0203I to /sapcd/Backup1/bdyzdwvz/log_g11m1.dbf.Z ...
    #FILE..... /oracle/BRD/origlogA/log_g11m1.dbf
    #SAVED.... /sapcd/Backup1/bdyzdwvz/log_g11m1.dbf.Z  #1/43  2.0068:1  26126256
    BR0280I BRBACKUP time stamp: 2008-10-08 00.18.07
    BR0063I 43 of 47 files processed - 131610.329 MB of 131774.660 MB done
    BR0204I Percentage done: 99.88%, estimated end time: 0:18
    BR0001I **************************************************
    BR0201I Compressing /oracle/BRD/origlogB/log_g12m1.dbf
    BR0203I to /sapcd/Backup1/bdyzdwvz/log_g12m1.dbf.Z ...
    #FILE..... /oracle/BRD/origlogB/log_g12m1.dbf
    #SAVED.... /sapcd/Backup1/bdyzdwvz/log_g12m1.dbf.Z  #1/44  2.1924:1  23913909
    BR0280I BRBACKUP time stamp: 2008-10-08 00.18.23
    BR0063I 44 of 47 files processed - 131660.330 MB of 131774.660 MB done
    BR0204I Percentage done: 99.91%, estimated end time: 0:18
    BR0001I **************************************************
    BR0201I Compressing /oracle/BRD/origlogA/log_g13m1.dbf
    BR0203I to /sapcd/Backup1/bdyzdwvz/log_g13m1.dbf.Z ...
    #FILE..... /oracle/BRD/origlogA/log_g13m1.dbf
    #SAVED.... /sapcd/Backup1/bdyzdwvz/log_g13m1.dbf.Z  #1/45  1.7739:1  29556053
    BR0280I BRBACKUP time stamp: 2008-10-08 00.18.30
    BR0063I 45 of 47 files processed - 131710.331 MB of 131774.660 MB done
    BR0204I Percentage done: 99.95%, estimated end time: 0:18
    BR0001I **************************************************
    BR0201I Compressing /oracle/BRD/origlogB/log_g14m1.dbf
    BR0203I to /sapcd/Backup1/bdyzdwvz/log_g14m1.dbf.Z ...
    #FILE..... /oracle/BRD/origlogB/log_g14m1.dbf
    #SAVED.... /sapcd/Backup1/bdyzdwvz/log_g14m1.dbf.Z  #1/46  1.9547:1  26822719
    BR0280I BRBACKUP time stamp: 2008-10-08 00.18.38
    BR0063I 46 of 47 files processed - 131760.332 MB of 131774.660 MB done
    BR0204I Percentage done: 99.99%, estimated end time: 0:18
    BR0001I **************************************************
    BR0201I Compressing /oracle/BRD/origlogA/cntrl/cntlrBRD.dbf
    BR0203I to /sapcd/Backup1/bdyzdwvz/cntlrBRD.dbf.Z ...
    #FILE..... /oracle/BRD/origlogA/cntrl/cntlrBRD.dbf
    #SAVED.... /sapcd/Backup1/bdyzdwvz/cntlrBRD.dbf.Z  #1/47  50.8405:1  295515
    BR0280I BRBACKUP time stamp: 2008-10-08 00.18.39
    BR0063I 47 of 47 files processed - 131774.660 MB of 131774.660 MB done
    BR0280I BRBACKUP time stamp: 2008-10-08 00.18.30
    BR0063I 45 of 47 files processed - 131710.331 MB of 131774.660 MB done
    BR0204I Percentage done: 99.95%, estimated end time: 0:18
    BR0001I **************************************************
    BR0201I Compressing /oracle/BRD/origlogB/log_g14m1.dbf
    BR0203I to /sapcd/Backup1/bdyzdwvz/log_g14m1.dbf.Z ...
    #FILE..... /oracle/BRD/origlogB/log_g14m1.dbf
    #SAVED.... /sapcd/Backup1/bdyzdwvz/log_g14m1.dbf.Z  #1/46  1.9547:1  26822719
    BR0280I BRBACKUP time stamp: 2008-10-08 00.18.38
    BR0063I 46 of 47 files processed - 131760.332 MB of 131774.660 MB done
    BR0204I Percentage done: 99.99%, estimated end time: 0:18
    BR0001I **************************************************
    BR0201I Compressing /oracle/BRD/origlogA/cntrl/cntlrBRD.dbf
    BR0203I to /sapcd/Backup1/bdyzdwvz/cntlrBRD.dbf.Z ...
    #FILE..... /oracle/BRD/origlogA/cntrl/cntlrBRD.dbf
    #SAVED.... /sapcd/Backup1/bdyzdwvz/cntlrBRD.dbf.Z  #1/47  50.8405:1  295515
    BR0280I BRBACKUP time stamp: 2008-10-08 00.18.39
    BR0063I 47 of 47 files processed - 131774.660 MB of 131774.660 MB done
    BR0204I Percentage done: 100.00%, estimated end time: 0:18
    BR0001I **************************************************
    BR0280I BRBACKUP time stamp: 2008-10-08 00.18.42
    BR0304I Starting and opening database instance BRD ...
    BR0278E Command output of '/oracle/BRD/102_64/bin/sqlplus /nolog < /oracle/BRD/s
    apbackup/.bdyzdwvz.spi':
    SQL*Plus: Release 10.2.0.2.0 - Production on Wed Oct 8 00:18:42 2008
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    SQL> Connected to an idle instance.
    SQL>
    SQL> ORA-00081: address range [0x600000000009C450, 0x600000000009C454) is not re
    adable
    ORA-00600: internal error code, arguments: [ksfdnfy2], [ODM ERR: Calling stubbed
    version], [], [], [], [], [], []
    SQL> Disconnected
    BR0280I BRBACKUP time stamp: 2008-10-08 00.40.35
    BR0279E Return code from '/oracle/BRD/102_64/bin/sqlplus /nolog < /oracle/BRD/sa
    pbackup/.bdyzdwvz.spi': 0
    BR0302E SQLPLUS call for database instance BRD failed
    BR0306E Start and open of database instance BRD failed
    BR0115I Compression rate for all files 3.3134:1
    BR0280I BRBACKUP time stamp: 2008-10-08 00.40.36
    BR0304I Starting and opening database instance BRD ...
    BR0280I BRBACKUP time stamp: 2008-10-08 00.51.54
    BR0305I Start and open of database instance BRD successful
    BR0056I End of database backup: bdyzdwvz.afd 2008-10-08 00.40.35
    BR0280I BRBACKUP time stamp: 2008-10-08 00.52.51
    BR0054I BRBACKUP terminated with errors
    Thanks in advance.
    Regards,
    Amit

  • Cold Backup ERROR ORA-01113

    Hi Friends,
    Oracle 10g R2 DB
    I have taken a cold backup pf my database.
    I shutdown the db, and copy all the datafile,logfile,controlfile to /u01/BACKUP_DB.
    Then I tried to test my backup by pointing all the dbfs to /u01/BACKUP_DB.
    startup mount
    alter database rename file ... to ...;
    alter database open;
    ORA-01113: file 1 needs media recovery
    ORA-01110: data file 1 '/u01/BACKUP_DB/system01.dbf'
    Where did I go wrong? :(
    I am sure I shutdown the database.
    Thanks a lot

    Why do I get ORA-01113 for the cold backup?
    To get some clue why ora-01113 error comes during backup and recovery review following link.
    I  recreated controlfile, but recover database failed!
    Khurram                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Rman backup error in oracle grid  control

    Hi,
    I am able to find rman failure and status is Failed so where we can find the error messages in oracle enterprise manager 10g grid control to make sure that it should not happen in future.
    Appreciated for your inputs.
    Thanks
    Prakash

    Hi,
    I am able to find rman failure and status is Failed so where we can find the error messages in oracle enterprise manager 10g grid control to make sure that it should not happen in future.Refer Link below:
    http://www.oracle.com/technology/pub/articles/havewala-rman-grid.html
    Check from point 15
    Regards,
    X A H E E R

  • ORA-19502

    Hi,
    Db :11.2
    We got the below error when take archive backup.Next archive backup was completed,We didn't do anything.
    channel ORA_DISK_3 disabled, job failed on it will be run on another channel
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_4 channel at 12/11/2013 04:01:49
    ORA-19502: write error on file "/BKUP/I092/backupset/gmor7d99_1_1", block number 12289 (block size=512)
    ORA-27072: File I/O error
    Additional information: 4
    Additional information: 12289
    Additional information: 3584
    Does it mean due to space issue? or  corruption at filesystem level
    Br,
    Raj

    Hi,
    Please check Oracle support id :
    RMAN Backup Fails: ORA-19502 ORA-27072[Article ID 358535.1]
    ORA-19502 ORA-27072 During RMAN Backup[Article ID 422530.1]
    Thank you

  • Trace dumps when performing RMAN backups

    Hi,
    10g release 2
    I'm not very experinced with oracle 10g, but on 9i I've never seen this before:
    Every time i do a RMAN backup errors is written in the alert log pointing to the instances' trace file in the udump dir.
    *** ACTION NAME:(0000018 STARTED16) 2006-09-01 12:07:50.993
    *** MODULE NAME:(backup full datafile) 2006-09-01 12:07:50.993
    *** SERVICE NAME:(instance_name) 2006-09-01 12:07:50.993
    *** SESSION ID:(140.2064) 2006-09-01 12:07:50.993
    *** ACTION NAME:(0000022 STARTED111) 2006-09-01 12:07:52.098
    *** 2006-09-01 12:09:56.409
    *** ACTION NAME:(0000094 STARTED111) 2006-09-01 12:09:56.409
    *** MODULE NAME:(backup archivelog) 2006-09-01 12:09:56.409
    *** 2006-09-01 12:14:22.122
    *** ACTION NAME:(0000117 STARTED16) 2006-09-01 12:14:22.122
    *** MODULE NAME:(backup full datafile) 2006-09-01 12:14:22.122
    *** ACTION NAME:(0000121 STARTED111) 2006-09-01 12:14:23.238
    to me it looks only informational, but i was wondering if anyone been experiencing similar behavior before, and if there are a way to avoid this? or is this an error i should take action on.
    any ideas would be very much appricated!

    This is a known bug # 4596065 with RMAN when controlfile autobackup is on and flash recovery area is enabled. Workaround is to ignore the trce files.

Maybe you are looking for

  • Adobe dng and Photoshop Elements Workflow Question

    My camera isn't supported by the Camera Raw  for the PSE version that I have so I must convert the original raws into dngs using the DNG Converter.  Since the converterr doesn't operate on a file but only on a folder basis, I find that a workflow inv

  • How do I clear the Sent mail folder on my ipad?

    I have an ipad mini and just noticed that the Sent Mail folder is not being periodically cleared as I assumed it was. Now I have nearly 18 months worth of Sent messages, and I can't find anyway to clear out those messages other than clicking on each

  • How to personalize the Actions LOV in Sales Order Form.

    Hi All, I've a requirement wherein I need to remove the "Payments" fuction from the Actions button( from list of values) in Sales Order lines Form. Navigation: Order management Super User--> query or enter a Sales Order-->Line Items--> Click on Actio

  • Bootcamp: Sound not working on Windows Vista Ultimate 32-bit

    Hello everyone, I've got quite an unsual problem (whell at least I think anyway). On my iMac (Mid 2008, 2.4Ghz C2D, 2GB ram, 2400XT), I recently installed Windows Vista Ultimate (32 bit). I've been using the sound out of the speakers, until now when

  • Italian please?

    Scusate se non pongo questa domanda in inglese ma non ne sono così capace: il mio inglese non è così elevato purtroppo. Stamani ho chiamato il centro dell'assistenza per un problema e mi hanno detto di Ripristinare tutto di fare un nuovo account e di