First page Back Continue Last page Graphics
…Using SPFILE
SPFILE cannot be directly referenced on the STARTUP command
Use “SPFILE=“ parameter in pfile
Startup your instance with initprod.ora
“initprod.ora” entry:
Notes:
Oracle does not support a direct reference to SPFILE on the STARTUP command. So, if your SPFILE is not in the default location, use the SPFILE parameter in a text parameter file to tell Oracle where the SPFILE is.
Note: The SPFILE initialization parameter is a STATIC parameter.