Hi Team,
Unfortunately our Development server was crashed. we have restored the latest online + Archive backup and
started SAP Services. SAP is up and Running fine. We have tried to start DB online backup through BRtools
and getting the below error.
===================================================================================
BR0484I BRBACKUP log file: /oracle/GD1/sapbackup/bekufsws.and
BR0334E Status of database file /oracle/GD1/112_64/dbs/MISSING00039 is RECOVER
BR0274W File '/oracle/GD1/112_64/dbs/MISSING00039' not found
BR0334E Status of database file /oracle/GD1/112_64/dbs/MISSING00040 is RECOVER
BR0334E Status of database file /oracle/GD1/112_64/dbs/MISSING00041 is RECOVER
BR0274W File '/oracle/GD1/112_64/dbs/MISSING00041' not found
BR0334E Status of database file /oracle/GD1/112_64/dbs/MISSING00042 is RECOVER
BR0274W File '/oracle/GD1/112_64/dbs/MISSING00042' not found
BR0334E Status of database file /oracle/GD1/112_64/dbs/MISSING00047 is RECOVER
BR0274W File '/oracle/GD1/112_64/dbs/MISSING00047' not found
BR0334E Status of database file /oracle/GD1/112_64/dbs/MISSING00048 is RECOVER
BR0274W File '/oracle/GD1/112_64/dbs/MISSING00048' not found
BR0314E Collection of information on database files failed
BR0056I End of database backup: bekufsws.and 2013-03-19 21.17.02
BR0280I BRBACKUP time stamp: 2013-03-19 21.17.02
BR0054I BRBACKUP terminated with errors
===================================================================================
We have analyed the issue at DB Level and found 6 datafile is not showing.(select * from v$backup;)
SQL> select FILE#,NAME from v$datafile where STATUS='RECOVER';
FILE#,NAME
--------------------------------------------------------------------------------
39 /oracle/GD1/112_64/dbs/MISSING00039
40 /oracle/GD1/112_64/dbs/MISSING00040
41 /oracle/GD1/112_64/dbs/MISSING00041
42 /oracle/GD1/112_64/dbs/MISSING00042
47 /oracle/GD1/112_64/dbs/MISSING00047
48 /oracle/GD1/112_64/dbs/MISSING00048
6 rows selected.
SQL>
Kindly suggest us to resolve this issue
Regards
Senthil