Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: reading the SGA from my own program
Also there are many interesting structures in SGA which the X$ tables just
don't reveal in Oracle ;)
Tanel.
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]
On Behalf Of Powell, Mark D
Sent: Tuesday, August 22, 2006 01:02
To: Oracle Discussion List
Subject: RE: reading the SGA from my own program
The primary point of directly reading shared memory is that by doing so you bypass Oracle. So when the entire instance hangs and will not grant new connections you can go around the problem and see what is happening (or not happening as the case may be). You also avoid the latching overhead required for accessing the shared memory structures via Oracle. True, you may see some inconsistent data, but you will see it.
HTH -- Mark D Powell --
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Aug 21 2006 - 12:20:37 CDT
![]() |
![]() |