Oracle 11gR2 ASM參數檔案的內容和位置

來源:互聯網
上載者:User

1、Oracle 11g asm
pfile 參數檔案的路徑$ORACLE_HOME/dbs/init+ORACLE_SID.ora  例如 ORACLE_SID=+ASM
pfile $ORACLE_HOME/dbs/init+ASM.ora

內容如下:

*.asm_diskstring='/dev/sda2'
*.asm_diskgroups='DGASM1'
*.asm_power_limit=1
*.diagnostic_dest='/opt/app/oracle'
*.instance_type='asm'
*.large_pool_size=12M
*.remote_login_passwordfile='EXCLUSIVE'

*.asm_diskgroups='DGASM1' 的作用是在啟動asm執行個體的時候自動載入的磁碟組,如果不設定這個參數,那麼只能啟動asm執行個體,但是不能載入asm磁碟組,只能後來手動掛載asm磁碟組了。

如果 asm執行個體的啟動沒有用spfile檔案,但是也沒有用pfile檔案,而是用了預設的檔案,那我我們可以手動建立pfile檔案,然後在create出spfile檔案即可。spfile檔案是位於asm磁碟組上。

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.