Re: PGA Memory Leak
Date: 1996/04/18
Message-ID: <4l443o$fmj_at_news.accent.net>#1/1
Doug Wigley <kf0us_at_ltec.net> wrote:
>Please let me know what a 'MEMORY LEAK' is
>and/or how it applies to my Oracle database when I have trace
>files showing 'PGA memory leak detected'
>PLEASE!!!
>The short version would be fine.
>wigley_at_ltec.net
A memory leak happens when a program allocates some memory and do not release it totally. Each time the bugged program (or function) executes, memory is used and never released, as if your computer's memory "leaked" from the computer. It can lead to total memory exhaustion and eventually program and/or system crash.
Hope this helps !
P.S.: It seems to be a BUG in Oracle
Guy Dallaire
Groupe DMR Inc.
dallaire_at_megatoon.com
P.S. My opinions are my own and do not reflect those of my employer Received on Thu Apr 18 1996 - 00:00:00 CEST