Home > Database > Mysql Tutorial > ORA-01078 LRM-00109 解决方案 RAC ASM

ORA-01078 LRM-00109 解决方案 RAC ASM

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 17:10:03
Original
1181 people have browsed it

不知为什么 用DBCA 创建的ASM实例无法启动手工启动SQLgt; startupORA-01078: failure in processing system parametersLRM-0010

Linux公社

首页 → 数据库技术

背景:

阅读新闻

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

[日期:2012-01-21] 来源:Linux社区  作者:zengmuansha [字体:]

不知为什么 用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

linux

  • 0
  • SQL语句的基本操作

    ORA-22160 并非是稀梳数组引起来的

    相关资讯       ASM  Oracle基础教程 

    图片资讯      

    本文评论   查看全部评论 (0)

    评论声明

    最新资讯

    本周热门

    Linux公社简介 - 广告服务 - 网站地图 - 帮助信息 - 联系我们
    本站(LinuxIDC)所刊载文章不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。


    Copyright © 2006-2014 Linux公社 All rights reserved 浙ICP备06018118号

    Related labels:
    asm
    source:php.cn
    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template