久久精品人人爽,华人av在线,亚洲性视频网站,欧美专区一二三

Oracle中出現ORA

128次閱讀
沒有評論

共計 8467 個字符,預計需要花費 22 分鐘才能閱讀完成。

這篇文章將為大家詳細講解有關 Oracle 中出現 ORA-00600 內部錯誤代碼怎么辦,丸趣 TV 小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。

ORA-00600: 內部錯誤代碼, 參數: [4194] 或 [4193]

數據庫版本:Oracle
11.2.0.1.0

數據庫服務器操作系統:Windows
server 2008

問題現象:alter
database open resetlogs; 時報錯如下

ORA-1092 signalled during: ALTER DATABASE OPEN…

Doing block recovery for file 3 block 261754

No block recovery was needed

Errors in file e:\app\administrator\diag\rdbms\klnew\klnew\trace\klnew_ora_2072.trc 
(incident=92624):

ORA-00600: 內部錯誤代碼, 參數: [4194], [], [], [], [],
[], [], [], [], [], [], []

ORA-01092: ORACLE 實例終止。強制斷開連接

ORA-00600: 內部錯誤代碼, 參數: [4194], [], [], [], [], [], [], [], [], [],
[], []

Incident details in:
e:\app\administrator\diag\rdbms\klnew\klnew\incident\incdir_92624\klnew_ora_2072_i92624.trc

Doing block recovery for file 3 block 261754

No block recovery was needed

No Resource Manager plan active

Errors in file
e:\app\administrator\diag\rdbms\klnew\klnew\trace\klnew_smon_3776.trc  (incident=87732):

ORA-00600: internal error code, arguments: [4193], [], [], [], [],
[], [], [], [], [], [], []

Incident details in: e:\app\administrator\diag\rdbms\klnew\klnew\incident\incdir_87732\klnew_smon_3776_i87732.trc

Exception [type: ACCESS_VIOLATION, UNABLE_TO_READ] [ADDR:0x66288933]
[PC:0x9237D88, kgegpa()+38]

Dump file e:\app\administrator\diag\rdbms\klnew\klnew\trace\alert_klnew.log

解決方案:

1. 數據庫開啟的情況下,重建 undotbs,然后重新指定到新 undotbs 上。
2. 未打開情況下,修改 undo_management  參數為 manual 或者(也有說并且的)提供新的回滾段。

其中:

4193:表示 undo 和 redo 不一致(Arg [a] Undo record seq number,Arg [b] Redo
record seq number);
4194:表示 undo 和 redo 不一致(Arg [a] Maximum Undo record number in Undo block,Arg [b] Undo record number from Redo block)


其中 MOS 中查詢有關 ORA-00600[4194] 問題相關信息;

 

轉到底部

修改時間:
2015-11-20
類型:
REFERENCE



Note: For additional ORA-600 related
 information please read Note:146580.1

 

PURPOSE: 

 
 This article discusses the internal error ORA-600 [4194] ,
 what

 
 it means and possible actions. The information here is only applicable

 
 to the versions listed and is provided only for guidance.

 

ERROR: 

 

 Format: ORA-600 [4194] [a]
 [b]

 

VERSIONS: 

 
 versions 6.0 to 12.1

 

DESCRIPTION:

 

  A
 mismatch has been detected between Redo records and rollback (Undo)

 
 records.

 

  We
 are validating the Undo record number relating to the change being

 
 applied against the maximum undo record number recorded in the undo
 block.

 

 
 This error is reported when the validation fails.

 

ARGUMENTS:

  Arg
 [a] Maximum Undo record number in Undo block

  Arg
 [b] Undo record number from Redo block

 

FUNCTIONALITY: 

 
 Kernel Transaction Undo called from Cache layer

 

IMPACT: 

 
 PROCESS FAILURE

 
 POSSIBLE ROLLBACK SEGMENT CORRUPTION

 

SUGGESTIONS:

 

 
 This error may indicate a rollback segment corruption.

 

 
 This may require a recovery from a database backup depending on

  the
 situation.

 

  If
 the Known Issues section below does not help in terms of identifying

  a
 solution, please submit the trace files and alert.log to Oracle

 
 Support Services for further analysis.

 

 

 

 
 Known Issues:

 

 

You can restrict the list below to issues likely to affect one of the
 following versions by clicking the relevant button: 
 

The list below is restricted to show
 only bugs believed to affect version 11.2.0.1.
Other bugs may affect this version but have not been confirmed as being
 relevant yet.

There is 1 bug listed.

NB
Prob
Bug
Fixed
Description
12821418
11.2.0.3.8, 11.2.0.3.BP18, 11.2.0.4, 12.1.0.1
Direct NFS appears to be sending zero length
   windows to storage device. It may also cause Lost Writes

·  *  indicates
 that an alert exists for that issue.

·  +  indicates
 a particularly notable issue / bug.

·  See Note:1944526.1 for details of other symbols used

 

 

 

 

REFERENCES

BUG:792610 – ROLLBACK SEGMENT CORRUPTION, WHEN RETRY
 MULTI-ROW INSERT AFTER AN INTERNAL ERROR
NOTE:146580.1 –
 What is an ORA-600 Internal Error?
NOTE:281429.1 –
 Basic Steps to be Followed While Solving ORA-00600 [4194]/[4193] Errors
 Without Using Unsupported parameter
NOTE:3210520.8 –
 Bug 3210520 – OERI[kjccqmg:esm] / OERI[4194] / corruption possible in RAC

NOTE:69863.1 –
 ALERT: Apparent data corruptions involving Solaris 2.6, ISM DR on
 Starfire
NOTE:792610.8 –
 Bug 792610 – Rollback segment corruption OERI:4194 can occur if block
 checking detects a corrupt block
NOTE:8240762.8 –
 Bug 8240762 – Undo corruptions with ORA-600 [4193]/ORA-600 [4194] or ORA-600
 [4137] / SMON may spin to recover transaction

未找到您要查找的產品? 在社區中提問 …

 

相關內容

Bug 12821418 – Direct NFS appears to be sending zero length
 windows to storage device. It may also cause Lost Writes (文檔 ID
 12821418.8)

轉到底部

Oracle 中出現 ORA

修改時間:
2015-11-6
類型:
PATCH


Oracle 中出現 ORA-00600 內部錯誤代碼怎么辦

 

Bug 12821418 Direct
 NFS appears to be sending zero length windows to storage device. It may also
 cause Lost Writes

 This
 note gives a brief overview of bug 12821418. 
 The content was last updated on: 28-OCT-2015
 Click here for details of each of the
 sections below.
 There are additional notes on this bug in Note:1589411.1

Affects:
Product (Component)
Oracle Server (Rdbms)
Range of versions believed to be affected
Versions BELOW 12.1
Versions confirmed as being affected
11.2.0.3
11.2.0.2
11.1.0.7
Platforms affected
Generic (all / most platforms affected) Fixed:
The fix for 12821418 is first
   included in
12.1.0.1
        (Base Release)
11.2.0.4
        (Server Patch Set)
11.2.0.3.8
        Database Patch Set Update
11.2.0.3
        Bundle Patch 18 for Exadata Database
11.2.0.3
        Patch 25 on Windows Platforms


Interim patches may be available for earlier versions – click here to
 check.

Symptoms:
Related To:
Corruption
        (Logical)
Hang
        (Involving Shared Resource)
Internal
        Error May Occur (ORA-600)
Wrong
        Results
Error
        May Occur
ORA-8102 / ORA-8103 / ORA-1410 / ORA-752
ORA-600
        [3020]
ORA-600
        [kdsgrp1]
ORA-600
        [25027]
ORA-600
        [qertbFetchByRowID]
ORA-600
        [kcbz_check_objd_typ_3]
ORA-600
        [kclchkblk_3]
ORA-600
        [4137]
ORA-600
        [4193]
ORA-600
        [4194]
ORA-600 [6102]
Direct
        NFS (dNFS) Description

This bug is only
 relevant when using Direct NFS (dNFS)

Direct NFS: channel id 1 path *** to filer *** PING timeout
errors in the database alert log and database hangs.

This may also cause Lost Writes as described in Note:1589411.1
with the following symptoms:

 Wrong results
 ORA-1499 by analyze validate structure cascade
 ORA-8102
 ORA-600 [kdsgrp1]
 ORA-600 [qertbFetchByRowID]
 ORA-600 [25027]
 ORA-600 [kcbz_check_objd_typ_3]
 ORA-8103
 ORA-1410
 ORA-600 [kclchkblk_3]
 ORA-600 [4137]
 ORA-600 [4193]
 ORA-600 [4194]

and during recovery:
 ORA-600 [3020] with or without message KCOX_FUTURE: CHANGE IN FUTURE OF BLOCK
 ORA-00752 (when DB_LOST_WRITE_PROTECT is enabled - 11g)
 ORA-600 [6102]

Rediscovery Notes
 Direct NFS: channel id 1 path *** to filer *** PING timeout
 errors in the database alert log and database hangs.

Workaround
 Disable Direct NFS

Further details on this issue can be found in Note:1589411.1

Please note: The above is a summary description only. Actual symptoms can
   vary. Matching to any symptoms here does not confirm that you are
   encountering this problem. For questions about this bug please consult
   Oracle Support.

References

Bug:12821418 (This link
 will only work for PUBLISHED bugs)
Note:245840.1 Information on the sections in this article

 Oracle 中出現 ORA-00600 內部錯誤代碼怎么辦

ORA-600 [4193] seq# mismatch while
 adding undo record (文檔 ID 39282.1)

Oracle 中出現 ORA-00600 內部錯誤代碼怎么辦 轉到底部

Oracle 中出現 ORA

修改時間:
2016-3-29
類型:
REFERENCE


Oracle 中出現 ORA-00600 內部錯誤代碼怎么辦

Note: For additional ORA-600 related
 information please read Note:146580.1
 
PURPOSE:   
 
 This article discusses the internal error ORA-600 [4193] ,
 what  
 
 it means and possible actions. The information here is only applicable  
 
 to the versions listed and is provided only for guidance.
 
ERROR:   
 
 Format: ORA-600 [4193] [a]
 [b]
 
VERSIONS:   
 
 versions 6.0 to 12.1
 
DESCRIPTION:   
 
  A
 mismatch has been detected between Redo records and Rollback (Undo)  
 
 records.
 
  We
 are validating the Undo block sequence number in the undo block against  
  the
 Redo block sequence number relating to the change being applied.
 
 
 This error is reported when this validation fails.
 
ARGUMENTS:
  Arg
 [a] Undo record seq number
  Arg
 [b] Redo record seq number
 
FUNCTIONALITY:
 
 KERNEL TRANSACTION UNDO
 
IMPACT:
 
 PROCESS FAILURE
 
 POSSIBLE ROLLBACK SEGMENT CORRUPTION
 
SUGGESTIONS:   
 
 
 This error may indicate a rollback segment corruption.
 
 
 This may require a recovery from a database backup depending on  
  the
 situation.
 
  For
 further analysis, please submit the trace files and alert.log to  
 
 Oracle Support Services.
 
 
 Known Issues:
 
You can restrict the list below to issues likely to affect one of the
 following versions by clicking the relevant button: 
The list below is restricted to show
 only bugs believed to affect version 11.2.0.1.Other bugs may affect this version but have not been confirmed as being
 relevant yet.
 
There are 2 bugs listed.
Prob
Bug
Fixed
Description
21977392
ORA-600 [4193] ORA-600 [ktbair1] ORA-600 [1234]
   ORA-600 [6856] block type ktu undo block on recovery of encrypt datafile
12821418
11.2.0.3.8, 11.2.0.3.BP18, 11.2.0.4, 12.1.0.1
Direct NFS appears to be sending zero length
   windows to storage device. It may also cause Lost Writes
·  *  indicates
 that an alert exists for that issue.
·  +  indicates
 a particularly notable issue / bug.
·  See Note:1944526.1 for details of other symbols used
 
 
 
 
REFERENCES
NOTE:146580.1 –
 What is an ORA-600 Internal Error?NOTE:8240762.8 –
 Bug 8240762 – Undo corruptions with ORA-600 [4193]/ORA-600 [4194] or ORA-600
 [4137] / SMON may spin to recover transaction

Oracle 中出現 ORAOracle 中出現 ORA 未找到您要查找的產品?Oracle 中出現 ORAOracle 中出現 ORA 在社區中提問 …

Bug 21977392 – ORA-600 [4193] ORA-600 [ktbair1] ORA-600 [1234]
 ORA-600 [6856] block type ktu undo block on recovery of encrypt datafile (文檔 ID
 21977392.8)
轉到底部
修改時間:
2016-5-27
類型:
PATCH

正文完
 
丸趣
版權聲明:本站原創文章,由 丸趣 2023-07-19發表,共計8467字。
轉載說明:除特殊說明外本站除技術相關以外文章皆由網絡搜集發布,轉載請注明出處。
評論(沒有評論)
主站蜘蛛池模板: 茶陵县| 沙河市| 丹东市| 丁青县| 奈曼旗| 德安县| 玉门市| 巨野县| 星子县| 迭部县| 寻甸| 郴州市| 久治县| 开封市| 德保县| 太原市| 伊春市| 大关县| 孟村| 逊克县| 梁山县| 十堰市| 文登市| 信宜市| 珠海市| 潮州市| 开化县| 汝阳县| 巴林左旗| 锦州市| 措美县| 峨眉山市| 荆门市| 永新县| 河北省| 子长县| 武义县| 本溪| 商河县| 藁城市| 资源县|