安裝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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 安裝.NET Core遇到的錯誤
- 安裝ORACLE 12.2.0.1 GI 時遇到INS-44002錯誤Oracle
- [記錄]關於安裝VMware workstation 時我遇到的錯誤
- vagrant下composer安裝laravel-wechat時候,出現could not delete的錯誤Laraveldelete
- 安裝PHPscws分詞擴充套件時候遇到的坑PHP分詞套件
- ORA-01031: 資料庫恢復時的insufficient privileges錯誤QS資料庫
- 使用React Hooks時遇到的錯誤提示ReactHook
- 安裝ElasticSearch-6.2.3所遇到的安裝報錯Elasticsearch
- cocoapods安裝錯誤
- 在安裝ps2022遇到安裝失敗錯誤程式碼182解決方法
- 誰遇到過執行 monkey 的時候報 filenotfound 的報錯
- laravel 安裝 vladimir-yuldashev/laravel-queue-rabbitmq 遇到的錯誤,大佬給看看LaravelLDAMQ
- onethink安裝提示錯誤
- wget下載安裝時出現錯誤doesn‘t match requested host name錯誤wget
- 修改表名時遇到ORA-14047錯誤
- win10系統mtp驅動安裝遇到錯誤怎麼辦Win10
- windows2003 的安裝以及安裝時遇到的問題Windows
- github上傳遇到的錯誤Github
- Hadoop安裝錯誤總結Hadoop
- MySQL 安裝常見錯誤MySql
- 安裝golang tour,提示錯誤Golang
- Spring Boot建立DataSource時遇到的錯誤:No supported DataSource type foundSpring Boot
- 如何處理CloudFoundry應用部署時遇到的254錯誤Cloud
- 64位的REDHAT AS4U6上安裝GRID CONTROL的時候,碰見找不到libdb.so.2的錯誤Redhat
- golang原始碼安裝時fatal error: MSpanList_Insert錯誤Golang原始碼Error
- 關於pip安裝時提示"pkg_resources.DistributionNotFound"錯誤
- Android 7.0/8.0 安裝APK時解析包錯誤問題AndroidAPK
- linux安裝nginx時遇到的一個坑LinuxNginx
- PrestaShop 1.7 使用者付款的時候無法支付錯誤REST
- appium 初始化安裝的時候報錯 Error getting strings.xml from apkAPPErrorXMLAPK
- JPA 開發中遇到的錯誤
- 專案整合Swagger遇到的錯誤Swagger
- Win10系統安裝更新遇到0x80070643錯誤怎麼辦Win10
- 在 Windows 7 中安裝 .NET Framework 時遇到錯誤:無法建立到信任根頒發機構的證書鏈WindowsFramework
- 訪問 SAP 電商雲 Storefront 時遇到的 HTTP 403 錯誤HTTP
- PHP安裝後錯誤處理PHP
- linux安裝thefuck報gcc錯誤LinuxGC
- PHP編譯安裝時常見錯誤解決辦法,php編譯常見錯誤PHP編譯
- Ubuntu 安裝包時提示錯誤E: Unable to locate package mysql-server錯誤 解決辦法UbuntuPackageMySqlServer