DB13 offline fullbackup error

Hi all,
I am working on ECC 5.0 with oracle database & windows.
When I am trying to schedule full offline backup from DB13, the backup is getting terminated. But I am able to take full online backup from DB13 and also I am able to take full offline backup from brtools.
When I schedule the full offline backup from DB13 and after it get terminated, when I check the detail log, I can see the below lines in red color.
BR0307I Shutting down database instance PRD ...
BR0266E Program 'FSCMD OFFLINERESOURCE PRD.WORLD /CLUSTER=ABCCLUSTER /OFFLINE=IMMEDIATE /USER=cluster /DOMAIN=SAP-PDC.COM /PWD=In4mation' interrupted, exit status: 80000007
BR0272E Execution of program 'FSCMD OFFLINERESOURCE PRD.WORLD /CLUSTER=ABCCLUSTER /OFFLINE=IMMEDIATE /USER=cluster /DOMAIN=SAP-PDC.COM /PWD=In4mation' through pipe failed
BR0309E Shutdown of database instance PRD failed
BR0280I BRBACKUP time stamp: 2007-10-28 20.49.52
BR0301E SQL error -12560 at location BrDbConnect-2
ORA-12560: TNS:protocol adapter error
BR0310E Connect to database instance PRD failed
Can anyone tell me what is the problem and how can I rectify that.
Thanks in advance
Regards
Eshwar

Hi Eshwar,
oracle classify this as a ‘generic protocol adapter error’. In my experience it indicates that Oracle client does not know what instance to connect to or what TNS alias to use.
Possible Remedies:
If running on the server (or workstation) that is running the database (i.e. if the database is local to the machine) then try explicitly setting ‘ORACLE_SID’. e.g.
set ORACLE_SID=<sid>
and then try again. If this works then consider whether to make the change permanent by specifying it as a system variable.
(Possibly 8.1.5 and later:) If running on the server (or workstation) that is running the database then check that the service name ‘OracleService<SID>’ ties up with the actual database SID. If the database SID is changed without recreating the service then this can lead to this error. To recreate the service:
oradimxx -delete -sid <old-sid>
oradimxx -new -sid <SID> -intpwd <internal-password> AUTO -pfile <full-init-ora-filename>
Try setting the environment variable ‘LOCAL’ to the required connection alias (typically the database SID) and then try again. (I am informed that for UNIX systems the environment variable TWO_TASK should instead be used.) Do be sure that the application that is being used picks up the new environment variable setting. Setting this to an invalid connection alias will typically produce ORA-12154: TNS:could not resolve service name.
Ignore the error and try connecting by specifying explicitly which connection alias to use.
Check that the network connection between the client computer and the server has not failed. From the client try pinging the server.
if helpful reward points are appreciated

Similar Messages

  • Db13 offline backup error

    Hi Experts,
    DB13 offline db backup schedules getting following error ;
    Oracle Release : 10.2.0.4.0
    Operating System : Aix
    How can we fix these errors;
    Regards
    BR0278E Command output of '/oracle/CDP/102_64/bin/sqlplus /nolog < /oracle/CDP/sapbackup/.beajsfay.spi':
    700946 : map : Permission Denied
    700946 : map : Permission Denied
    700946 : map : Permission Denied
    SQL*Plus: Release 10.2.0.4.0 - Production on Sun Apr 19 02:01:01 2009
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    SQL> Connected.
    SQL>
    SQL> ORA-01013: user requested cancel of current operation
    Full Log
    BR0051I BRBACKUP 7.00 (32)
    BR0055I Start of database backup: beajsfay.aff 2009-04-19 02.01.00
    BR0484I BRBACKUP log file: /oracle/CDP/sapbackup/beajsfay.aff
    BR0477I Oracle pfile /oracle/CDP/102_64/dbs/initCDP.ora created from spfile /oracle/CDP/102_64/dbs/spfileCDP.ora
    BR0101I Parameters
    Name                           Value
    oracle_sid                     CDP
    oracle_home                    /oracle/CDP/102_64
    oracle_profile                 /oracle/CDP/102_64/dbs/initCDP.ora
    sapdata_home                   /oracle/CDP
    sap_profile                    /oracle/CDP/102_64/dbs/initCDP.sap
    backup_mode                    ALL
    backup_type                    offline_force
    backup_dev_type                util_file
    util_par_file                  /oracle/CDP/102_64/dbs/initCDP.utl
    system_info                    cdpadm/oracdp cdsprod AIX 3 5 0004E6B2D900
    oracle_info                    CDP 10.2.0.4.0 8192 6256 77958388 cdsprod UTF8 UTF8
    sap_info                       700 SAPSR3 0002LK0003CDP0011N07632717560013NetWeaver_ORA
    make_info                      rs6000_64 OCI_102 Feb  6 2008
    command_line                   brbackup -u / -jid ALLOF20081102020100 -c force -t offline_force -m all -p initCDP.sap
    BR0116I ARCHIVE LOG LIST before backup for database instance CDP
    Parameter                      Value
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            /oracle/CDP/oraarch/CDParch
    Archive format                 %t_%s_%r.dbf
    Oldest online log sequence     6253
    Next log sequence to archive   6256
    Current log sequence           6256             SCN: 77958388
    Database block size            8192             Thread: 1
    Current system change number   77961112         ResetId: 665615187
    BR0061I 46 files found for backup, total size 117231.057 MB
    BR0143I Backup type: offline_force
    BR0130I Backup device type: util_file
    BR0109I Files will be saved by backup utility
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0280I BRBACKUP time stamp: 2009-04-19 02.01.01
    BR0307I Shutting down database instance CDP ...
    BR0278E Command output of '/oracle/CDP/102_64/bin/sqlplus /nolog < /oracle/CDP/sapbackup/.beajsfay.spi':
    700946 : map : Permission Denied
    700946 : map : Permission Denied
    700946 : map : Permission Denied
    SQL*Plus: Release 10.2.0.4.0 - Production on Sun Apr 19 02:01:01 2009
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    SQL> Connected.
    SQL>
    SQL> ORA-01013: user requested cancel of current operation
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Data Mining and Real Application Testing options
    BR0280I BRBACKUP time stamp: 2009-04-19 03.01.00
    BR0279E Return code from '/oracle/CDP/102_64/bin/sqlplus /nolog < /oracle/CDP/sapbackup/.beajsfay.spi': 0
    BR0302E SQLPLUS call for database instance CDP failed
    BR0309E Shutdown of database instance CDP failed
    BR0056I End of database backup: beajsfay.aff 2009-04-19 03.01.00
    BR0280I BRBACKUP time stamp: 2009-04-19 03.01.00
    BR0054I BRBACKUP terminated with errors

    Thaks for quick response, i'll check the file permission, but we did not change
    Now i've found folloowing notes, our brtools version is 32, may be this is the problem
    Note 1261142 - Warning in BRBACKUP: "<number> : map : Permission Denied"
    Re: Brtools receiving map : Permission Denied

  • DB13 offline backup error post brools kernel upgrade

    We are running a 4.6D system on Windows 2003 cluster. Recently we upgraded brtools and SAP kernel.
    After that we are getting following error in our offline backup
    BR0278E Command output of 'FSCMD OFFLINERESOURCE ORACLEALP
    /CLUSTER=ALSTCLUS /OFFLINE=IMMEDIATE /USER=Administrator /DOMAIN=ATENA
    /PWD=***************':
    FS-10006: Unable to open the resource ORACLEALP
    0x138F: The cluster resource could not be found.
    Please advice on the same.
    Nikhil
    Edited by: Nikhil Deshpande on Sep 22, 2010 11:56 PM

    Hi Nikhil
    Please check this link : http://download.oracle.com/docs/html/B12071_01/messages.htm
    It deals with oracle - windows cluster and the relevant error message.
    Thanks
    Rishi

  • Offline backup error ERRORMESSAGE: Error 1495 in dmdb6bkp.c(1092)

    Hello Guru's
    we are using DB2 database and AIX OS,ECC 5.0.
    When we are trying to take offline backup ,the backup Scheduling failed due tot he below error.
    Kindly look and let me know to fix the issue ASAP.
    Offline backup error logfile.
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000251, user ID SAGARK)
    Execute logical command DB6_DBBACKUP On host eccprod
    Parameters:PRD OFFLINE TO /prdback/sapbackup BUFFERS 0 BUFFERSIZE 0 PARALLELISM 0
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000250, user ID SAGARK)
    Execute logical command DB6_DBBACKUP On host eccprod
    Parameters:PRD OFFLINE TO /prdback/sapbackup BUFFERS 0 BUFFERSIZE 0 PARALLELISM 0
    set connect partition: 0
    deactivate db PRD...
    ERRORMESSAGE: Error 1495 in dmdb6bkp.c(1092):
    SQL1495W  Deactivate database is successful, however, there is still
    a connection to the database.
    Making database backup...
    Database      = PRD,Backup Mode   = FULL,Backup Options= OFFLINE,Buffer size   = AUTOMATIC,# buffers     = AUTOMATIC
    Parallelism   = AUTOMATIC,numLocations  = 1,
    location[0]   = /prdback/sapbackup
    util priority = 0
    ERRORMESSAGE: Error -1035 in dmdb6bkp.c(1498):
    SQL1035N  The database is currently in use.  SQLSTATE=57019
    Stopping database manager...
    ERRORMESSAGE: Error -6036 in dmdb6bkp.c(1299):
    SQL6036N  START or STOP DATABASE MANAGER command is already in
    progress.
    Starting database manager...
    ERRORMESSAGE: Error -6036 in dmdb6bkp.c(1308):
    SQL6036N  START or STOP DATABASE MANAGER command is already in
    progress.
    Making database backup...
    Database      = PRD
    Backup Mode   = FULL
    Backup Options= OFFLINE
    Buffer size   = AUTOMATIC
    buffers     = AUTOMATIC
    Parallelism   = AUTOMATIC
    numLocations  = 1
    location[0]   = /prdback/sapbackup
    util priority = 0
    ERRORMESSAGE: Error -1224 in dmdb6bkp.c(1498):
    SQL1224N  A database agent could not be started to service a request,
    or was terminated as a result of a database system shutdown or a
    force command.
    activate db PRD...
    ERRORMESSAGE: Error -901 in dmdb6bkp.c(1066):
    SQL0901N  The SQL statement failed because of a non-severe system
    error. Subsequent SQL statements can be processed.  (Reason "164".)
    SQLSTATE=58004
    ERRORMESSAGE: Error -901 in dmdb6bkp.c(1621):
    DB6CliConnectUser(): [IBM][CLI Driver] SQL0901N  The SQL statement
    failed because of a non-severe system error. Subsequent SQL
    statements can be processed.  (Reason "164".)  SQLSTATE=58004
    External program terminated with exit code 2
    DB6_DBBACKUP returned error status E
    TemSe: I/O error
    set connect partition: 0
    deactivate db PRD...
    ERRORMESSAGE: Error 1495 in dmdb6bkp.c(1092):
    SQL1495W  Deactivate database is successful, however, there is still
    a connection to the database.
    Making database backup...
    Database      = PRD
    Backup Mode   = FULL
    Backup Options= OFFLINE
    Buffer size   = AUTOMATIC
    buffers     = AUTOMATIC
    Parallelism   = AUTOMATIC
    numLocations  = 1
    location[0]   = /prdback/sapbackup
    util priority = 0
    ERRORMESSAGE: Error -1035 in dmdb6bkp.c(1498):
    SQL1035N  The database is currently in use.  SQLSTATE=57019
    Stopping database manager...
    SQL1064N DB2STOP processing was successful.
    Starting database manager...
    SQL1063N DB2START processing was successful.
    Making database backup...
    Database      = PRD
    Backup Mode   = FULL
    Backup Options= OFFLINE
    Buffer size   = AUTOMATIC
    buffers     = AUTOMATIC
    Parallelism   = AUTOMATIC
    numLocations  = 1
    location[0]   = /prdback/sapbackup
    util priority = 0
    Backup successful. The timestamp for this backup image is : 20100807220016
    Backup size is : 107000 MB.
    activate db PRD...
    DB20000I  The ACTIVATE DATABASE command completedsuccessfully.
    Job finished
    Thanks & Regards,
    Mohan Babu Chenna|Capgemini India |

    Hello Mohan,
    Here we can see that the backup did eventually complete:
    Backup successful. The timestamp for this backup image is : 20100807220016 Backup size is : 107000 MB
    However there had been some issues to deactivate/activate the database .
    As note 594353 states , this is normal and on occurance of this event
    the corresponding action is retried up to 10 times .
    You can check this via
    1. db2diag.log
    2. List history backup commands
    3. db2ckbkp ... DB2 Check backup command
    You can ensure that the backup did complete.
    Regards,
    Paul

  • DB13 ended with error during initilization tape

    Dear Friend,
    We upgraded solution manager server 6 month back to Solman 4.0 and oracle 10g. But during initialization of tape by DB13 i facing error as "Credential retrieval failed" same error occuerd if i execute online backup with DB13. But by brtools initialization tape work nice but not DB13. Also in SM37 initilization job finished not anyy error
    Please find below message ,
    BR0280I BRBACKUP time stamp: 2007-12-22 12.36.10
    BR0301E SQL error -12638 at location BrInitOraCreate-2, SQL statement:
    'CONNECT / AT PROF_CONN IN SYSOPER MODE'
    ORA-12638: Credential retrieval failed
    BR0303E Determination of Oracle version failed
    BR0206I End of backup volume initialization
    BR0280I BRBACKUP time stamp: 2007-12-22 12.36.10
    BR0054I BRBACKUP terminated with errors
    Please reply me.
    Thanks in advance.
    Rd,
    Sachin

    Hi Sachin ,
    Though sometimes ORA-12638 can be resolved by restarting the database services in cases where Oracle on Windows is being used, although for this user it was not helpful.
    However, the following direction was given, and once administered, was a successful resolution to ORA-12638:
    Please check the sqlnet.ora file. Change the following entry and try, this will work.
    Original Entry - SQLNET.AUTHENTICATION_SERVICES= (NTS)
    Modified Entry - SQLNET.AUTHENTICATION_SERVICES= (NONE)
    Hope this might help you mate .
    Regards,
    Gokul B

  • Cleanup of DB13 Plannings + Job error

    Hi all,
    when i have gone through ST04, JOBS->DBA LOG, i am getting the following job  error
    16.01.2008     14:00:46     16.01.2008     14:00:46     00:00:00     Collection of DB Performance History     OK
    16.01.2008     14:00:44     16.01.2008     14:00:46     00:00:02     Cleanup of DB13 Plannings     Job error
    16.01.2008     13:00:44     16.01.2008     13:00:45     00:00:01     Collection of DB/DBM Config. History     OK
    16.01.2008     12:00:45     16.01.2008     12:00:45     00:00:00     Collection of DB Performance History     OK
    16.01.2008     12:00:43     16.01.2008     12:00:45     00:00:02     Cleanup of DB13 Plannings     Job error
    Actually what is this error ? Why it is caused? what is the solution
    regards
    padma

    The following note should be helpful ~
    [Note 576752 - DB6: Error in job for clear DB13 scheduling|https://service.sap.com/sap/support/notes/576752]

  • Offline Files Error

    I have a project with media files that sometimes change length. Is there a way to disable the Offline Files error so that it just imports the new media files regardless of length, without reporting that error?
    I'm asking because I'm trying to create an automated system where edits are automatically updated periodically throughout the day with the most current media available, but sometimes that media is a few frames longer or shorter, and I just want it to bring in the newest media keeping the current edit points in the project.

    I don't think so. This would be an extremely dangerous feature. Think about how you could screw things up big time. As it is, it's amazing how people can really screw up their work with the tools that are already available.
    Message was edited by: Michael Grenadier

  • OFFLINE backup and DB13 jobs configuratins error in MSCS cluster with OFS

    Hello,
    We have recently installed SAP ERP 6.0 EhP4 SR1 in MSCS cluster using Oracle Fail Safe.
    The installation is successful and all the failover scenarios work fine.
    I need to schedule offline backups and DB13 jobs, which is not possible in current scenario as once the database shuts down it fails over to node2.
    I am following sapnote 657999 to install standalone gateway on both the nodes of the cluster and assigned the service to ORACLE<SID> group. the gw<SID> is different from the ERP<SID>.
    However, the  service SAP<gwSID>_<gwSN> fail to come up with the following error.
    The service SAPSGA_30 cannot be started on local computer
    error 1067: the process terminated unexpectedly.
    The ../SapCluster/sapgw and associated directories have full permission.
    Following are the contents of the profiles in ../SapCluster/sapgw
    default.pfl
    SAPDBHOST = ORACLEPRD
    gw30.pfl
    SAPSYSTEMNAME = SGA
    INSTANCE_NAME = GW30
    SAPSYSTEM = 30
    DIR_PROFILE=C:\WINDOWS\SapCluster\sapgw
    DIR_EXECUTABLE=C:\WINDOWS\SapCluster\sapgw
    DIR_INSTANCE=C:\WINDOWS\SapCluster\sapgw
    SAPLOCALHOST = ORACLEPRD
    SAPLOCALHOSTFULL = ORACLEPRD
    startgw.pfl
    SAPSYSTEMNAME = SGA
    INSTANCE_NAME = GW30
    SAPSYSTEM = 30
    DIR_EXECUTABLE = C:\WINDOWS\SapCluster\sapgw
    DIR_PROFILE = C:\WINDOWS\SapCluster\sapgw
    DIR_INSTANCE = C:\WINDOWS\SapCluster\sapgw
    _GW=gwrd.exe
    Start_Program_00 = local $(DIR_EXECUTABLE)\$(_GW) pf=$(DIR_PROFILE)\gw30.pfl
    Now as the service is a part of my ORACLE<ERP SID> group, everytime I try to bring the group online, it fails due to the gw service and toggles many times in the two nodes before coming to rest on one node withfailed gw service and database in the  up condition.
    Any insight in this regard will be really helpful.
    Thanks
    Nischal

    Hello,
    Yes we were able to configure offline backups.
    We opted to install standalone gateway on both nodes and added it to the DB group. That provides the essential shell console.
    You need to follow the SAP Note 657999 and then 378648 for setting the necessary environment variables.
    One piece of advice, use the SID and system no. for the independent gateway, different from any of your SAP installations.
    Thanks
    Nischal

  • Full offline + redologBackup error through DB13 with BRBACKUP VERIFY OPTION

    Dear All,
    I'm facing problem in backup, log is as under
    BR0278W Command output of '/oracle/PRD/102_64/bin/dbv file=/oracle/PRD/sapbackup/begicwjp/sr3.data12 blocksize=8192':
    DBVERIFY: Release 10.2.0.4.0 - Production on Thu Jul 14 21:06:43 2011
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    DBVERIFY - Verification starting : FILE = /oracle/PRD/sapbackup/begicwjp/sr3.data12
    Block Checking: DBA = 63054525, Block Type = KTB-managed data block
    data header at 0x58ec64
    kdbchk: the amount of space used is not equal to block size
            used=253 fsc=227 avsp=7606 dtl=8088
    Page 139965 failed with check code 6110
    DBVERIFY - Verification complete
    Total Pages Examined         : 256000
    Total Pages Processed (Data) : 62468
    Total Pages Failing   (Data) : 1
    Total Pages Processed (Index): 37748
    Total Pages Failing   (Index): 0
    Total Pages Processed (Other): 37858
    Total Pages Processed (Seg)  : 0
    Total Pages Failing   (Seg)  : 0
    Total Pages Empty            : 117926
    Total Pages Marked Corrupt   : 0
    Total Pages Influx           : 0
    Highest block SCN            : 57538115 (0.57538115)
    BR0398E DBVERIFY detected corrupted blocks in /oracle/PRD/sapdata3/sr3_12/sr3.data12
    Please help me how to resolve this issue
    Regards,
    Arshad.

    Volker Borowski wrote:
    Check Note 1368640, and apply the fix.
    This should prevent further damage.
    As said,
    this will not fix your problem, it will avoid additional problems to arise.
    If you can do an export of the table this is at least promising.
    Try to import the table to a sandbox system, may be utilizing a manual
    import with a change of the schema owner so that you do not destroy your sandbox.
    steps required:
    create new tablespace PSAPDUMMY on sandbox
    create new DB user IMPCHECK on sandbox
    create the table in the new tablespace for schema IMPCHECK exactly as it exists in prod.
    use native "imp" with FROMUSER= TOUSER=IMPCHECK to import the table to the sandbox.
    Run dbv on the PSAPDUMMY
    If you get no corruption, you might get lucky with an export/import approach for production.
    For prod I'd process like:
    - stop sap
    - export table
    - rename table and indexes to dummy names
    - import the table
    - recheck dbv
    - start sap
    - check application
    - if everything is fine (and only then), drop the renamed table
    Volker

  • DB13 ARCHIVE backup error

    Hi ,
    Can any body help me. i taking backup using TCODE: DB13 i got follwing errors
    Job log
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000025, user ID KUMARS)
    Execute logical command BRARCHIVE On host blrsap002
    Parameters:-u / -jid LOG__20070706121833 -c force -p initVMD.sap -s
    BR0002I BRARCHIVE 7.00 (22)
    BR0006I Start of offline redo log processing: advqhufa.sve 2007-07-06 12.18.42
    BR0484I BRARCHIVE log file: E:\oracle\VMD\saparch\advqhufa.sve
    BR0252W Function remove() failed for 'E:\oracle\VMD\102\database\sap.ora' at location BrInitOraCopy-7
    BR0253W errno 13: Permission denied
    BR0166I Parameter 'log_archive_dest' not found infile E:\oracle\VMD\102\database\initVMD.ora - default assumed
    BR0280I BRARCHIVE time stamp: 2007-07-06 12.18.43
    BR0008I Offline redo log processing for database instance: VMD
    BR0009I BRARCHIVE action ID: advqhufa
    BR0010I BRARCHIVE function ID: sve
    BR0048I Archive function: save
    BR0011I 2 offline redo log files found for processing, total size 59.521 MB
    BR0112I Files will not be compressed
    BR0130I Backup device type: disk
    BR0106I Files will be saved on disk in directory:F:\SAPDEVBACKUP\ARC
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0202I Saving init_ora
    BR0203I to F:\SAPDEVBACKUP\ARC\VMD ...
    BR0278E Command output of 'E: && cd E:\oracle\VMD\102\database && E:\usr\sap\VMD\SYS\exe\uc\NTI386\brtools.exe -f copyfile F:\SA
    Access is denied.
            0 file(s) copied.
    BR0280I BRARCHIVE time stamp: 2007-07-06 12.18.43
    BR0279E Return code from 'E: && cd E:\oracle\VMD\102\database && E:\usr\sap\VMD\SYS\exe\uc\NTI386\brtools.exe -f copyfile F:\SAP
    BR0222E Copying init_ora to/from F:\SAPDEVBACKUP\ARC\VMD failed due to previous errors
    BR0016I 0 offline redo log files processed, totalsize 0.000 MB
    BR0007I End of offline redo log processing: advqhufa.sve 2007-07-06 12.18.43
    BR0280I BRARCHIVE time stamp: 2007-07-06 12.18.43
    BR0005I BRARCHIVE terminated with errors
    External program terminated with exit code 5
    BRARCHIVE returned error status E
    Job finished
    Thanks
    siva kumar
    [email protected]

    Hi,
    i think It seems to be a cause of incorrect authorizations/roles. Please check the following two methods
    1)Make sure that directory or executables like SAPDBA,
    BRBACKUP, BRARCHIVE, BRRESTORE, BRRECOVER, BRCONNECT
    and BRTOOLS have correct authorizations
    Please refer the snote: 113747.
    2)Run the sapdaba role to update the proper authorizations
    Oracle 10g: sqlplus /nolog @sapdba_role <SID>
    you can get it from \usr\sap\<SID>\SYS\exe\run folder
    Regards,
    Venkat

  • Online backup by DB13 ended with error not by BRTOOLS

    Dear Friends,
    I am trying to take online backup by DB13 of my CRM Dev system but it is ended with error , but when i check in SM37 it show finished.
    By using BRTOOLS it work proparly but not by DB13.
    Other Details :-
    OS :- Win 2003 server
    DB :- Oracle 10g
    error message is :-
    Detail log:                    bdxbnwwr.ant
    BR0051I BRBACKUP 7.00 (26)
    BR0055I Start of database backup: bdxbnwwr.ant 2008-01-19 10.48.21
    BR0484I BRBACKUP log file: F:\oracle\CD1\sapbackup\bdxbnwwr.ant
    BR0252W Function remove() failed for 'f:\oracle\cd1\102\database\sap.ora' at location BrInitOraCreate-1
    BR0253W errno 13: Permission denied
    BR0252W Function remove() failed for 'f:\oracle\cd1\102\database\sap.ora' at location BrInitOraCopy-7
    BR0253W errno 13: Permission denied
    BR0166I Parameter 'control_files' not found in file f:\oracle\cd1\102\database\initCD1.ora - default assumed
    BR0252E Function CreateFile() failed for 'G:\ORACLE\CD1\SAPDATA3\TEMP_1\TEMP.DATA1' at location BrFileStatGet-2
    BR0253E errno 5: Access is denied.
    BR0273E Determination of file status for G:\ORACLE\CD1\SAPDATA3\TEMP_1\TEMP.DATA1 failed
    BR0314E Collection of information on database files failed
    BR0056I End of database backup: bdxbnwwr.ant 2008-01-19 10.48.45
    BR0280I BRBACKUP time stamp: 2008-01-19 10.48.45
    BR0054I BRBACKUP terminated with errors
    So please help on this issue and reply ASAP.
    Thanks,
    Regards,
    Sachin Jadhav
    BASIS

    Hello Friends,
    I m facing one problem while taking backup form db13. can sombuddy help me to solve this problem following is the log file details
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000011, user ID BASIS)
    Execute logical command BRBACKUP On host eccqa
    Parameters:-u / -jid FLLOG20081015143102 -c force -t online -m full -p initIEQ.sap.wed -a -c force -p initIEQ.s
    ap.wed -s
    BR0051I BRBACKUP 7.00 (32)
    BR0055I Start of database backup: bdzapxni.fnd 2008-10-15 14.31.02
    BR0484I BRBACKUP log file: /oracle/IEQ/sapbackup/bdzapxni.fnd
    BR0280I BRBACKUP time stamp: 2008-10-15 14.31.02
    BR0301E SQL error -27140 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-27140: attach to post/wait facility failed
    BR0310E Connect to database instance IEQ failed
    BR0280I BRBACKUP time stamp: 2008-10-15 14.31.02
    BR0301E SQL error -27140 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-27140: attach to post/wait facility failed
    BR0310E Connect to database instance IEQ failed
    BR0056I End of database backup: bdzapxni.fnd 2008-10-15 14.31.02
    BR0280I BRBACKUP time stamp: 2008-10-15 14.31.02
    BR0054I BRBACKUP terminated with errors
    BR0280I BRBACKUP time stamp: 2008-10-15 14.31.02
    BR0291I BRARCHIVE will be started with options '-U -jid FLLOG20081015143102 -d disk -c force -p initIEQ.sap.wed -s'
    BR0002I BRARCHIVE 7.00 (32)
    BR0006I Start of offline redo log processing: adzapxni.sve 2008-10-15 14.31.02
    BR0484I BRARCHIVE log file: /oracle/IEQ/saparch/adzapxni.sve
    BR0280I BRARCHIVE time stamp: 2008-10-15 14.31.02
    BR0301W SQL error -27140 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-27140: attach to post/wait facility failed
    BR0310W Connect to database instance IEQ failed
    BR0280I BRARCHIVE time stamp: 2008-10-15 14.31.02
    BR0301W SQL error -27140 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-27140: attach to post/wait facility failed
    BR0310W Connect to database instance IEQ failed
    BR0278W Command output of '/oracle/IEQ/102_64/bin/sqlplus /nolog < /oracle/IEQ/saparch/.adzapxni.spi':
    SQL*Plus: Release 10.2.0.2.0 - Production on Wed Oct 15 14:31:02 2008
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    SQL> Connected to an idle instance.
    SQL>
    SQL> ORA-01034: ORACLE not available
    SQL> Disconnected
    BR0280I BRARCHIVE time stamp: 2008-10-15 14.31.02
    BR0279W Return code from '/oracle/IEQ/102_64/bin/sqlplus /nolog < /oracle/IEQ/saparch/.adzapxni.spi': 0
    BR0302W SQLPLUS call for database instance IEQ failed
    BR0323W 'Archive log list' for database instance IEQ failed
    BR0252E Function fopen() failed for '/oracle/IEQ/saparch/archIEQ.log' at location arch_last_get-1
    BR0253E errno 13: Permission denied
    BR0016I 0 offline redo log files processed, totalsize 0.000 MB
    BR0280I BRARCHIVE time stamp: 2008-10-15 14.31.02
    BR0301W SQL error -27140 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-27140: attach to post/wait facility failed
    BR0310W Connect to database instance IEQ failed
    BR0252W Function fopen() failed for '/oracle/IEQ/saparch/archIEQ.log' at location BrCleanup-8
    BR0253W errno 13: Permission denied
    BR0121W Processing of log file /oracle/IEQ/saparch/archIEQ.log failed
    BR0007I End of offline redo log processing: adzapxni.sve 2008-10-15 14.31.02
    BR0280I BRARCHIVE time stamp: 2008-10-15 14.31.02
    BR0005I BRARCHIVE terminated with errors
    BR0280I BRBACKUP time stamp: 2008-10-15 14.31.02
    BR0292I Execution of BRARCHIVE finished with return code 3
    External program terminated with exit code 3
    BRBACKUP returned error status E
    Job finished
    it showing me above messege every time ..
    Thanks
    Vijay

  • DB13 bakcground job - error

    Hi,
    I have scheduled for the update optimizer statistics immediately in DB 13 it failed with the error as
    "Job started                                                                 
    Step 001 started (program RSDBAJOB, variant &0000000000012, user name SBUDDAR
    Execute logical command SAPDBA On host sap2dqsrv
    Parameters: -u / -analyze DBSTATCO
    Can't exec external program (No such file or directory)
    WaitForSingleObject failedwith %d (No such deviceor address)
    Job finished"
    similarly for  " Check optimizer stattistics"                                         
    "Job started                                                                             
    Step 001 started (program RSDBAJOB, variant &0000000000013, user name SBUDDARA)         
    Execute logical command SAPDBA On host sap2dqsrv                                        
    Parameters: -u / -checkopt DBSTATC_TAB                                                  
    Can't exec external program (No such file or directory)                                 
    WaitForSingleObject failedwith %d (No such deviceor address)                            
    Job finished"
    similarly for "Adapt next extents"
    "Job started                                                                          
    Step 001 started (program RSDBAJOB, variant &0000000000015, user name SBUDDARA)      
    Execute logical command SAPDBA On host sap2dqsrv                                     
    Parameters: -u / -next PSAPBTABD                                                     
    Can't exec external program (No such file or directory)                              
    WaitForSingleObject failedwith %d (No such deviceor address)                         
    Job finished"
    Our environment is windows 2003 server, SAP 4.6C.
    Please help us how resolve above issue.
    Thanks and Regards
    Satya

    Hi Eric,
    Thank you for the information that is really helpful. After following that note, I can successfully ran it.
    When I ran database check in db13 calendar in production, I got the following issue.
    BR0978W Database profile alert - level: ERROR, parameter: COMPATIBLE, value: 10.2.0.2.0 (<> 10.2.0)               
    BR0978W Database profile alert - level: WARNING, parameter: DB_FILE_MULTIBLOCK_READ_COUNT, value: 8(not default)  
    BR0978W Database profile alert - level: ERROR, parameter: FILESYSTEMIO_OPTIONS, value:   (<> SETALL)              
    BR0978W Database profile alert - level: WARNING, parameter: LOG_CHECKPOINTS_TO_ALERT, value: FALSE (<> TRUE)      
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_INDEX_CACHING, value: 0 (>< 100,20)         
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_INDEX_COST_ADJ, value: 100 (>< 50,10)       
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_MODE, value: CHOOSE (not default)           
    BR0978W Database profile alert - level: ERROR, parameter: QUERY_REWRITE_ENABLED, value: TRUE (<> FALSE)           
    BR0978W Database profile alert - level: ERROR, parameter: RECYCLEBIN, value: ON (<> OFF)                          
    BR0978W Database profile alert - level: ERROR, parameter: REMOTE_OS_AUTHENT, value: FALSE (<> TRUE)               
    BR0978W Database profile alert - level: ERROR, parameter: REPLICATION_DEPENDENCY_TRACKING, value: TRUE (<> FALSE) 
    BR0978W Database profile alert - level: WARNING, parameter: TIMED_STATISTICS, value: TRUE (not default)           
    Similarly for my quality..
    BR0970W Database administration alert - level: ERROR, type: ARCHIVE_STUCK, object: E:\oracle\QA1\saparch\QA1arch, value: 93.62%  
    BR0970W Database administration alert - level: WARNING, type: MANY_EXTENTS, object: (index) SAPR3.D010TAB~0, value: 80.67% (> 80 
    BR0970W Database administration alert - level: ERROR, type: TABLES_NOT_IN_TABLE_TABLESPACE, object:(index) SAPR3.MLICHECK~0, va  
    BR0280I BRCONNECT time stamp: 2009-04-27 04.01.26                                                                               
    BR0972I Checking database operations...                                                                               
    BR0973W Database operation alert - level: ERROR, operation: 0811132000.opt, time: 2008-11-13 20.00.05, condition: Last successfu 
    BR0280I BRCONNECT time stamp: 2009-04-27 04.01.26                                                                               
    BR0974I Checking database messages in E:\ORACLE\QA1\SAPTRACE\BACKGROUND\alert_qa1.log ...                                        
    BR0976W Database message alert - level: ERROR, line: 5846, time: 2009-01-01 07.29.39, message:                                   
    Checkpoint not complete                                                                               
    BR0976W Database message alert - level: ERROR, line: 5864, time: 2009-01-01 07.29.52, message:                                   
    Checkpoint not complete                                                                               
    BR0976W Database message alert - level: ERROR, line: 5882, time: 2009-01-01 07.30.10, message:                                   
    Checkpoint not complete                                                                               
    BR0976W Database message alert - level: ERROR, line: 5900, time: 2009-01-01 07.30.29, message:                                   
    Checkpoint not complete                                                                               
    BR0976W Database message alert - level: ERROR, line: 38376, time: 2009-04-24 22.07.48, message:                  
    Checkpoint not complete                                                                               
    BR0976W Database message alert - level: ERROR, line: 38411, time: 2009-04-24 22.16.10, message:                  
    Checkpoint not complete                                                                               
    BR0280I BRCONNECT time stamp: 2009-04-27 04.01.26                                                                
    BR0977I Checking database profile...                                                                             
    BR0978W Database profile alert - level: WARNING, parameter: DB_BLOCK_BUFFERS, value: 0 (< 8960)                  
    BR0978W Database profile alert - level: WARNING, parameter: DB_FILE_MULTIBLOCK_READ_COUNT, value: 128 (> 8)      
    BR0978W Database profile alert - level: ERROR, parameter: LOG_ARCHIVE_START, value: FALSE (<> TRUE)              
    BR0978W Database profile alert - level: WARNING, parameter: LOG_BUFFER, value: 54942720 (>< 1100,300 KB)         
    BR0978W Database profile alert - level: WARNING, parameter: LOG_CHECKPOINT_INTERVAL, value: 0 (< 3000000000)     
    BR0978W Database profile alert - level: WARNING, parameter: LOG_CHECKPOINT_TIMEOUT, value: 1800 (> 0)            
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_FEATURES_ENABLE, value: 10.2.0.1 (<> 8.0.4)
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_INDEX_COST_ADJ, value: 100 (<> 10)         
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_MODE, value: ALL_ROWS (<> CHOOSE)          
    Can you please help me how to correct this error?
    Thanks and Regards
    Satya
    Edited by: Satyanarayana Buddarapu on Apr 28, 2009 12:47 AM

  • SUP 2.2.5 + Offline BAPI Error Handling

    Dear All,
    Following is my Offline Transaction scenario where I require help.
    Use Case:
    MBO created on a Z BAPI that is Creating a GR (Goods Receipt) in SAP ERP. BAPI output contains Error Return Table as well that helps us in finding any error that is thrown from SAP.
    Successful Scenario:
    We create one GR in offline mode and call create() and submitPending() method of the MBO. When connected again and SYNC, it successfully CREATE the GR if there is no Error and I will get a new Document Number. Also, it returns error in Error Return Table if there is any error. We get it by calling the findAll() method on the MBO.
    Problem Scenario:
    We create two or more GRs in offline Mode and call create() and submitPending(). Now Sybase Unwired Platform has two pending Items. When connected again and SYNC, it only returns the LAST successful OR unsuccessful GR record in the findAll(). We lost the other items statuses. We might get the successful items from GR_LIST MBO but any pending items that has ERROR will be lost.
    Is there any way in SUP that I can individually Sync pending items OR get the status of all Pending items after Sync?
    Is this a default behavior of SUP that it flushes all the pending Items at once and ONLY returns the last item status in the Original MBO?
    Looking forward for a quick and favorable response.

    The MBO operations output is is not supported in SUP. Given below discussions gives more information , SUP operations cant get return / output parameter for HWC ?
    How to create SUP native application
    An alternative solution that I can give you:
    Create an MBO using the BAPI used for operation, do not create an operation.
    Keep the input and output of MBO/BAPI as tables (stuctures).
    Call synchronize("sync_grp"); whenever you want to do operation, hence the operation RFC will be called. Make sure you are keeping this MBO in a separate sync group. Pass the input of the operation to the table using personalization keys. ie create PK of table/structure type and fill PK before sync from  mobile.
    Before making a sync call check whether device has internet connectivity. If there is no connectivity store the user entered values locally in device (ex. in SQLite). Keep a button to sync pending operations when the device comes online by the user.
    If the device is online do the sync. After successful sync make a findall query to get the output of operations. Since the output is a table all operations output messages can be found. In the BAPI output table keep a column for success/failure, based on that operation results can be identified.
    Midhun VP

  • Offline backup Error

    Hi,
         Offline and online backup we are usning Tivoli Storage Manager. It was going on fine. Suddenly Offline backup we got below error message. What could be the problem. how to resolve this one. kindly help me.
    BR0280I BRBACKUP time stamp: 2010-07-09 12.04.15
    BR0307I Shutting down database instance KBD ...
    BR0278E Command output of '/oracle/KBD/102_64/bin/sqlplus /nolog < /oracle/KBD/sapbackup/.bedqceva.spi':
    SQL*Plus: Release 10.2.0.2.0 - Production on Fri Jul 9 12:04:16 2010
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    SQL> Connected.
    SQL>
    SQL> ORA-00600: internal error code, arguments: [3708], [910], [], [], [], [], [],
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning and Data Mining options
    BR0280I BRBACKUP time stamp: 2010-07-09 12.21.42
    BR0279E Return code from '/oracle/KBD/102_64/bin/sqlplus /nolog < /oracle/KBD/sapbackup/.bedqceva.spi': 0
    BR0302E SQLPLUS call for database instance KBD failed
    BR0309E Shutdown of database instance KBD failed
    BR0280I BRBACKUP time stamp: 2010-07-09 12.21.42
    BR0301E SQL error -1089 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-01089: immediate shutdown in progress - no operations are permitted
    BR0310E Connect to database instance KBD failed
    BR0056I End of database backup: bedqceva.aff 2010-07-09 12.21.42
    BR0280I BRBACKUP time stamp: 2010-07-09 12.21.42
    BR0054I BRBACKUP terminated with errors
    BR0280I BRBACKUP time stamp: 2010-07-09 12.21.42
    BR0291I BRARCHIVE will be started with options '-U -d util_file -cds -c force -u /'
    BR0280I BRBACKUP time stamp: 2010-07-09 12.39.40
    BR0292I Execution of BRARCHIVE finished with return code 5
    kvl

    Hi,
    Thanx
    There is enough sapce in disk. in alert log below message are there. kindly help me.
    Fri Jul  9 12:04:18 2010
    Shutting down instance: further logons disabled
    Fri Jul  9 12:04:18 2010
    Completed checkpoint up to RBA [0x333f.2.10], SCN: 135879580
    Fri Jul  9 12:04:18 2010
    Stopping background process CJQ0
    Fri Jul  9 12:04:18 2010
    Stopping background process QMNC
    Fri Jul  9 12:04:22 2010
    Stopping background process MMNL
    Fri Jul  9 12:04:24 2010
    Stopping background process MMON
    Fri Jul  9 12:04:27 2010
    Shutting down instance (immediate)
    License high water mark = 31
    Fri Jul  9 12:04:27 2010
    Stopping Job queue slave processes
    Fri Jul  9 12:04:27 2010
    Job queue slave processes stopped
    Fri Jul  9 12:04:32 2010
    Process OS id : 884768 alive after kill
    Errors in file
    Fri Jul  9 12:05:43 2010
    Incremental checkpoint up to RBA [0x333f.159b.0], current log tail at RBA [0x333f.15ab.0]
    Fri Jul  9 12:06:17 2010
    ALTER DATABASE CLOSE NORMAL
    Fri Jul  9 12:06:17 2010
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Fri Jul  9 12:06:20 2010
    Shutting down archive processes
    Archiving is disabled
    Fri Jul  9 12:06:25 2010
    ARCH shutting down
    ARC1: Archival stopped
    Fri Jul  9 12:06:30 2010
    ARCH shutting down
    ARC0: Archival stopped
    Fri Jul  9 12:21:35 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_lgwr_1015978.trc:
    Fri Jul  9 12:21:40 2010
    Errors in file /oracle/KBD/saptrace/usertrace/kbd_ora_696408.trc:
    ORA-00600: internal error code, arguments: [3708], [910], [], [], [], [], [], []
    Fri Jul  9 12:21:42 2010
    CLOSE: Error 600 during database close
    Fri Jul  9 12:21:42 2010
    SMON: enabling cache recovery
    SMON: enabling tx recovery
    Fri Jul  9 12:21:42 2010
    ORA-600 signalled during: ALTER DATABASE CLOSE NORMAL...
    Fri Jul  9 12:23:31 2010
    Thread 1 closed at log sequence 13119
    Successful close of redo thread 1
    Fri Jul  9 12:26:42 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:26:43 2010
    MMNL absent for 1393 secs; Foregrounds taking over
    Fri Jul  9 12:26:43 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:26:44 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:26:45 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:26:46 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:26:56 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:27:06 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:27:16 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:27:26 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:27:36 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:27:46 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:27:56 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:28:06 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:28:16 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:28:26 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:28:36 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:28:46 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:28:56 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:29:06 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:29:16 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:29:26 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:29:36 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:29:46 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:29:56 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:30:06 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:30:16 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:30:26 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:30:36 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:30:46 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/oracle/KBD/sapdata1/system_1/system.data1'
    Fri Jul  9 12:30:56 2010
    Errors in file /oracle/KBD/saptrace/background/kbd_smon_1036306.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    kvl

  • DB13 Verify Database error during processing

    Hi Gurus,
    Need your help on the error encountered when running verify database in DB13.
    Below is the log:
    BR0001I ****************__________________________________
    BR0395I Verifying /oracle/DV1/sapdata2/sr3_20/sr3.data20 using DBVERIFY...
    BR0396I Verification of /oracle/DV1/sapdata2/sr3_20/sr3.data20 using DBVERIFY successful
    BR0280I BRBACKUP time stamp: 2011-03-08 11.50.04
    BR0063I 20 of 72 files processed - 79980.156 MB of 247310.562 MB done
    BR0204I Percentage done: 32.34%, estimated end time: 12:06
    BR0001I ****************__________________________________
    BR0395I Verifying /oracle/DV1/sapdata2/sr3_1/sr3.data1 using DBVERIFY...
    BR0278E Command output of '/oracle/DV1/102_64/bin/dbv file=/oracle/DV1/sapdata2/sr3_1/sr3.data1 blocksize=8192':
    DBVERIFY: Release 10.2.0.4.0 - Production on Tue Mar 8 11:50:04 2011
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    DBV-00102: File I/O error on FILE (/oracle/DV1/sapdata2/sr3_1/sr3.data1) during end read operation (-1)
    BR0280I BRBACKUP time stamp: 2011-03-08 11.50.04
    BR0279E Return code from '/oracle/DV1/102_64/bin/dbv file=/oracle/DV1/sapdata2/sr3_1/sr3.data1 blocksize=8192': 1
    BR0397E Verification of /oracle/DV1/sapdata2/sr3_1/sr3.data1 using DBVERIFY failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_10/sr3.data10 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_11/sr3.data11 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_12/sr3.data12 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_13/sr3.data13 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_14/sr3.data14 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_15/sr3.data15 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_16/sr3.data16 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_17/sr3.data17 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_18/sr3.data18 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_19/sr3.data19 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_2/sr3.data2 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_20/sr3.data20 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_21/sr3.data21 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_24/sr3.data24 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_25/sr3.data25 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_3/sr3.data3 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_4/sr3.data4 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_5/sr3.data5 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_6/sr3.data6 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_7/sr3.data7 failed due to previous errors
    BR0363E Verification of backup of /oracle/DV1/sapdata2/sr3_8/sr3.data8 failed due to previous errors
    BR0396I Verification of /oracle/DV1/sapdata3/sr3701_2/sr3701.data2 using DBVERIFY successful
    BR0280I BRBACKUP time stamp: 2011-03-08 11.50.24
    BR0063I 21 of 72 files processed - 84620.164 MB of 247310.562 MB done
    BR0204I Percentage done: 34.22%, estimated end time: 12:05
    BR0001I *****************_________________________________
    BR0395I Verifying /oracle/DV1/sapdata3/sr3701_3/sr3701.data3 using DBVERIFY...

    Hi,
    Follow this links.
    [DBVERIFY getting failed..;
    [error in backup with verification in DB13;
    Regards
    Siva,

Maybe you are looking for