11.2環境ASM例項spfile放在ASM磁碟組的訪問方式

pxbibm發表於2014-05-11
在11.2的ASM例項上,執行show parameter spfile:
[grid@rac1 ~]$ sqlplus / as sysasm

SQL*Plus: Release 11.2.0.1.0 Production on Sun MAY 11 15:56:12 2014
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Automatic Storage Management option

SQL> show parameter spfile

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
spfile string+DATA/asm/asmparameterfile/registry.253.704991445
可以看到spfile在ASM磁碟組裡了。但是,和之前的版本不同,在$ORACLE_HOME/dbs目錄下卻沒有pfile來定位spfile。

[grid@rac1 ~]$ ls $ORACLE_HOME/dbs
ab_+ASM.dat
hc_+ASM.dat
init.ora
orapw+ASM
peshm_+ASM_1


那麼ASM例項如何得知它的spfile具體位置的呢?

答案是透過一個“本地登錄檔”。
Oracle的Grid Infastructure使用這樣一個“本地登錄檔”來記錄本地的所有可控資源。

“本地登錄檔”位置在/etc/oracle/olr.loc檔案中,檢視olrconfig_loc變數:

[grid@rac1 ~]$ cat /etc/oracle/olr.loc
olrconfig_loc=/u01/app/grid/product/11.2.0/grid/cdata/localhost/rac1.olr
crs_home=/u01/app/grid/product/11.2.0/grid

檢視“本地登錄檔”的內容:
[grid@rac1 ~]$ ocrdump -local -xml
[grid@rac1 ~]$ grep -i spfile OCRDUMPFILE

-----------------------------------------------------------------------------------------------------------------------
pxboracle@live.com
2014.5.11 14:01
share you knowledge with the world.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12798004/viewspace-1158478/,如需轉載,請註明出處,否則將追究法律責任。

相關文章