遇到ORA-00600: 內部錯誤程式碼, 引數: [kzsrgpw]
今天在做測試的時候遇到了可怕的ora-600錯誤:
報錯資訊如下:
ORA-00600: 內部錯誤程式碼, 引數: [kzsrgpw], [], [], [], [], [], [], [], [], [],
[], []
今天操作,首先是修改了SYS和SYSTEM密碼引起的。
alter user sys identified by values XXXXXX;
後。使用
sqlplus sys/XXXXXXX as sysdba
登入系統
就報ORA-00600: 內部錯誤程式碼, 引數: [kzsrgpw], 錯誤
但是使用sqlplus / as sysdba
就可以登入
Cause
The most likely cause from our records is a corrupt passwordfile.
Solution
Recreate the passwordfile:
- list users currently granted sysdba and/or sysoper privileges:
select * from v$pwfile_users;
(note this may fail for the same reason)
- stop the database
- recreate the passwordfile:
On Unix/Linux systems:
orapwd file=$ORACLE_HOME/dbs/orapw$ORACLE_SID password=syspassword entries=16
On Windows systems:
orapwd file=%ORACLE_HOME\database\PWD%ORACLE_SID%.ora password=syspassword entries=16
- restart the database and grant sysdba / sysoper privileges to the users listed from the first step
只要重建並且替換原來的預設密碼檔案,
然後重啟資料庫服務,就可以解決。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8183550/viewspace-664512/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-00600: 內部錯誤程式碼, 引數: [19004]
- ORA-00600: 內部錯誤程式碼, 引數: [kcbnew_3]
- ORA-00600: 內部錯誤程式碼, 引數: [qcisSetPlsqlCtx:tzi init]SQL
- ORA-00600: 內部錯誤程式碼, 引數: [kqlnrc_1]
- ORA-00600: 內部錯誤程式碼, 引數: [qertbFetchByRowID], [], [],
- ORA-00600: 內部錯誤程式碼,引數: [6122]
- ORA-00600: 內部錯誤程式碼, 引數: [kolaslGetLength-1], [], [], [], [], [], [], []
- ORA-00600: 內部錯誤程式碼, 引數: [kcbchg1_14]
- ORA-00600: 內部錯誤程式碼,引數: [kcbgtcr_12], [1], [], [], [], [], [], []
- ORA-00600: 內部錯誤程式碼, 引數: [12333]
- ORA-00600: 內部錯誤程式碼, 引數: [kcblasm_1], [103], [], [], [], [], [], []ASM
- ORA-00600: 內部錯誤程式碼,引數: [6002], [6], [28], [1], [52], [], [], []
- ORA-00600: 內部錯誤程式碼, 引數: [ktspScanInit-l1], [], [], [], [], [], [], []
- ORACLE ORA-00600: 內部錯誤程式碼, 引數: [kokbcvb1]與merge intoOracle
- ORA-00600: 內部錯誤程式碼, 引數: [kcrf_pvt_strand_bind1]CRF
- ORA-00600:內部錯誤程式碼,引數:[qertbFetchByRowID],[],[],[],[],[],[],[]分析與處理
- ORA-00600: 內部錯誤程式碼, 引數: [qosdDirRead: dircnt mismatch], [809], [808],
- 在刪除使用者時報ORA-00600: 內部錯誤程式碼, 引數: [13011]..
- ORA-00600: 內部錯誤程式碼, 引數: [ktspfmdb:objdchk_kcbnew_3], [9], [93111], [4],OBJ
- ORA-00600:內部錯誤程式碼,引數:[32695], [hash aggregation can't be done]的分析處理
- ORA-07445和ORA-00600系統內部錯誤查錯方法
- 版本9204中的內部錯誤:ORA-00600[qmxiUnpPacked2]
- 小程式內引數和掃碼引數統一
- mybatis引數型別錯誤MyBatis型別
- ORA-00600錯誤分析
- 除錯 Docker 容器內部程式除錯Docker
- PHP HTTP 500 - 內部伺服器錯誤PHPHTTP伺服器
- 伺服器內部錯誤500的原因伺服器
- ora-600內部錯誤的型別型別
- 無法顯示頁面,因為發生內部程式錯誤
- oracle錯誤之ORA-00600Oracle
- 一個SQL語句引發的ORA-00600錯誤排查(二)SQL
- 一個SQL語句引發的ORA-00600錯誤排查(一)SQL
- 遇到用toad 監控資料庫時的ora-00600 [17281] 錯誤資料庫
- 遇到 ORACLE 錯誤 6550Oracle
- 關閉ubuntu討厭的內部錯誤提示Ubuntu
- zt_ora-600內部錯誤的型別型別
- win10 mstsc出現內部錯誤怎麼修復_win10 mstsc出現內部錯誤解決方法Win10