It will show you the SQL atatements that are residing in the shared pool.
Once you flush shared pool all the statements cached there gets flushed, and
so V$SQLAREA will only show information about the queries which are currently
held by open cursors and are not flushed.

Regards
Naveen

-----Original Message-----
Sent: Friday, October 25, 2002 10:44 AM
To: Multiple recipients of list ORACLE-L


Dear All, 

I wonder how long the life time of data in v$sqlarea. Is it a cumulative data
collecting in v$sqlarea since last database startup?or do the data in
v$sqlarea only reflect some recently data in Least Recetly List? 

Why do I ask this is after I used "alter system flush shared_pool", I could
not see some SQL statements in v$sqlarea where they were there before. 


TIA 

Chuan 

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Chuan Zhang
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Naveen Nahata
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to