RMAN-07517: Reason: The file header is corrupted

Answers were Sorted based on User's Feedback



RMAN-07517: Reason: The file header is corrupted..

Answer / pawan kumar

Dear,
First of all you startup in nomount mode
1. startup nomount
After that you set DBID of Production database
2.rman target /
3.set DBID *******
make sure u have to remove controlfile if already available.
4.restore controlfile from '/backup/************/.bak';
5.alter database mount;
6.catalog start with '/backup/**********';
7.restore database;

Is This Answer Correct ?    2 Yes 2 No

RMAN-07517: Reason: The file header is corrupted..

Answer / guest

Cause: Either the file is not an Oracle file or the file
header is corrupted.

Action: Delete the file using OS utility.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 8 No

Post New Answer

More Oracle Errors Interview Questions

DRG-11623: URL store: unknown error getting string

1 Answers  


PLS-00571: method access through data base link not yet supported on client side

1 Answers  


ORA-22320: missing user version string

1 Answers  


ORA-02160: index-organized table can not contain columns of type LONG

1 Answers  


PROT-00017: Fatal Error

1 Answers  






ORA-08435: PICTURE MASK missing the leading sign when SIGN IS LEADING specified

1 Answers  


ORA-30446: valid workload queries not found

1 Answers  


PCC-00111: SQLCHECK value in EXEC ORACLE statement exceeds command line value

1 Answers  


DRG-50600: assertion failed

1 Answers  


TNS-01110: Mismatch - password unchanged

1 Answers  


ORA-04087: cannot change the value of ROWID reference variable

1 Answers  


IMP-00065: Import is unable to recreate lobs within objects.

1 Answers  


Categories