安裝Oracle11.2.0.3的時候都遇到PRCR-1079、?ORA-01031、CRS-5017、CRS-2674錯誤
多次沒有按照文件一步步安裝Oracle11.2.0.3的時候都遇到相同的錯誤:
PRCR-1079 : Failed to start resource ora.tydb.db
ORA-01031:insufficient privileges
CRS-5017:the resource action "ora.tydb.db start" encountered the following error:
ORA-01031:insufficient privileges For detail refer to "(:CLSN00107:)" in "../oraagent_grid.log"
CRS-2674: Start of 'ora.tydb.db' on 'ty11g203a' failed
ORA-01031:insufficient privileges
ORA-01034: ORACLE not available
Process ID: 0
Session ID: 0 Serial number: 0
這裡一直提示許可權不足,多次檢視磁碟許可權也是正確的,最後才想起之前遇到的磁碟是由asmadmin組管理的,而grid使用者也必須要擁有dba組許可權。
解決辦法:
將oracle加入asmadmin組,將grid加入dba組。
[root@ty11g203a dev]# id oracle
uid=502(oracle) gid=501(oinstall) groups=501(oinstall),502(dba),504(asmadmin),506(asmdba)
[root@ty11g203a dev]# id grid
uid=501(grid) gid=501(oinstall) groups=501(oinstall),502(dba),504(asmadmin),506(asmdba),507(asmoper)
[root@ty11g203a dev]#
這樣就可以順利安裝完成。
-------------------------------End-----------------------------------------
PRCR-1079 : Failed to start resource ora.tydb.db
ORA-01031:insufficient privileges
CRS-5017:the resource action "ora.tydb.db start" encountered the following error:
ORA-01031:insufficient privileges For detail refer to "(:CLSN00107:)" in "../oraagent_grid.log"
CRS-2674: Start of 'ora.tydb.db' on 'ty11g203a' failed
ORA-01031:insufficient privileges
ORA-01034: ORACLE not available
Process ID: 0
Session ID: 0 Serial number: 0
這裡一直提示許可權不足,多次檢視磁碟許可權也是正確的,最後才想起之前遇到的磁碟是由asmadmin組管理的,而grid使用者也必須要擁有dba組許可權。
解決辦法:
將oracle加入asmadmin組,將grid加入dba組。
[root@ty11g203a dev]# id oracle
uid=502(oracle) gid=501(oinstall) groups=501(oinstall),502(dba),504(asmadmin),506(asmdba)
[root@ty11g203a dev]# id grid
uid=501(grid) gid=501(oinstall) groups=501(oinstall),502(dba),504(asmadmin),506(asmdba),507(asmoper)
[root@ty11g203a dev]#
這樣就可以順利安裝完成。
-------------------------------End-----------------------------------------
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24930246/viewspace-1064181/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 安裝clusterware時候遇到版本不相容錯誤
- 安裝.NET Core遇到的錯誤
- 單機ASM資料庫DBCA建庫96%時報錯PRCR-1079,ORA-01031,CRS-2674ASM資料庫
- [記錄]關於安裝VMware workstation 時我遇到的錯誤
- 建立cache group 時遇到 錯誤5120 時候的解決方案
- 11gR2 RAC安裝時遇到的一些錯誤
- aix 6.1 安裝gcc,遇到“BUILTIN”錯誤AIGCUI
- 安裝ORACLE 12.2.0.1 GI 時遇到INS-44002錯誤Oracle
- RAC安裝時碰到的錯誤
- 我安裝JIVE,在setup時,按繼續候,出現錯誤。
- 安裝PHPscws分詞擴充套件時候遇到的坑PHP分詞套件
- vagrant下composer安裝laravel-wechat時候,出現could not delete的錯誤Laraveldelete
- 安裝ambari的時候遇到的ambari和hadoop問題集Hadoop
- 安裝是遇到錯誤,大家幫我看看,謝謝
- 使用React Hooks時遇到的錯誤提示ReactHook
- 使用flashback database 特性時遇到的錯誤Database
- Linux下安裝oracle,遇到錯誤的解決辦法LinuxOracle
- centos6.2安裝virtualbox建立xp的時候出錯CentOS
- 安裝ElasticSearch-6.2.3所遇到的安裝報錯Elasticsearch
- 裝完PHP後重起Apache的時候出現"Undefinedsymbols"錯誤(轉)PHPApacheUndefinedSymbol
- 以只讀模式開啟物理備庫的時候,遇到ORA-16006錯誤模式
- 記一次安裝oracle遇到的ORA-27102錯誤Oracle
- Oracle安裝錯誤Oracle
- pymssql安裝錯誤SQL
- jive安裝錯誤
- 裝完PHP後重起Apache的時候出現"Undefined symbols"錯誤(轉)PHPApacheUndefinedSymbol
- 誰遇到過執行 monkey 的時候報 filenotfound 的報錯
- windows上使用telnet時遇到的兩個錯誤Windows
- cocoapods安裝錯誤
- CentOS安裝pillow錯誤CentOS
- pypy有時候執行python程式錯誤Python
- 裝MYSQL 5.1.40遇到的libmysqlclient.so.16 錯誤MySqlIBMclient
- 【RAC】RAC安裝錯誤手工解除安裝
- win10系統mtp驅動安裝遇到錯誤怎麼辦Win10
- laravel 安裝 vladimir-yuldashev/laravel-queue-rabbitmq 遇到的錯誤,大佬給看看LaravelLDAMQ
- 【DB2】在AIX 上安裝DB2 遇到空間不足的錯誤DB2AI
- mysql原始碼安裝時遇到的問題MySql原始碼
- 安裝VisualSvn Server時遇到的問題Server