ORA-01031: insufficient privileges錯誤解決方法
1、在用rman target和用sys使用者登陸時出現錯誤:ORA-01031: insufficient privileges
C:\Documents and Settings\mengzhaoliang>rman target/
恢復管理器: Release 10.2.0.1.0 - Production on 星期四 11月 13 22:48:04 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00554: 內部恢復管理器程式包初始化失敗
RMAN-04005: 目標資料庫中存在錯誤:
ORA-01031: insufficient privileges
C:\Documents and Settings\mengzhaoliang>sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on 星期四 11月 13 22:48:26 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-01031: insufficient privileges
請輸入使用者名稱:
但用mzl使用者卻可以登陸到資料庫中:
C:\Documents and Settings\mengzhaoliang>sqlplus
SQL*Plus: Release 10.2.0.1.0 - Production on 星期四 11月 13 22:51:59 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
連線到:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL>
2、怎麼解決:
原來在$ORACLE_HOME\network\admin\sqlnet.ora被重新命名了,改回“sqlnet.ora”檔案即可。請看下面登陸正常!
C:\Documents and Settings\mengzhaoliang>sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on 星期四 11月 13 22:53:57 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
連線到:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> exit
從 Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options 斷開
C:\Documents and Settings\mengzhaoliang>rman target/
恢復管理器: Release 10.2.0.1.0 - Production on 星期四 11月 13 22:54:05 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
連線到目標資料庫: ORCL (DBID=1193443472)
RMAN>
完畢!
摘自網路:
1。檢查sqlnet.ora 檔案.
sqlnet.ora 檔案損壞或格式不對可以導致出現該問題。
sqlnet.ora 檔案可能存放路徑為
$TNS_ADMIN/sqlnet.ora
如果沒有設定$TNS_ADMIN預設在$ORACLE_HOME/network/admin/sqlnet.ora
或
$HOME/sqlnet.ora
(1). 可以從別的機器複製一個檔案過來,注意備份原來的sqlnet.ora。
---檢查sqlnet.ora 檔案內容
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12778571/viewspace-495573/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ora-01031:insufficient privileges解決方法
- ORA-01031: insufficient privileges的解決方法
- linux as 2.1 ORA-01031: insufficient privileges 解決方法Linux
- sqlplus "/ as sysdba" 連不上,報ora-01031:insufficient privileges解決方法SQL
- ORA-01031: 資料庫恢復時的insufficient privileges錯誤QS資料庫
- oracle rac dg庫報錯ORA-01031: insufficient privilegesOracle
- conn / as sysdba 出現ORA-01031: insufficient privileges 解決辦法
- Oracle遠端登入報錯:ora-01031:insufficient privilegesOracle
- SYS遠端連線出錯ORA-01031:Insufficient privileges
- create view receive "ORA-01031: insufficient privileges"View
- Linux oracle ORA-01031: insufficient privilegesLinuxOracle
- SQL> conn sys/sys@vm_sigle as sysdba; 報ORA-01031: insufficient privileges錯誤SQL
- 建立資料庫時“Insufficient privileges”的解決方法DK資料庫
- SYS使用者登入Oracle報錯ORA-01031: insufficient privilegesOracle
- sqlplus / as sysdba報錯ORA-01031: insufficient privileges的原因分析SQL
- 儲存過程編譯報錯:PL/SQL:ORA-01031:insufficient privileges儲存過程編譯SQL
- [20240826]奇怪ORA-01031 insufficient privileges報錯.txt
- 在AIX 平臺下遇到ORA-01031: insufficient privilegesAI
- RMAN system 遠端連線 ORA-01031: insufficient privileges
- ORA-01031: insufficient privileges重新配置sys登入密碼密碼
- 使用SYS使用者遠端登陸報許可權不足的解決:ORA-01031: insufficient privileges
- sys使用者遠端登入報ORA-01031 insufficient privileges
- linux環境下sqlplus sys/sys@ORCL as sysdba報錯 ORA-01031: insufficient privilegesLinuxSQL
- sys使用者執行 grant授權提示ORA-01031: insufficient privileges
- oracle 10g linux 遠端登入 ORA-01031: insufficient privilegesOracle 10gLinux
- MongoDB報錯Insufficient free space for journal files的解決方法MongoDB
- 11gR2 Restart Database SRVCTL啟動DB報ORA-01031: insufficient privilegesRESTDatabase
- 使用orapwd密碼重建解決ORA-01031錯誤密碼
- PbootCMS 404 錯誤解決方法boot
- vsftpd 錯誤:530 and 500 錯誤解決方法FTP
- Oracle的SYS使用者登入報許可權不足(ORA-01031: insufficient privileges)Oracle
- undefined reference to錯誤的解決方法Undefined
- AFNetworkingErrorDomain 錯誤解決方法ErrorAI
- PHP錯誤“Thisfilehasexpired”的解決方法PHP
- dbfread報錯ValueError錯誤解決方法Error
- Oracle 軟體克隆後sysdba登入提示沒有許可權ora-01031: insufficient privilegesOracle
- HTTP 錯誤 500.19- Internal Server Error 錯誤解決方法HTTPServerError
- 【Oracle】ORA-00054 錯誤解決方法Oracle