Cry
about...
Oracle Troubleshooting
LRM-00109: could not open parameter
file
Symptom:
When trying to start up Oracle, the
following error is encountered:
LRM-00109: could not open
parameter file '...'
ORA-01078: failure in processing system parameters
Cause:
Oracle could not open the init-ora file.
Typically this is because either the init-ora file is in
a different directory to the one Oracle is looking in, or
it has a different name to what Oracle expects.
By default the init-ora file is located
in the directory:
and is called:
Possibly Remedies:
Startup pfile='<full-pathname-of-initialisation-file>'
ORACLE_SID = "<SID>"
PFILE_<SID> = <full pathname of init
file>
|