HomeOracleOracle Error ORA-01157: cannot identify/lock data file string – see DBWR trace file

Oracle Error ORA-01157: cannot identify/lock data file string – see DBWR trace file

Oracle Error Message

ORA-01157: cannot identify/lock data file string – see DBWR trace file

Reason for the Error

The background process was either unable to find one of the data files or failed to lock it because the file was already in use. The database will prohibit access to this file but other files will be unaffected. However the first instance to open the database will need to access all online data files. Accompanying error from the operating system describes why the file could not be identified.

Solution

Have operating system make file available to database. Then either open the database or do ALTER SYSTEM CHECK DATAFILES.

Share:

Leave a Reply

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...