If the SPFILE path in the GPnP profile is incorrect, you can start the Oracle ASM instance as follows:
Create a PFILE with one line in it that identifies the path to the SPFILE.
For example:
Create the /oracle/dbs/spfileasm_init.ora file that contains:
/oracle/dbs/spfileasm_init.ora
SPFILE='+DATA/asm/asmparameterfile/asmspfile.ora'
Start up the instance using the initialization parameter file.
SQL> STARTUP PFILE=/oracle/dbs/spfileasm_init.ora
SQL>
STARTUP
PFILE=/oracle/dbs/spfileasm_init.ora
After the instance is running, use the ASMCMD spset command to update the SPFILE path in the GPnP profile. See "spset".
spset
ASMCMD> spset +DATA/asm/asmparameterfile/asmspfile.ora
ASMCMD>
+DATA/asm/asmparameterfile/asmspfile.ora
See Also:
Oracle Database Administrator's Guide for more information about using STARTUP with a nondefault server parameter file
Scripting on this page enhances content navigation, but does not change the content in any way.