ORA-600 [ttcgcshnd-1 ]錯誤

paulyibinyi發表於2008-12-21

  昨天一個客戶的alert.log日誌檔案不斷報ORA-600 [ttcgcshnd-1 ]錯誤

透過查metalink為bug 1725012 ,需要設定以下事件來遮蔽:

alter system set event='10841 trace name context forever' scope=spfile;

以下是metalink的詳細解釋:

主題: Bug 1725012 - OERI:ttcgcshnd-1 using JDBC thin pre-9i to 9i database
  : 1725012.8 型別: PATCH
  上次修訂日期: 24-SEP-2008 狀態: ARCHIVED
function getdoc2(docstr,mlstr) { pos=docstr.indexOf(':'); docid=docstr.substring(pos+1,docstr.length); tgt="_self"; if ( location.href.slice(7,12) == "webiv" || location.href.slice(7,11) == "rmsu" ) { loc="Get?WwwID=note:" + docid; } else { if ( location.href.slice(7,12) == "metal" || location.href.slice(7,12) == "suppo" ) { loc=mlstr + docid; } else { loc=""+mlstr+docid; } } window.open(loc,tgt); return; } function getdoc(docstr) { getdoc2(docstr,"showdoc?db=NOT&id="); } function taghelp(str) { getdoc2('NOTE:245840.1#'+str,"ml2_documents.showNOT?p_id="); }

Bug 1725012  OERI:ttcgcshnd-1 using JDBC thin pre-9i to 9i database

 This note gives a brief overview of bug 1725012.
 The content was last updated on: 08-MAR-2005
 Click for details of each of the sections below.

Affects:

Product (Component) JDBC (Thin JDBC driver)
Range of versions believed to be affected Versions < 8.1.7.2
Versions confirmed as being affected
Platforms affected Generic (all / most platforms affected)

Fixed:

This issue is fixed in

Symptoms:

Related To:

Description

When using pre-9i Jdbc-Thin to talk to a 9i (or post-9i)
database, you will see an ORA-600 exception on almost
everything you do. eg: ORA-600 [ttcgcshnd-1 ].

Workaround:
  Set  event="10841 trace name context forever"
  in the init.ora file

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. Always consult with Oracle Support for advice.

References

(This link will only work for PUBLISHED bugs)
Information on the sections in this article

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-520655/,如需轉載,請註明出處,否則將追究法律責任。

相關文章