Change by ubTools Support - 15/Jul/07 05:17 PM
|
Field |
Original Value |
New Value |
Status
|
Open
[ 1
]
|
Closed
[ 6
]
|
Resolution
|
|
Answered
[ 10
]
|
Change by ubTools Admin - 16/Sep/07 04:12 PM
|
Resolution
|
Answered
[ 10
]
|
|
Status
|
Closed
[ 6
]
|
Reopened
[ 4
]
|
Change by ubTools Admin - 16/Sep/07 04:12 PM
|
Issue Type
|
Problem
[ 1
]
|
Oracle - Internals
[ 8
]
|
Change by ubTools Support - 16/Sep/07 04:27 PM
|
Status
|
Reopened
[ 4
]
|
Closed
[ 6
]
|
Resolution
|
|
Answered
[ 10
]
|
Error code:
Oracle kernel function from which the problem is raised:
Process state:
PGA Heap dump:
Problem explanation:
As seen above and included in your trace, the memory class of some chunks are "LGWR PIC ins ar" and similar. If you notice that sum of them is 5200 bytes, and they are freeable chunks. These chunks are leaked.
Also, there is no allocated process for LGWR. The most probably, you are closing the database.
Workaround:
There is no data corruption in this error, and can be safely ignore for small memory leaks by adding the following event to init.ora:
Then, restart your database. This event disables space leaks less than 6000 bytes.
You can see the details at Metalink Note:39308.1 ORA-600 [723] "PGA memory leak"
Bug:
Bug:1125724 ORA-600[723] DURING SHUTDOWN