Hi ,
I am a new DBA.
Can some one tell me what exactly is Memory Leak . How it happens..? How to detect it..? What is the solution for it..?
Thanks in advance..
SK
Printable View
Hi ,
I am a new DBA.
Can some one tell me what exactly is Memory Leak . How it happens..? How to detect it..? What is the solution for it..?
Thanks in advance..
SK
memory leak ?
this is situation when some programmer write in his code allocate(...)
but forget to write free(..).