Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ORA-00600 error
Bunyamin,
I think you better check the following doc. from
metalink...
Note: For additional ORA-600 related information please read [NOTE:146580.1]
PURPOSE:
This article discusses the internal error "ORA-600
[729]", what
it means and possible actions. The information here
is only applicable
to the versions listed and is provided only for
guidance.
ERROR:
ORA-600 [729][a][b][c][d][e]
VERSIONS:
versions 7.X to 8.X
DESCRIPTION: A space leak has been detected in the User Global Area (UGA).
There is NO data corruption as a result of this error.
It is an internal memory housekeeping problem.
ARGUMENTS:
Arg [a] This is the number of bytes leaked
FUNCTIONALITY:
MEMORY COMPONENT
IMPACT:
PROCESS FAILURE - But only during logoff so impact
is minimal.
NON CORRUPTIVE - No underlying data corruption.
SUGGESTIONS: Event 10262 can be set to safely ignore small memory leaks.
Set the following in init.ora for example to disable
space
leaks less than 4000 bytes:
event = "10262 trace name context forever, level 4000"
and stop and restart the database.
Repeated errors or large memory leaks can be
diagnosed further by
sending the alert.log and trace files to Oracle
support.
Known Issues:
Bug 2177050: ORA-600 [729] after application of the 8.1.7.3 patchset
The resulting trace file will include a memory dump which
shows unfreed memory chunks with the tags "define var info"
and/or "oactoid info".
Workaround: Set EVENT 10262 with a LEVEL greater
than the reported
leak. A value of 100Kb (102400) is a
reasonable limit.
Fixed in 8.1.7.4 and 9.X releases. One-off patches
are available for
most platforms.
.
> ATTACHMENT part 2 image/gif name=dbainblk.gif
> The previous attachment was filtered out by the
> ListGuru mailing
> software at fatcity.com because binary attachments
> are not appropriate
> for mailing lists. If you want a copy of the
> attachment which was
> removed, contact the sender directly and ask for it
> to be sent to
> you by private E-mail.
>
> This warning is inserted into all messages
> containing binary
> attachments which have been removed by ListGuru. If
> you have questions
> about this message, contact Postmaster_at_fatcity.com
> for clarification.
>
> ATTACHMENT part 4 image/gif name=tech.gif
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Sakthi , Raj INET: rajan_sakthi_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Apr 03 2002 - 12:06:19 CST
![]() |
![]() |