ORA-00600: internal error code, arguments: [729], [1541536] [message #74674] |
Wed, 02 February 2005 02:18 |
Abderrahim
Messages: 1 Registered: February 2005
|
Junior Member |
|
|
We are using Oracle EE 8.1.7
I am trying to install an application, but the installation was interrupted and gives us the following error :
1 row created.
Commit complete.
ERROR:
ORA-00600: internal error code, arguments: [[729]], [[1541536]], [[space leak]], [[]],[[]], [[]], [[]], [[]]
Disconnected from Oracle8i Enterprise Edition Release 8.1.7.4.1 - Production
With the Partitioning option
JServer Release 8.1.7.4.1 - Production
Insert Tables error
ORA-ERROR
Any ideas would be much appreciated.
B.R.
|
|
|
Re: ORA-00600: internal error code, arguments: [729], [1541536] [message #74675 is a reply to message #74674] |
Wed, 02 February 2005 04:03 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
See Metalink Note 31056.1: ORA-600 [[729]] "UGA Space Leak" -
"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.
[[snip]]
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."
Best regards.
Frank
|
|
|