User`s guide
A-4 Oracle Database Installation and Administration Guide
Cause: An attempt was made to read a block of an Oracle Database file that does
not exist. For example, block number
< 1
or
>
file size. This is an internal error and
should not normally occur.
Action: Contact the Oracle Support Services Representative.
ORA-05023: file close failed
Cause: The attempt to close an Oracle Database file failed. This is an internal error
and should not normally occur.
Action: Contact the Oracle Support Services Representative.
ORA-05025: sfccf:file mismatch. Trying to reuse a file with different size
Cause: When trying to reuse a database file, the file size specified differs from the
actual size of the existing file.
Action: Specify the correct file size (remember to subtract one logical block for the
implicit header block), or leave the size unspecified, or use a different file name if
you want to create a larger or smaller database file.
ORA-05026: file does not exist
Cause: An attempt was made to access a database file, which no longer exists.
Action: Contact the Database Administrator who may know why this error has
occurred. If the Database Administrator cannot find the cause of the problem, then
contact the Oracle Support Services Representative.
ORA-05027: file does exist
Cause: When attempting to create a new file, this error occurs if the file is found
and is not empty.
Action: If the error occurred in a
create database
, then retry with the
reuse
option. Otherwise use a different file name or check whether the file can be erased.
ORA-05028: file is not a dbfile
Cause: The database, or log, or control, file to be opened does not contain the
proper identification for such a file.
Action: Check for wrong file specification.
ORA-05029: illegal use-option
Cause: Internal error. Function
sfccf
was called with an illegal option.
Action: Contact the Oracle Support Services Representative.
ORA-05030: SID not defined
Cause: When the system id was required, typically, to substitute the "?" in names,
for example, in file names set by the initialization file, it was not yet defined. This
could be caused by a missing
ORAENV
file or a missing
ORASID
in that file.
Action: Ensure that the
ORAENV
file definition is correct and re-run the program.
ORA-05031: SID translation failure
Cause: The system id is syntactically incorrect.
Action: Ensure that the
ORASID
definition is correct and re-run the program.
ORA-05032: bad name parse
Cause: The translation of a file name, or other name containing variable parts,
failed. The error may be caused by a wrong specification in the
ORAENV
file.