DBA Hub

📋Steps in this guide1/1

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
1

Overview

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.ora

Comments (0)

Please to add comments

No comments yet. Be the first to comment!