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

Similar Messages

  • Oracle Windows Sevice does not start (ORA-12640: Authentication adapter initialization failed)

    I converted a physical windows 2003 machine to a virtual hyperv machine.
    The following error occurs in oradim.log when I try to start the Oracle Windows Service on the virtual server:
    ORA-12640: Authentication adapter initialization failed
    I recreated the service and the password file but with no luck.
    I also tried to change sqlnet.ora with the following: (Replaced NTS to NONE)
    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    In this case the service was started but when I tried to connect as sysdba using sqlplus "/ as sysdba" the "ORA-01031: insufficient privileges" error occurs. If you connect using the password then it connects fine. But I would like to be able to connect without a password because I have some scripts that I do not want to hardcode the sysdba password.
    I also removed and readded the administrator password from ORA_DBA group but again with no luck.

    Have you seen this:
    Oracle Database Service on Windows 2000 in AutoStart Mode with Logon as SYSTEM
    (Bug 1397927) If you have installed an Oracle database service on Windows 2000, when logging in as SYSTEM user (Local System), with startup mode set to Automatic, it is possible that the Oracle database service starts but the database does not start automatically. The following error message is written to the ORADIM.LOG file in the ORACLE_BASE\ORACLE_HOME\DATABASE directory.
    ORA-12640: Authentication adapter initialization failed
    It has also been observed that the services like Oracle Enterprise Management Agent, Oracle Enterprise Manager Management Server and Oracle Internet Directory may also fail for the same reason because they cannot connect to the database.
    The workarounds for this problem are:
    Remove the line sqlnet.authentication_services=(NTS) from SQLNET.ORA or set sqlnet.authentication_services=(NONE) in SQLNET.ORA.
    Start the database manually after the Oracle database service has started using SQL*Plus connecting as user name INTERNAL. Note that the INTERNAL user name will not be available after release 8.1.7.
    Start the service as a specific user:
    Choose Start > Settings > Control Panel > Services. The Services dialog box appears.
    Select the service you want to start.
    Click the Startup button. The Service dialog box appears.
    Click This account and specify the user name and corresponding password.

  • ORA-12640 Authenticcation adapter initialization failure

    trying to setup a connection pool with OCI8 Driver on Oracle 8.1.7.0. Using JRun to support the pool and the Oracle classes12.zip. After configuration I get the above Oracle error. Am not sure if this is a result of URL addressing, User/password, or other. Have tried many variations and established new user to test but no success.
    1. Can anyone help me define what causes this error to occur?
    2. Is the Thin Driver OK? I test this guy and he works OK, but have been advised to use the other driver.
    Thxs, Steve

    Hi Friend.
    So Why the programe checked Authentication ??
    what is the purpose ?
    when i coment that line the code is working but is it ilegal thing ??
    Thanks
    Casper

  • ORA-27146 Post/Wait Initialization failed

    Hi all,
    I had a problem when trying to startup 2 database at Solaris8 machine. Please help me to solve this problem.
    Problem:
    I have created 2 database seperately. But I couldnt started up those 2 database at the same machine. Like either one is alive but not second one. When I startup the second database, got this error message : ORA-27146 Post/Wait Initialization failed.
    I have tried to increase the sizes of System file variables at /etc/system, but its not.
    I dont know the calculation for those variables when I use 2 or more instances.
    Environment : Solaris8 / Oracle 8.1.5.
    Please let me know if you need more clarification of problem.
    null

    its a resources issue. change the init.ora file for resources such as db block buffers, processes, etc. you will be able to start the instance.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Chinnadurai Periyasamy ([email protected]):
    Hi all,
    I had a problem when trying to startup 2 database at Solaris8 machine. Please help me to solve this problem.
    Problem:
    I have created 2 database seperately. But I couldnt started up those 2 database at the same machine. Like either one is alive but not second one. When I startup the second database, got this error message : ORA-27146 Post/Wait Initialization failed.
    I have tried to increase the sizes of System file variables at /etc/system, but its not.
    I dont know the calculation for those variables when I use 2 or more instances.
    Environment : Solaris8 / Oracle 8.1.5.
    Please let me know if you need more clarification of problem.
    <HR></BLOCKQUOTE>
    null

  • How to resolve the error ORA-12560 TNSprotocol adapter

    I am using Oracle 9i release 2 database on my window xp machine. My database created using DBCA during installation is working fine . Now i want to create the database manually, When i set SET ORACLE_SID=newdb and try to connect to like this
    c:\sqlplus /nolog
    enter username:sys/sys as sysdba
    gives an error ORA-12560 TNSprotocol adapter
    how to resolve this error

    see this:
    ERROR:ORA-12560: TNS:protocol adapter error
    see post of user601010

  • See Burger Error in BICMODULE-module:Adapter call failed. Reason: null

    Hello All,
    Scenario IDOC to File using Seeburger BIC problems in in my receiver adapter when converting from XML to EDI.
    Error is:
    "Message processing failed. Cause: Error in BICMODULE-module:Adapter call failed. Reason: null"
    The Seeburger modules used in my receiver adapter:
    1     localejbs/CallBicXIRaBean     Local Enterprise Bean     BIC_MT
    2     localejbs/CallBicXIRaBean     Local Enterprise Bean     BIC
    3     localejbs/Seeburger/FileStore     Local Enterprise Bean     ARCHIVE_EDI
    4     CallSapAdapter     Local Enterprise Bean     0
    with following module configurations
    BIC     destDelimiter     @http://seeburger.com/xi/bic/destDelimiter
    BIC     destSourceMsg     source
    BIC     destTargetMsg     MainDocument
    BIC     dynamicConfiguration     true
    BIC     newLine     true
    BIC     useAttribIfSet     true
    BIC_MT     PartnerLookup     on
    BIC_MT     destSourceMsg     MainDocument
    BIC_MT     destTargetMsg     MainDocument1
    BIC_MT     mappingName     XML_Generic_ANSI_X12_to_DB_MT_OUT
    BIC_MT     saveSourceMsg     source
    Can some one tell me why there is an Error and what additional module configurations it requires .
    Thank you,

    Hi,
    If possible go to mapping in BIC designer Tool and execute the same by passing your payload there...
    if you encounter any errors then there might be a problem with mapping developed...or can be payload..
    Also check the parameter used for destSourceMsg source ...is that the source message which contains the payload ?
    HTH
    Rajesh

  • 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

  • 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: 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

  • Error prevents Windows installation session3 initialization failed

    Hello. I have done a search and have not seen a topic related to this. I have a Mac Book Pro with 2G RAM... and have partitioned my drive to allow 32GB for Windows. As soon as it goes through what seems to be an install process...it goes to launch windows and stops... and I get this message. (here is a photo of the screen http://www.locoroyale.com/apple/photo.jpg)
    I have connected a keyboard and mouse, disconnected it, tried adding more space... I cannot execute the instructions to restart and press F8... ANY suggestions would be a giant help.
    " A problem has been detected and Windows has been shut down to prevent damage to your computer. SESSION2INITIALIZATIONFAILED
    If this is the first time you've seen this stop error screen, restart your computer. If this screen appears again, follow these steps:
    Check to make sure any new hardware of software is properly installed. If this is a new installation as your hardware or software manufacturer for any windows updates you might need.
    If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use safe mode to remove or disable components, restart your computer, press F8 to select advanced startup options, and then select safe mode.
    Technical information: *STOP: 0x00000006f (0xc0000020,0x00000000,0x00000000,0x00000000)

    Make that Session3.. not session2... my bad. apologies for the error. I did do some research online and some folks have reported this and solved it saying their drive was faulty. Is it possible to get an external drive and use that for the install? everything else I install with my drive has been fine.
    Any info would help. Thanks.

  • RMAN:ORA-12640 ERROR when perform BRBACKUP

    I have scheduled the BRbackup job through DB13. But the job got the status: finished with error. And I checked the job as following(ECC 6/ABAP/):
    Recovery Manager: Release 10.2.0.2.0 - Production on Wed May 7 16:09:39
    2008
    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> 21> 22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37>
    38> 39> 40> 41> 42>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of catalog command at 05/07/2008 16:09:42
    RMAN-06171: not connected to target database
    BTW, I also find the error in topic:
    Re: BRARCHIVE RMAN
    But the status of that topic is : not answered.
    So, I post the topic again.
    What can I do to fix this problem?
    Thanks in advance.

    Hi, Warren:
    Many thanks for your reply.
    1) I have added sapservice<SID> into adminstrator group and rerun the job, but I got the same error.
    2) how can I checked the user environment of user: sapservice<SID> since I can not login the system by user: sapservice<SID>, and I just login the system by <sid>adm.
    And the following is the detail job log of brbackup:
    BR0051I BRBACKUP 7.00 (32)
    BR0055I Start of database backup: bdxwdzzj.fnd 2008-05-07 14.45.35
    BR0484I BRBACKUP log file: K:\oracle\DEV\sapbackup\bdxwdzzj.fnd
    BR0477I Oracle pfile E:\oracle\DEV\102\database\initDEV.ora created from spfile E:\oracle\DEV\102\database\spfileDEV.ora
    BR0101I Parameters
    Name                           Value
    oracle_sid                     DEV
    oracle_home                    E:\oracle\DEV\102
    oracle_profile                 E:\oracle\DEV\102\database\initDEV.ora
    sapdata_home                   K:\oracle\DEV
    sap_profile                    E:\oracle\DEV\102\database\initdev.sap
    backup_mode                    FULL
    backup_type                    online
    backup_dev_type                disk
    backup_root_dir                W:\backup\DB
    compress                       no
    disk_copy_cmd                  copy
    cpio_disk_flags                -pdcu
    exec_parallel                  0
    system_info                    SAPServiceDEV CMPDEV01 Windows 5.2 Build 3790 Service Pack 2 AMD64
    oracle_info                    DEV 10.2.0.2.0 8192 403 29170522 CMPDEV01 UTF8 UTF8
    sap_info                       700 SAPSR3 0002LK0003DEV0011I09091536040013NetWeaver_ORA
    make_info                      NTAMD64 OCI_10201_SHARE Feb 11 2008
    command_line                   brbackup -u / -jid FLLOG20080507144500 -c force -t online -m full -p initdev.sap -a -c force -p initdev.sap -cds
    BR0116I ARCHIVE LOG LIST before backup for database instance DEV
    Parameter                      Value
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            N:\oracle\DEV\oraarch\DEVarch
    Archive format                 ARC%S_%R.%T
    Oldest online log sequence     400
    Next log sequence to archive   403
    Current log sequence           403              SCN: 29170522
    Database block size            8192             Thread: 1
    Current system change number   29228679         ResetId: 649858176
    BR0118I Tablespaces and data files
    Tablespace     TS-Status  F-Status  File                                                       Size   Id.     Device  Link    Type       MaxSize     IncrSize  BlkSize
    PSAPSR3        ONLINE*    ONLINE+   J:\ORACLE\DEV\SAPDATA1\SR3_1\SR3.DATA1               2642419712    4           9  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   J:\ORACLE\DEV\SAPDATA1\SR3_2\SR3.DATA2               2663391232    5           9  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   J:\ORACLE\DEV\SAPDATA1\SR3_3\SR3.DATA3               2684362752    6           9  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   J:\ORACLE\DEV\SAPDATA1\SR3_4\SR3.DATA4               2663391232    7           9  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   J:\ORACLE\DEV\SAPDATA1\SR3_5\SR3.DATA5               2621448192    8           9  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   K:\ORACLE\DEV\SAPDATA3\SR3_11\SR3.DATA11             2894077952   14          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   K:\ORACLE\DEV\SAPDATA3\SR3_12\SR3.DATA12             2789220352   15          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   K:\ORACLE\DEV\SAPDATA3\SR3_13\SR3.DATA13             2873106432   16          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   K:\ORACLE\DEV\SAPDATA3\SR3_14\SR3.DATA14             2915049472   17          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   K:\ORACLE\DEV\SAPDATA3\SR3_15\SR3.DATA15             2873106432   18          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   K:\ORACLE\DEV\SAPDATA4\SR3_16\SR3.DATA16             2852134912   19          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   K:\ORACLE\DEV\SAPDATA4\SR3_17\SR3.DATA17             2936020992   20          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   K:\ORACLE\DEV\SAPDATA4\SR3_18\SR3.DATA18             3019907072   21          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   K:\ORACLE\DEV\SAPDATA4\SR3_19\SR3.DATA19             2852134912   22          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   K:\ORACLE\DEV\SAPDATA4\SR3_20\SR3.DATA20             2894077952   23          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   N:\ORACLE\DEV\SAPDATA2\SR3_10\SR3.DATA10             2705334272   13          13  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   N:\ORACLE\DEV\SAPDATA2\SR3_6\SR3.DATA6               2726305792    9          13  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   N:\ORACLE\DEV\SAPDATA2\SR3_7\SR3.DATA7               2768248832   10          13  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   N:\ORACLE\DEV\SAPDATA2\SR3_8\SR3.DATA8               2663391232   11          13  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   N:\ORACLE\DEV\SAPDATA2\SR3_9\SR3.DATA9               2705334272   12          13  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   J:\ORACLE\DEV\SAPDATA1\SR3700_1\SR3700.DATA1         4445970432   24           9  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   J:\ORACLE\DEV\SAPDATA1\SR3700_2\SR3700.DATA2         4404027392   25           9  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   J:\ORACLE\DEV\SAPDATA1\SR3700_3\SR3700.DATA3         4383055872   26           9  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   J:\ORACLE\DEV\SAPDATA1\SR3700_4\SR3700.DATA4         4257226752   27           9  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   K:\ORACLE\DEV\SAPDATA3\SR3700_10\SR3700.DATA10       4571799552   33          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   K:\ORACLE\DEV\SAPDATA3\SR3700_11\SR3700.DATA11       4550828032   34          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   K:\ORACLE\DEV\SAPDATA3\SR3700_12\SR3700.DATA12       4362084352   35          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   K:\ORACLE\DEV\SAPDATA3\SR3700_9\SR3700.DATA9         4613742592   32          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   K:\ORACLE\DEV\SAPDATA4\SR3700_13\SR3700.DATA13       4550828032   36          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   K:\ORACLE\DEV\SAPDATA4\SR3700_14\SR3700.DATA14       4676657152   37          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   K:\ORACLE\DEV\SAPDATA4\SR3700_15\SR3700.DATA15       4424998912   38          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   K:\ORACLE\DEV\SAPDATA4\SR3700_16\SR3700.DATA16       4424998912   39          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   N:\ORACLE\DEV\SAPDATA2\SR3700_5\SR3700.DATA5         4487913472   28          13  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   N:\ORACLE\DEV\SAPDATA2\SR3700_6\SR3700.DATA6         4257226752   29          13  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   N:\ORACLE\DEV\SAPDATA2\SR3700_7\SR3700.DATA7         3984596992   30          13  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   N:\ORACLE\DEV\SAPDATA2\SR3700_8\SR3700.DATA8         3858767872   31          13  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3USR     ONLINE*    ONLINE+   J:\ORACLE\DEV\SAPDATA1\SR3USR_1\SR3USR.DATA1           20979712   40           9  NOLINK  FILE   10485760000     20971520     8192
    PSAPTEMP       ONLINE#    ONLINE+   J:\ORACLE\DEV\SAPDATA2\TEMP_1\TEMP.DATA1             2097160192   -1           9  NOLINK  FILE   10485760000     20971520     8192
    PSAPUNDO       ONLINE-    ONLINE+   K:\ORACLE\DEV\SAPDATA3\UNDO_1\UNDO.DATA1             9248448512    2          10  NOLINK  FILE   10485760000     20971520     8192
    SYSAUX         ONLINE*    ONLINE+   J:\ORACLE\DEV\SAPDATA1\SYSAUX_1\SYSAUX.DATA1          230694912    3           9  NOLINK  FILE   10485760000     20971520     8192
    SYSTEM         ONLINE*    SYSTEM+   J:\ORACLE\DEV\SAPDATA1\SYSTEM_1\SYSTEM.DATA1          859840512    1           9  NOLINK  FILE   10485760000     20971520     8192
    BR0119I Redo log files
    File                                                Size  Group     Device  Status    Link    Type
    K:\ORACLE\DEV\MIRRLOGA\LOG_G11M2.DBF           524288512    1           10  INUSE     NOLINK  FILE
    J:\ORACLE\DEV\ORIGLOGA\LOG_G11M1.DBF           524288512    1            9  INUSE     NOLINK  FILE
    K:\ORACLE\DEV\MIRRLOGB\LOG_G12M2.DBF           524288512    2           10  INUSE     NOLINK  FILE
    J:\ORACLE\DEV\ORIGLOGB\LOG_G12M1.DBF           524288512    2            9  INUSE     NOLINK  FILE
    K:\ORACLE\DEV\MIRRLOGA\LOG_G13M2.DBF           524288512    3           10  INUSE     NOLINK  FILE
    J:\ORACLE\DEV\ORIGLOGA\LOG_G13M1.DBF           524288512    3            9  INUSE     NOLINK  FILE
    K:\ORACLE\DEV\MIRRLOGB\LOG_G14M2.DBF           524288512    4           10  INUSE     NOLINK  FILE
    J:\ORACLE\DEV\ORIGLOGB\LOG_G14M1.DBF           524288512    4            9  INUSE     NOLINK  FILE
    BR0120I Control files
    File                                                Size   Id.      Device  Link    Type
    J:\ORACLE\DEV\ORIGLOGB\CNTRL\CNTRLDEV.DBF       12664832    0            9  NOLINK  FILE
    BR0280I BRBACKUP time stamp: 2008-05-07 14.45.41
    BR0057I Backup of database: DEV
    BR0058I BRBACKUP action ID: bdxwdzzj
    BR0059I BRBACKUP function ID: fnd
    BR0110I Backup mode: FULL
    BR0077I Database file for backup: K:\oracle\DEV\sapbackup\CNTRLDEV.DBF
    BR0061I 41 files found for backup, total size 130052.391 MB
    BR0143I Backup type: online
    BR0112I Files will not be compressed
    BR0130I Backup device type: disk
    BR0106I Files will be saved on disk in directory: W:\backup\DB\bdxwdzzj
    BR0289I BRARCHIVE will be started at the end of processing
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0370I Directory W:\backup\DB\bdxwdzzj created
    BR0202I Saving init_ora
    BR0203I to W:\backup\DB\DEV ...
    BR0202I Saving E:\oracle\DEV\102\database\initdev.sap
    BR0203I to W:\backup\DB\DEV ...
    BR0280I BRBACKUP time stamp: 2008-05-07 14.45.41
    BR0198I Profiles saved successfully
    BR0280I BRBACKUP time stamp: 2008-05-07 14.45.44
    BR0315I 'Alter tablespace PSAPSR3 begin backup' successful
    BR0202I Saving J:\ORACLE\DEV\SAPDATA1\SR3_1\SR3.DATA1
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA1 ...
    #FILE..... J:\ORACLE\DEV\SAPDATA1\SR3_1\SR3.DATA1
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA1  #1/1
    BR0280I BRBACKUP time stamp: 2008-05-07 14.46.38
    BR0063I 1 of 40 files processed - 2520.008 MB of 130040.313 MB done
    BR0204I Percentage done: 1.94%, estimated end time: 15:34
    BR0001I *_________________________________________________
    BR0202I Saving J:\ORACLE\DEV\SAPDATA1\SR3_2\SR3.DATA2
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA2 ...
    #FILE..... J:\ORACLE\DEV\SAPDATA1\SR3_2\SR3.DATA2
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA2  #1/2
    BR0280I BRBACKUP time stamp: 2008-05-07 14.48.51
    BR0063I 2 of 40 files processed - 5060.016 MB of 130040.313 MB done
    BR0204I Percentage done: 3.89%, estimated end time: 16:07
    BR0001I **________________________________________________
    BR0202I Saving J:\ORACLE\DEV\SAPDATA1\SR3_3\SR3.DATA3
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA3 ...
    #FILE..... J:\ORACLE\DEV\SAPDATA1\SR3_3\SR3.DATA3
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA3  #1/3
    BR0280I BRBACKUP time stamp: 2008-05-07 14.49.46
    BR0063I 3 of 40 files processed - 7620.023 MB of 130040.313 MB done
    BR0204I Percentage done: 5.86%, estimated end time: 15:55
    BR0001I ***_______________________________________________
    BR0202I Saving J:\ORACLE\DEV\SAPDATA1\SR3_4\SR3.DATA4
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA4 ...
    #FILE..... J:\ORACLE\DEV\SAPDATA1\SR3_4\SR3.DATA4
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA4  #1/4
    BR0280I BRBACKUP time stamp: 2008-05-07 14.52.04
    BR0063I 4 of 40 files processed - 10160.031 MB of 130040.313 MB done
    BR0204I Percentage done: 7.81%, estimated end time: 16:07
    BR0001I ****______________________________________________
    BR0202I Saving J:\ORACLE\DEV\SAPDATA1\SR3_5\SR3.DATA5
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA5 ...
    #FILE..... J:\ORACLE\DEV\SAPDATA1\SR3_5\SR3.DATA5
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA5  #1/5
    BR0280I BRBACKUP time stamp: 2008-05-07 14.52.55
    BR0063I 5 of 40 files processed - 12660.039 MB of 130040.313 MB done
    BR0204I Percentage done: 9.74%, estimated end time: 15:59
    BR0001I *****_____________________________________________
    BR0202I Saving K:\ORACLE\DEV\SAPDATA3\SR3_11\SR3.DATA11
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA11 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA3\SR3_11\SR3.DATA11
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA11  #1/6
    BR0280I BRBACKUP time stamp: 2008-05-07 14.54.40
    BR0063I 6 of 40 files processed - 15420.047 MB of 130040.313 MB done
    BR0204I Percentage done: 11.86%, estimated end time: 16:01
    BR0001I ******____________________________________________
    BR0202I Saving K:\ORACLE\DEV\SAPDATA3\SR3_12\SR3.DATA12
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA12 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA3\SR3_12\SR3.DATA12
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA12  #1/7
    BR0280I BRBACKUP time stamp: 2008-05-07 14.56.16
    BR0063I 7 of 40 files processed - 18080.055 MB of 130040.313 MB done
    BR0204I Percentage done: 13.90%, estimated end time: 16:01
    BR0001I *******___________________________________________
    BR0202I Saving K:\ORACLE\DEV\SAPDATA3\SR3_13\SR3.DATA13
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA13 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA3\SR3_13\SR3.DATA13
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA13  #1/8
    BR0280I BRBACKUP time stamp: 2008-05-07 14.58.17
    BR0063I 8 of 40 files processed - 20820.063 MB of 130040.313 MB done
    BR0204I Percentage done: 16.01%, estimated end time: 16:04
    BR0001I ********__________________________________________
    BR0202I Saving K:\ORACLE\DEV\SAPDATA3\SR3_14\SR3.DATA14
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA14 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA3\SR3_14\SR3.DATA14
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA14  #1/9
    BR0280I BRBACKUP time stamp: 2008-05-07 15.00.17
    BR0063I 9 of 40 files processed - 23600.070 MB of 130040.313 MB done
    BR0204I Percentage done: 18.15%, estimated end time: 16:06
    BR0001I *********_________________________________________
    BR0202I Saving K:\ORACLE\DEV\SAPDATA3\SR3_15\SR3.DATA15
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA15 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA3\SR3_15\SR3.DATA15
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA15  #1/10
    BR0280I BRBACKUP time stamp: 2008-05-07 15.01.50
    BR0063I 10 of 40 files processed - 26340.078 MB of 130040.313 MB done
    BR0204I Percentage done: 20.26%, estimated end time: 16:05
    BR0001I **********________________________________________
    BR0202I Saving K:\ORACLE\DEV\SAPDATA4\SR3_16\SR3.DATA16
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA16 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA4\SR3_16\SR3.DATA16
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA16  #1/11
    BR0280I BRBACKUP time stamp: 2008-05-07 15.03.50
    BR0063I 11 of 40 files processed - 29060.086 MB of 130040.313 MB done
    BR0204I Percentage done: 22.35%, estimated end time: 16:06
    BR0001I ***********_______________________________________
    BR0202I Saving K:\ORACLE\DEV\SAPDATA4\SR3_17\SR3.DATA17
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA17 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA4\SR3_17\SR3.DATA17
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA17  #1/12
    BR0280I BRBACKUP time stamp: 2008-05-07 15.04.54
    BR0063I 12 of 40 files processed - 31860.094 MB of 130040.313 MB done
    BR0204I Percentage done: 24.50%, estimated end time: 16:04
    BR0001I ************______________________________________
    BR0202I Saving K:\ORACLE\DEV\SAPDATA4\SR3_18\SR3.DATA18
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA18 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA4\SR3_18\SR3.DATA18
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA18  #1/13
    BR0280I BRBACKUP time stamp: 2008-05-07 15.07.06
    BR0063I 13 of 40 files processed - 34740.102 MB of 130040.313 MB done
    BR0204I Percentage done: 26.71%, estimated end time: 16:05
    BR0001I *************_____________________________________
    BR0202I Saving K:\ORACLE\DEV\SAPDATA4\SR3_19\SR3.DATA19
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA19 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA4\SR3_19\SR3.DATA19
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA19  #1/14
    BR0280I BRBACKUP time stamp: 2008-05-07 15.08.44
    BR0063I 14 of 40 files processed - 37460.109 MB of 130040.313 MB done
    BR0204I Percentage done: 28.81%, estimated end time: 16:05
    BR0001I **************____________________________________
    BR0202I Saving K:\ORACLE\DEV\SAPDATA4\SR3_20\SR3.DATA20
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA20 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA4\SR3_20\SR3.DATA20
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA20  #1/15
    BR0280I BRBACKUP time stamp: 2008-05-07 15.10.47
    BR0063I 15 of 40 files processed - 40220.117 MB of 130040.313 MB done
    BR0204I Percentage done: 30.93%, estimated end time: 16:06
    BR0001I ***************___________________________________
    BR0202I Saving N:\ORACLE\DEV\SAPDATA2\SR3_10\SR3.DATA10
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA10 ...
    #FILE..... N:\ORACLE\DEV\SAPDATA2\SR3_10\SR3.DATA10
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA10  #1/16
    BR0280I BRBACKUP time stamp: 2008-05-07 15.11.49
    BR0063I 16 of 40 files processed - 42800.125 MB of 130040.313 MB done
    BR0204I Percentage done: 32.91%, estimated end time: 16:05
    BR0001I ****************__________________________________
    BR0202I Saving N:\ORACLE\DEV\SAPDATA2\SR3_6\SR3.DATA6
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA6 ...
    #FILE..... N:\ORACLE\DEV\SAPDATA2\SR3_6\SR3.DATA6
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA6  #1/17
    BR0280I BRBACKUP time stamp: 2008-05-07 15.13.43
    BR0063I 17 of 40 files processed - 45400.133 MB of 130040.313 MB done
    BR0204I Percentage done: 34.91%, estimated end time: 16:05
    BR0001I *****************_________________________________
    BR0202I Saving N:\ORACLE\DEV\SAPDATA2\SR3_7\SR3.DATA7
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA7 ...
    #FILE..... N:\ORACLE\DEV\SAPDATA2\SR3_7\SR3.DATA7
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA7  #1/18
    BR0280I BRBACKUP time stamp: 2008-05-07 15.15.23
    BR0063I 18 of 40 files processed - 48040.141 MB of 130040.313 MB done
    BR0204I Percentage done: 36.94%, estimated end time: 16:06
    BR0001I ******************________________________________
    BR0202I Saving N:\ORACLE\DEV\SAPDATA2\SR3_8\SR3.DATA8
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA8 ...
    #FILE..... N:\ORACLE\DEV\SAPDATA2\SR3_8\SR3.DATA8
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA8  #1/19
    BR0280I BRBACKUP time stamp: 2008-05-07 15.17.24
    BR0063I 19 of 40 files processed - 50580.148 MB of 130040.313 MB done
    BR0204I Percentage done: 38.90%, estimated end time: 16:07
    BR0001I *******************_______________________________
    BR0202I Saving N:\ORACLE\DEV\SAPDATA2\SR3_9\SR3.DATA9
    BR0203I to W:\backup\DB\bdxwdzzj\SR3.DATA9 ...
    #FILE..... N:\ORACLE\DEV\SAPDATA2\SR3_9\SR3.DATA9
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3.DATA9  #1/20
    BR0280I BRBACKUP time stamp: 2008-05-07 15.19.01
    BR0063I 20 of 40 files processed - 53160.156 MB of 130040.313 MB done
    BR0204I Percentage done: 40.88%, estimated end time: 16:07
    BR0001I ********************______________________________
    BR0280I BRBACKUP time stamp: 2008-05-07 15.19.02
    BR0317I 'Alter tablespace PSAPSR3 end backup' successful
    BR0280I BRBACKUP time stamp: 2008-05-07 15.19.03
    BR0315I 'Alter tablespace PSAPSR3700 begin backup' successful
    BR0202I Saving J:\ORACLE\DEV\SAPDATA1\SR3700_1\SR3700.DATA1
    BR0203I to W:\backup\DB\bdxwdzzj\SR3700.DATA1 ...
    #FILE..... J:\ORACLE\DEV\SAPDATA1\SR3700_1\SR3700.DATA1
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3700.DATA1  #1/21
    BR0280I BRBACKUP time stamp: 2008-05-07 15.21.55
    BR0063I 21 of 40 files processed - 57400.164 MB of 130040.313 MB done
    BR0204I Percentage done: 44.14%, estimated end time: 16:07
    BR0001I **********************____________________________
    BR0202I Saving J:\ORACLE\DEV\SAPDATA1\SR3700_2\SR3700.DATA2
    BR0203I to W:\backup\DB\bdxwdzzj\SR3700.DATA2 ...
    #FILE..... J:\ORACLE\DEV\SAPDATA1\SR3700_2\SR3700.DATA2
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3700.DATA2  #1/22
    BR0280I BRBACKUP time stamp: 2008-05-07 15.24.44
    BR0063I 22 of 40 files processed - 61600.172 MB of 130040.313 MB done
    BR0204I Percentage done: 47.37%, estimated end time: 16:08
    BR0001I ************************__________________________
    BR0202I Saving J:\ORACLE\DEV\SAPDATA1\SR3700_3\SR3700.DATA3
    BR0203I to W:\backup\DB\bdxwdzzj\SR3700.DATA3 ...
    #FILE..... J:\ORACLE\DEV\SAPDATA1\SR3700_3\SR3700.DATA3
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3700.DATA3  #1/23
    BR0280I BRBACKUP time stamp: 2008-05-07 15.27.24
    BR0063I 23 of 40 files processed - 65780.180 MB of 130040.313 MB done
    BR0204I Percentage done: 50.58%, estimated end time: 16:08
    BR0001I *************************_________________________
    BR0202I Saving J:\ORACLE\DEV\SAPDATA1\SR3700_4\SR3700.DATA4
    BR0203I to W:\backup\DB\bdxwdzzj\SR3700.DATA4 ...
    #FILE..... J:\ORACLE\DEV\SAPDATA1\SR3700_4\SR3700.DATA4
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3700.DATA4  #1/24
    BR0280I BRBACKUP time stamp: 2008-05-07 15.29.43
    BR0063I 24 of 40 files processed - 69840.188 MB of 130040.313 MB done
    BR0204I Percentage done: 53.71%, estimated end time: 16:07
    BR0001I ***************************_______________________
    BR0202I Saving K:\ORACLE\DEV\SAPDATA3\SR3700_10\SR3700.DATA10
    BR0203I to W:\backup\DB\bdxwdzzj\SR3700.DATA10 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA3\SR3700_10\SR3700.DATA10
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3700.DATA10  #1/25
    BR0280I BRBACKUP time stamp: 2008-05-07 15.32.52
    BR0063I 25 of 40 files processed - 74200.195 MB of 130040.313 MB done
    BR0204I Percentage done: 57.06%, estimated end time: 16:08
    BR0001I *****************************_____________________
    BR0202I Saving K:\ORACLE\DEV\SAPDATA3\SR3700_11\SR3700.DATA11
    BR0203I to W:\backup\DB\bdxwdzzj\SR3700.DATA11 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA3\SR3700_11\SR3700.DATA11
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3700.DATA11  #1/26
    BR0280I BRBACKUP time stamp: 2008-05-07 15.35.56
    BR0063I 26 of 40 files processed - 78540.203 MB of 130040.313 MB done
    BR0204I Percentage done: 60.40%, estimated end time: 16:08
    BR0001I ******************************____________________
    BR0202I Saving K:\ORACLE\DEV\SAPDATA3\SR3700_12\SR3700.DATA12
    BR0203I to W:\backup\DB\bdxwdzzj\SR3700.DATA12 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA3\SR3700_12\SR3700.DATA12
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3700.DATA12  #1/27
    BR0280I BRBACKUP time stamp: 2008-05-07 15.38.39
    BR0063I 27 of 40 files processed - 82700.211 MB of 130040.313 MB done
    BR0204I Percentage done: 63.60%, estimated end time: 16:08
    BR0001I ********************************__________________
    BR0202I Saving K:\ORACLE\DEV\SAPDATA3\SR3700_9\SR3700.DATA9
    BR0203I to W:\backup\DB\bdxwdzzj\SR3700.DATA9 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA3\SR3700_9\SR3700.DATA9
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3700.DATA9  #1/28
    BR0280I BRBACKUP time stamp: 2008-05-07 15.41.21
    BR0063I 28 of 40 files processed - 87100.219 MB of 130040.313 MB done
    BR0204I Percentage done: 66.98%, estimated end time: 16:08
    BR0001I *********************************_________________
    BR0202I Saving K:\ORACLE\DEV\SAPDATA4\SR3700_13\SR3700.DATA13
    BR0203I to W:\backup\DB\bdxwdzzj\SR3700.DATA13 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA4\SR3700_13\SR3700.DATA13
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3700.DATA13  #1/29
    BR0280I BRBACKUP time stamp: 2008-05-07 15.43.46
    BR0063I 29 of 40 files processed - 91440.227 MB of 130040.313 MB done
    BR0204I Percentage done: 70.32%, estimated end time: 16:08
    BR0001I ***********************************_______________
    BR0202I Saving K:\ORACLE\DEV\SAPDATA4\SR3700_14\SR3700.DATA14
    BR0203I to W:\backup\DB\bdxwdzzj\SR3700.DATA14 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA4\SR3700_14\SR3700.DATA14
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3700.DATA14  #1/30
    BR0280I BRBACKUP time stamp: 2008-05-07 15.46.54
    BR0063I 30 of 40 files processed - 95900.234 MB of 130040.313 MB done
    BR0204I Percentage done: 73.75%, estimated end time: 16:08
    BR0001I *************************************_____________
    BR0202I Saving K:\ORACLE\DEV\SAPDATA4\SR3700_15\SR3700.DATA15
    BR0203I to W:\backup\DB\bdxwdzzj\SR3700.DATA15 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA4\SR3700_15\SR3700.DATA15
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3700.DATA15  #1/31
    BR0280I BRBACKUP time stamp: 2008-05-07 15.49.54
    BR0063I 31 of 40 files processed - 100120.242 MB of 130040.313 MB done
    BR0204I Percentage done: 76.99%, estimated end time: 16:09
    BR0001I **************************************____________
    BR0202I Saving K:\ORACLE\DEV\SAPDATA4\SR3700_16\SR3700.DATA16
    BR0203I to W:\backup\DB\bdxwdzzj\SR3700.DATA16 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA4\SR3700_16\SR3700.DATA16
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3700.DATA16  #1/32
    BR0280I BRBACKUP time stamp: 2008-05-07 15.52.23
    BR0063I 32 of 40 files processed - 104340.250 MB of 130040.313 MB done
    BR0204I Percentage done: 80.24%, estimated end time: 16:08
    BR0001I ****************************************__________
    BR0202I Saving N:\ORACLE\DEV\SAPDATA2\SR3700_5\SR3700.DATA5
    BR0203I to W:\backup\DB\bdxwdzzj\SR3700.DATA5 ...
    #FILE..... N:\ORACLE\DEV\SAPDATA2\SR3700_5\SR3700.DATA5
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3700.DATA5  #1/33
    BR0280I BRBACKUP time stamp: 2008-05-07 15.54.58
    BR0063I 33 of 40 files processed - 108620.258 MB of 130040.313 MB done
    BR0204I Percentage done: 83.53%, estimated end time: 16:08
    BR0001I ******************************************________
    BR0348I Following file has been extended by database: N:\ORACLE\DEV\SAPDATA2\SR3700_5\SR3700.DATA5 4508884992
    BR0202I Saving N:\ORACLE\DEV\SAPDATA2\SR3700_6\SR3700.DATA6
    BR0203I to W:\backup\DB\bdxwdzzj\SR3700.DATA6 ...
    #FILE..... N:\ORACLE\DEV\SAPDATA2\SR3700_6\SR3700.DATA6
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3700.DATA6  #1/34
    BR0280I BRBACKUP time stamp: 2008-05-07 15.57.42
    BR0063I 34 of 40 files processed - 112680.266 MB of 130040.313 MB done
    BR0204I Percentage done: 86.65%, estimated end time: 16:08
    BR0001I *******************************************_______
    BR0202I Saving N:\ORACLE\DEV\SAPDATA2\SR3700_7\SR3700.DATA7
    BR0203I to W:\backup\DB\bdxwdzzj\SR3700.DATA7 ...
    #FILE..... N:\ORACLE\DEV\SAPDATA2\SR3700_7\SR3700.DATA7
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3700.DATA7  #1/35
    BR0280I BRBACKUP time stamp: 2008-05-07 16.00.15
    BR0063I 35 of 40 files processed - 116480.273 MB of 130040.313 MB done
    BR0204I Percentage done: 89.57%, estimated end time: 16:08
    BR0001I *********************************************_____
    BR0202I Saving N:\ORACLE\DEV\SAPDATA2\SR3700_8\SR3700.DATA8
    BR0203I to W:\backup\DB\bdxwdzzj\SR3700.DATA8 ...
    #FILE..... N:\ORACLE\DEV\SAPDATA2\SR3700_8\SR3700.DATA8
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3700.DATA8  #1/36
    BR0280I BRBACKUP time stamp: 2008-05-07 16.02.41
    BR0063I 36 of 40 files processed - 120160.281 MB of 130040.313 MB done
    BR0204I Percentage done: 92.40%, estimated end time: 16:09
    BR0001I **********************************************____
    BR0280I BRBACKUP time stamp: 2008-05-07 16.02.43
    BR0317I 'Alter tablespace PSAPSR3700 end backup' successful
    BR0280I BRBACKUP time stamp: 2008-05-07 16.02.43
    BR0315I 'Alter tablespace PSAPSR3USR begin backup' successful
    BR0202I Saving J:\ORACLE\DEV\SAPDATA1\SR3USR_1\SR3USR.DATA1
    BR0203I to W:\backup\DB\bdxwdzzj\SR3USR.DATA1 ...
    #FILE..... J:\ORACLE\DEV\SAPDATA1\SR3USR_1\SR3USR.DATA1
    #SAVED.... W:\backup\DB\bdxwdzzj\SR3USR.DATA1  #1/37
    BR0280I BRBACKUP time stamp: 2008-05-07 16.02.45
    BR0063I 37 of 40 files processed - 120180.289 MB of 130040.313 MB done
    BR0204I Percentage done: 92.42%, estimated end time: 16:09
    BR0001I **********************************************____
    BR0280I BRBACKUP time stamp: 2008-05-07 16.02.45
    BR0317I 'Alter tablespace PSAPSR3USR end backup' successful
    BR0280I BRBACKUP time stamp: 2008-05-07 16.02.46
    BR0315I 'Alter tablespace PSAPUNDO begin backup' successful
    BR0202I Saving K:\ORACLE\DEV\SAPDATA3\UNDO_1\UNDO.DATA1
    BR0203I to W:\backup\DB\bdxwdzzj\UNDO.DATA1 ...
    #FILE..... K:\ORACLE\DEV\SAPDATA3\UNDO_1\UNDO.DATA1
    #SAVED.... W:\backup\DB\bdxwdzzj\UNDO.DATA1  #1/38
    BR0280I BRBACKUP time stamp: 2008-05-07 16.08.35
    BR0063I 38 of 40 files processed - 129000.297 MB of 130040.313 MB done
    BR0204I Percentage done: 99.20%, estimated end time: 16:09
    BR0001I **************************************************
    BR0280I BRBACKUP time stamp: 2008-05-07 16.08.46
    BR0317I 'Alter tablespace PSAPUNDO end backup' successful
    BR0280I BRBACKUP time stamp: 2008-05-07 16.08.47
    BR0315I 'Alter tablespace SYSAUX begin backup' successful
    BR0202I Saving J:\ORACLE\DEV\SAPDATA1\SYSAUX_1\SYSAUX.DATA1
    BR0203I to W:\backup\DB\bdxwdzzj\SYSAUX.DATA1 ...
    #FILE..... J:\ORACLE\DEV\SAPDATA1\SYSAUX_1\SYSAUX.DATA1
    #SAVED.... W:\backup\DB\bdxwdzzj\SYSAUX.DATA1  #1/39
    BR0280I BRBACKUP time stamp: 2008-05-07 16.09.03
    BR0063I 39 of 40 files processed - 129220.305 MB of 130040.313 MB done
    BR0204I Percentage done: 99.37%, estimated end time: 16:09
    BR0001I **************************************************
    BR0280I BRBACKUP time stamp: 2008-05-07 16.09.04
    BR0317I 'Alter tablespace SYSAUX end backup' successful
    BR0280I BRBACKUP time stamp: 2008-05-07 16.09.11
    BR0315I 'Alter tablespace SYSTEM begin backup' successful
    BR0202I Saving J:\ORACLE\DEV\SAPDATA1\SYSTEM_1\SYSTEM.DATA1
    BR0203I to W:\backup\DB\bdxwdzzj\SYSTEM.DATA1 ...
    #FILE..... J:\ORACLE\DEV\SAPDATA1\SYSTEM_1\SYSTEM.DATA1
    #SAVED.... W:\backup\DB\bdxwdzzj\SYSTEM.DATA1  #1/40
    BR0280I BRBACKUP time stamp: 2008-05-07 16.09.29
    BR0063I 40 of 40 files processed - 130040.313 MB of 130040.313 MB done
    BR0204I Percentage done: 100.00%, estimated end time: 16:09
    BR0001I **************************************************
    BR0280I BRBACKUP time stamp: 2008-05-07 16.09.29
    BR0317I 'Alter tablespace SYSTEM end backup' successful
    BR0280I BRBACKUP time stamp: 2008-05-07 16.09.34
    BR0530I Cataloging backups of all database files...
    BR0278E Command output of 'E:\oracle\DEV\102\BIN\rman nocatalog':
    Recovery Manager: Release 10.2.0.2.0 - Production on Wed May 7 16:09:39 2008
    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> 21> 22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40> 41> 42>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of catalog command at 05/07/2008 16:09:42
    RMAN-06171: not connected to target database
    RMAN>
    Recovery Manager complete.
    BR0280I BRBACKUP time stamp: 2008-05-07 16.09.42
    BR0279E Return code from 'E:\oracle\DEV\102\BIN\rman nocatalog': 1
    BR0536E RMAN call for database instance DEV failed
    BR0280I BRBACKUP time stamp: 2008-05-07 16.09.42
    BR0532E Cataloging backups of all database files failed
    BR0056I End of database backup: bdxwdzzj.fnd 2008-05-07 16.09.42
    BR0280I BRBACKUP time stamp: 2008-05-07 16.09.48
    BR0054I BRBACKUP terminated with errors
    BR0280I BRBACKUP time stamp: 2008-05-07 16.09.48
    BR0291I BRARCHIVE will be started with options '-U -jid FLLOG20080507144500 -d disk -c force -p initdev.sap -cds'
    BR0280I BRBACKUP time stamp: 2008-05-07 16.10.26
    BR0292I Execution of BRARCHIVE finished with return code 3

  • Instant Client 10.1.0.5 and ORA-12640 with External Authentication

    I am using v10.1.0.5 of Instant Client on Windows 32bit. I have hit bug 5114330 (ANO: ORA-12640 authentication adapter initialization fails if Operating System User does not have admin rights). This was fixed in patch 12 of 10.1.0.5. I copied the updated files from patch 28 that related to the instant client files and I am still hitting the same problem. How do I patch my instant client install to overcome this bug? Using v10.2 of instant client is not an option as it is not compatible with our application.
    Kind regards,
    Steve

    I guess that if you know what you are doing, that approach should work fine; the "standard procedures" are there to guide people who have little experience and to provide a cookbook for how to do it.
    I am not sure about version 10.1, but in Instant Client 10.2 everything except for the Instant Client shared library (in 10.1 that is oraociei10.dll) is the same as the regular client. The Instant Client shared library contains messages and similar, so probably has no influence on a code bug as you experience it.
    What I would do in your case is to install the regular client on a test machine, apply the patch there and see if the problem is fixed there.
    If not, you have a better case for Oracle support, because they understand the regular client much better.
    If it works there, replace the Instant Client shared libraries with the files from the regular client and see if it works.
    In the case that the error persists, I guess there's no way around a Service Request, because nobody except for Oracle can look into the code.
    Yours,
    Laurenz Albe

  • URGENT ! ORA-12640

    Hi all ...
    I have an Oracle 817 EE server and i created 2 bd links ... first is to an Oracle 7.3 server and the second is to an Oracle 8.1.7 server. the point is the first works but when I try to use the second db link I receive the ora-12640 error message (Authentication adapter initialization failed).
    I cannot explain myself this behaviour ... Does anybody have an ideea ???
    (If I try to connect directly to servers it's working fine ... just when I use the dblinks I have the error)
    Thx very much in advance !
    Ovidiu

    Change the SQLNET.ORA entry sqlnet.authentication_services = (NTS) to (NONE), or comment it out.

  • ORA-28547: connection to server failed, probable Oracle Net admin error

    Hi Gurus
    I can't get the gateway to work? I'm running on AIX. Any suggestions are appreciated.
    listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522))
    # (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=dg4msql)
    (ORACLE_HOME=/oracle/rcsr/base/product/11.2.0/gateway)
    (PROGRAM=dg4msql)
    tnsnames.ora
    dg4msql =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522))
    (CONNECT_DATA=(SID=dg4msql))
    (HS=OK)
    sqlnet.ora
    SQL_AUTHENTICATION_SERVICES = (NONE)
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    ADR_BASE = /oracle/rcsr/base
    initdg4msql.ora
    HS_FDS_CONNECT_INFO=142.178.205.42:1433//komodo
    # alternate connect format is hostname/serverinstance/databasename
    HS_FDS_TRACE_LEVEL=debug
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    $ lsnrctl status
    LSNRCTL for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production on 03-MAY-2013 13:48:01
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1522)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production
    Start Date 03-MAY-2013 13:38:14
    Uptime 0 days 0 hr. 9 min. 47 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP ON
    Listener Parameter File /oracle/rcsr/base/product/11.2.0/gateway/network/admin/listener.ora
    Listener Log File /oracle/rcsr/base/diag/tnslsnr/abe-rcsr-01/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
    Services Summary...
    Service "dg4msql" has 1 instance(s).
    Instance "dg4msql", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    $ tnsping dg4msql
    TNS Ping Utility for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production on 03-MAY-2013 13:48:53
    Copyright (c) 1997, 2009, Oracle. All rights reserved.
    Used parameter files:
    /oracle/rcsr/base/product/11.2.0/gateway/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522)) (CONNECT_DATA=(SID=dg4msql)) (HS=OK))
    OK (0 msec)
    $ sqlplus aa/aa@dg4msql
    SQL*Plus: Release 11.2.0.1.0 Production on Fri May 3 13:49:52 2013
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error

    You can't directly use the gateway - you can only access a gateway using a database link.
    So this won't work:
    $ sqlplus aa/aa@dg4msql
    You need to connect to your Oracle database (for example as sysdba) and create a (public) database link:
    create [public] database link dg4msql connect to "<MS SQl Server username! identified by "<MS SQl Server password>" using 'dg4msql;
    Once you create the database link you can now access the MS SQl Server tables:
    select * from "your MS SQL Server table"@dg4msql;

Maybe you are looking for