ORA-00210 ORA-15001 ORA-15055 ORA-01031: insufficient privileges

ORA-00210: cannot open the specified control file

ORA-00202: control file: '+DATA/posdb/controlfile/control01.ctl'

ORA-17503: ksfdopn:2 Failed to open file +DATA/posdb/controlfile/control01.ctl

ORA-15001: diskgroup "DATA" does not exist or is not mounted

ORA-15055: unable to connect to ASM instance

ORA-01031: insufficient privileges

这几个错误时在做11G DG mount时候。 我看了ASM实例运行了 在GRID下 可LSNRCTL 没有动态注册上+ASM服务

基本情况是 DG 是单实例的 要用到ASM盘 所以 装了个11.2.0.1的clusterware 软件 单机版。并生成了ASM实例。安装了数据库软件。

把主库的参数修改了下 已经能NOMOUNT了 

以为没有动态注册到监听上 虽然 alter system register 或者想修改asm 实例的local_listener 参数。

折腾了半天。 最后对照了主库的组,才想把备库的组设置跟主库一样。

最后想了 全部组都包含两个用户

dba:x:500:grid,oracle

oinstall:x:501:grid,oracle

asmadmin:x:5000:grid,oracle

asmdba:x:5001:grid,oracle

asmoper:x:5002:grid,oracle

oper:x:6002:oracle,grid

原文地址:https://www.cnblogs.com/riskyer/p/3283390.html