How To Change Asm Spfile Location In Oracle RAC
How To Change Asm Spfile Location In Oracle RAC existing spfile – /u01/app/grid/dbs/asmbackup.ora new spfile – >
oracle configurationintermediate
by OracleDba
20 views
How To Change Asm Spfile Location In Oracle RAC existing spfile – /u01/app/grid/dbs/asmbackup.ora new spfile – >
1234567891011121314151617
export ORACLE_SID=+ASM1
sqlplus / as sysdba
SQL> show parameter spfile
OR
use spget command.
$ asmcmd
ASMCMD> spget
[oracle]$ srvctl modify asm -spfile +OCR_VOTING/CLUSTER/ASMPARAMETERFILE/spfileASM.ora
ASMCMD> spset +OCR_VOTING/CLUSTER/ASMPARAMETERFILE/spfileASM.ora
ASMCMD> spget
+OCR_VOTING/CLUSTER/ASMPARAMETERFILE/spfileASM.oraPlease to add comments
No comments yet. Be the first to comment!