当前位置:网站首页>The Oracle 11g RAC cluster database cannot be started due to directory permission errors
The Oracle 11g RAC cluster database cannot be started due to directory permission errors
2022-06-25 02:23:00 【Rsda DBA_ WGX】
Directory permission error caused Oracle 11g rac Cluster listening fails to start
One 、 Problem description
stay CentOS7 Install two nodes in Oracle 11g rac colony ,grid and oracle After the software is installed , When creating a database, you will be prompted that you are not listening , Unable to create database . The error code is :RPCR-1071,PRCR-1066,CRS-2566.
Two 、 The cause of the problem
Under normal circumstances ,grid Under the user $ORACLE_HOME/bin/oracle Document and oracle Under the user $ORACLE_HOME/bin/oracle Normal permissions should be -rwsr-s–x(6751). Permission to view these two files :
1、grid user
[[email protected] bin]$ pwd
/u01/app/11.2.0/grid/bin
[[email protected] bin]$ ls -al oracle
-rwsr-s--x 1 grid oinstall 209854152 Jun 13 20:22 oracle
# There is no problem with the file permissions
2、oracle user
[[email protected] ~]$ cd $ORACLE_HOME/bin
[[email protected] bin]$ pwd
/u01/app/oracle/product/11.2.0/db_1/bin
[[email protected] bin]$ ls -al oracle
-rwxr-xr-x 1 oracle oinstall 239520784 Jun 13 22:43 oracle
# There is a problem with the file permissions , The correct file permissions should be :-rwsr-s--x 1 oracle asmadmin
3、 ... and 、 terms of settlement
1、 modify oracle Under the user /u01/app/oracle/product/11.2.0/db_1/bin/oracle File permissions
Two nodes are modified at the same time :
[[email protected] bin]$chown oracle:asmadmin oracle
[[email protected] bin]$chmod 6751 oracle
[[email protected] bin]# ls -al oracle
-rwsr-s--x 1 oracle asmadmin 239520784 Jun 13 22:43 oracle
2、 Add and start listening
-- add to listener To crs service
[grid@rac1 ~]$ srvctl add listener
-- Check the listening status
[grid@rac1 ~]$ srvctl status listener
Listener LISTENER is enabled -- Have been added
Listener LISTENER is not running -- Has not started
-- Start listening
[grid@rac1 ~]$ srvctl start listener
-- Check the listening status
[grid@rac1 ~]$ srvctl status listener
Listener LISTENER is enabled
Listener LISTENER is running on node(s): oel11g
边栏推荐
- EasyCVR平台EHOME协议接入,视频播放出现断流是什么原因?
- 折叠屏将成国产手机分食苹果市场的重要武器
- DDD concept is complex and difficult to understand. How to design code implementation model in practice?
- 保险APP适老化服务评测分析2022第06期
- File system - basic knowledge of disk and detailed introduction to FAT32 file system
- 获取图片外链的方法–网易相册[通俗易懂]
- 分布式事务解决方案和代码落地
- 消息称一加将很快更新TWS耳塞、智能手表和手环产品线
- Is the compass reliable? Is it safe to open a securities account?
- Basic layout -qhboxlayout class, qvboxlayout class, qgridlayout class
猜你喜欢
Folding screen will become an important weapon for domestic mobile phones to share the apple market
【STL源码剖析】STL六大组件功能与运用(目录)
DDD概念复杂难懂,实际落地如何设计代码实现模型?
jwt
Talking about the advantages of flying book in development work | community essay solicitation
华为、阿里等大厂程序员真的好找对象吗?
Application of TSDB in civil aircraft industry
DDD concept is complex and difficult to understand. How to design code implementation model in practice?
保险APP适老化服务评测分析2022第06期
Sumati gamefi ecological overview, element design in the magical world
随机推荐
如何选择正规安全的外汇交易平台?
I've been doing software testing for two years. I'd like to give some advice to girls who are still hesitating
罗德与施瓦茨与中关村泛联院合作开展6G技术研究与早期验证
左手梦想 右手责任 广汽本田不光关注销量 还有儿童安全
都2022年了,你还不了解什么是性能测试?
2022-06-24:golang选择题,以下golang代码输出什么?A:1;B:3;C:4;D:编译失败。 package main import ( “f
|How to analyze bugs? Professional summary and analysis
同花顺是正规平台吗?同花顺开户安全吗
获取图片外链的方法–网易相册[通俗易懂]
Beescms website penetration test and repair comments "suggestions collection"
消息称一加将很快更新TWS耳塞、智能手表和手环产品线
转行软件测试2年了,给还在犹豫的女生一点建议
Intranet learning notes (5)
把 Oracle 数据库从 Windows 系统迁移到 Linux Oracle Rac 集群环境(2)——将数据库转换为集群模式
Lizuofan, co-founder of nonconvex: Taking quantification as his lifelong career
beescms网站渗透测试和修复意见「建议收藏」
MOS tube related knowledge
商城项目 pc----商品详情页
字符串数组转换为list集合
Once beego failed to find bee after passing the go get command Exe's pit