重庆思庄Oracle、Redhat认证学习论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 4064|回复: 0
打印 上一主题 下一主题

[Oracle] 『ORACLE』ORA-01565: error in identifying file '+DATA/rac11g/spfilerac11g.ora...

[复制链接]
跳转到指定楼层
楼主
发表于 2020-5-13 16:17:52 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
[oracle@strong ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.4.0 Production on Wed May 13 15:50:32 2020
Copyright (c) 1982, 2013, Oracle.  All rights reserved.
Connected to an idle instance.

SQL> startup;
ORA-01078: failure in processing system parameters
ORA-01565: error in identifying file '+DATA/orcl/spfileorcl.ora'
ORA-17503: ksfdopn:10 Failed to open file +DATA/orcl/spfileorcl.ora
ORA-29701: unable to connect to Cluster Synchronization Service
SQL>

查看grid用户下面的oracle文件的权限
[grid@strong ~]$ cd $ORACLE_HOME
[grid@strong grid]$ cd bin
[grid@strong bin]$ ls -ltr oracle
-rwxr-x--x 1 grid oinstall 209840384 May  9 11:38 oracle
权限不对需要修改
[grid@strong bin]$ chmod 6751 oracle
[grid@strong bin]$ ls -ltr oracle
-rwsr-s--x 1 grid oinstall 209840384 May  9 11:38 oracle

再查看oracle用户下oracle文件的权限
[oracle@strong ~]$ cd $ORACLE_HOME
[oracle@strong db_1]$ cd bin
[oracle@strong bin]$ ls -ltr oracle
-rwsr-s--x 1 oracle asmadmin 239854288 May 13 14:41 oracle

[oracle@strong ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.4.0 Production on Wed May 13 16:01:58 2020
Copyright (c) 1982, 2013, Oracle.  All rights reserved.
Connected to an idle instance.

SQL> startup;
ORACLE instance started.

Total System Global Area 4275781632 bytes
Fixed Size                  2260088 bytes
Variable Size            1174406024 bytes
Database Buffers         3087007744 bytes
Redo Buffers               12107776 bytes
Database mounted.
Database opened.
SQL>



分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 支持支持 反对反对
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|重庆思庄Oracle、Redhat认证学习论坛 ( 渝ICP备12004239号-4 )

GMT+8, 2024-6-23 11:14 , Processed in 0.098126 second(s), 21 queries .

重庆思庄学习中心论坛-重庆思庄科技有限公司论坛

© 2001-2020

快速回复 返回顶部 返回列表