ORA-01078 & LRM-00109 解決方案 RAC ASM

來源:互聯網
上載者:User

不知為什麼 用DBCA 建立的ASM執行個體無法啟動

手工啟動

SQL> startup
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/opt/Oracle/product/10.2.0/db_1/dbs/init+ASM.ora

 

/opt/oracle/product/10.2.0/db_1/dbs/init+ASM.ora

串連到 /opt/oracle/admin/+asm/pfile/init.ora

然後照網上修改了必要的參數,還是啟動不了

[oracle@node1 pfile]$ cat init.ora
##############################################################################
# Copyright (c) 1991, 2001, 2002 by Oracle Corporation
##############################################################################
 
###########################################
# Miscellaneous
###########################################
instance_type=asm
 
###########################################
# Security and Auditing
###########################################
remote_login_passwordfile='SHARED'
 
###########################################
# Pools
###########################################
large_pool_size=12M
 
###########################################
# Cluster Database
###########################################
cluster_database=true
 
###########################################
# Diagnostics and Statistics
###########################################
background_dump_dest=/opt/oracle/admin/+ASM/bdump
core_dump_dest=/opt/oracle/admin/+ASM/cdump
user_dump_dest=/opt/oracle/admin/+ASM/udump
asm_diskstring='ORCL:VOL*'
#*.asm_diskgroups='ORCL:VOL*'
+ASM2.instance_number=2
+ASM1.instance_number=1


 

最後發現執行個體名不對

export ORACLE_SID=+ASM1

sqlplus / as sysdba

SQL> startup
ASM instance started

Total System Global Area   92274688 bytes
Fixed Size                  1217884 bytes
Variable Size              65890980 bytes
ASM Cache                  25165824 bytes
ORA-15110: no diskgroups mounted

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.