Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: memory usage

RE: memory usage

From: Ruiz, Mary A (CAP, CDI) <Mary.Ruiz_at_gecapital.com>
Date: Tue, 20 Feb 2001 09:45:48 -0800
Message-ID: <F001.002B8D11.20010220093605@fatcity.com>

I think the select should have a.username, b.value, c.name But I am still sure of its usefulness.  

Mary Ruiz / Atlanta

-----Original Message-----
Sent: Tuesday, February 20, 2001 10:56 AM To: Multiple recipients of list ORACLE-L

Am I the only one who gets garbage out of this query? There's a mismatch on v$statname. Which statistic are you suggesting to display, uga or pga memory?

-----Original Message-----
Sent: Tuesday, February 20, 2001 5:15 AM To: Multiple recipients of list ORACLE-L

solution :  

select a.username, b.value from v$session a, v$sesstat b, v$statname c

where a.sid = b.sid and b.statistic# = c.STATISTIC# and a.username!='SYSTEM'  

hello dba's ( again )  

i'm looking for a way to do a manual "top-session" on a database. According to TopSession from Oracle, the information should be located in v$sessions. Anyone an idea how to read
the memory usage out of this table? In v$sess_io i'm able to get the amount of physical reads, but I need the memory usage.  

thanks for any help  

Bjorn Naessens
Roularta IT Solutions  

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Ruiz, Mary A (CAP, CDI)
  INET: Mary.Ruiz_at_gecapital.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (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). Received on Tue Feb 20 2001 - 11:45:48 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US