Oracle遠端登入報錯:ora-01031:insufficient privileges
資料庫監聽正常。
用普通使用者遠端登入正常,但是用sys使用者報錯,登入工具PLSQL Developer
報錯資訊:ora-01031:insufficient privileges
根據提示代表沒有許可權。
給sys使用者賦予sysdba許可權:
SQL> grant sysdba to sys;
grant sysdba to sys
*
ERROR at line 1:
ORA-01994: GRANT failed: password file missing or disabled
報錯:密碼檔案丟失,發現$ORACLE_HOME/dbs下面並沒有密碼檔案。
建立密碼檔案:
orapwd file=orapw$ORACLE_SID password=oracle entries=30
再賦權:
SQL> grant sysdba to sys;
用普通使用者遠端登入正常,但是用sys使用者報錯,登入工具PLSQL Developer
報錯資訊:ora-01031:insufficient privileges
根據提示代表沒有許可權。
給sys使用者賦予sysdba許可權:
SQL> grant sysdba to sys;
grant sysdba to sys
*
ERROR at line 1:
ORA-01994: GRANT failed: password file missing or disabled
報錯:密碼檔案丟失,發現$ORACLE_HOME/dbs下面並沒有密碼檔案。
建立密碼檔案:
orapwd file=orapw$ORACLE_SID password=oracle entries=30
再賦權:
SQL> grant sysdba to sys;
Grant succeeded.
SQL> select * from v$pwfile_users;
USERNAME SYSDB SYSOP
------------------------------ ----- -----
SYS TRUE TRUE
重新在遠端用sys使用者以SYSDBA登入,可正常使用。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22996654/viewspace-2149872/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- sys使用者遠端登入報ORA-01031 insufficient privileges
- oracle 10g linux 遠端登入 ORA-01031: insufficient privilegesOracle 10gLinux
- SYS使用者登入Oracle報錯ORA-01031: insufficient privilegesOracle
- SYS遠端連線出錯ORA-01031:Insufficient privileges
- oracle rac dg庫報錯ORA-01031: insufficient privilegesOracle
- RMAN system 遠端連線 ORA-01031: insufficient privileges
- Oracle的SYS使用者登入報許可權不足(ORA-01031: insufficient privileges)Oracle
- 使用SYS使用者遠端登陸報許可權不足的解決:ORA-01031: insufficient privileges
- ORA-01031: insufficient privileges重新配置sys登入密碼密碼
- Linux oracle ORA-01031: insufficient privilegesLinuxOracle
- ORA-01031: insufficient privileges錯誤解決方法
- sqlplus / as sysdba報錯ORA-01031: insufficient privileges的原因分析SQL
- Oracle 軟體克隆後sysdba登入提示沒有許可權ora-01031: insufficient privilegesOracle
- 儲存過程編譯報錯:PL/SQL:ORA-01031:insufficient privileges儲存過程編譯SQL
- [20240826]奇怪ORA-01031 insufficient privileges報錯.txt
- ora-01031:insufficient privileges解決方法
- create view receive "ORA-01031: insufficient privileges"View
- ORA-01031: insufficient privileges的解決方法
- SQL> conn sys/sys@vm_sigle as sysdba; 報ORA-01031: insufficient privileges錯誤SQL
- sys不能遠端登入。ora-01031
- ORA-01031: 資料庫恢復時的insufficient privileges錯誤QS資料庫
- linux環境下sqlplus sys/sys@ORCL as sysdba報錯 ORA-01031: insufficient privilegesLinuxSQL
- linux as 2.1 ORA-01031: insufficient privileges 解決方法Linux
- 在AIX 平臺下遇到ORA-01031: insufficient privilegesAI
- 11gR2 Restart Database SRVCTL啟動DB報ORA-01031: insufficient privilegesRESTDatabase
- sqlplus "/ as sysdba" 連不上,報ora-01031:insufficient privileges解決方法SQL
- conn / as sysdba 出現ORA-01031: insufficient privileges 解決辦法
- sys使用者執行 grant授權提示ORA-01031: insufficient privileges
- Oracle所有者不是dba 引起sqlplus / as sysdba 登入報錯ORA-01031OracleSQL
- SSH遠端登入原理
- sysdba不能遠端登入
- redis - 遠端登入指令Redis
- rocky one 遠端登入
- 除錯環境 寶塔 mysql root 遠端登入除錯MySql
- ora-01031錯誤(在客戶端以SYS使用者登陸報錯)客戶端
- 怎麼登入遠端伺服器 遠端登入VPS伺服器伺服器
- Linux 遠端 ssh 登入Linux
- xmanger遠端登入LinuxLinux