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: Bjorn Naessens <bnaessens_at_roularta.be>
Date: Tue, 20 Feb 2001 23:18:39 -0800
Message-ID: <F001.002B9449.20010220231527@fatcity.com>

yeah,

forgot to mention it. U have to use c.name or you will get a lot of values without the meaning of it. Wondering though what they all mean. I only use pga memory for now.

> add in c.name to get the statistic name that the value corresponds to
> select a.username, c.name,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'
>
>
>
>
>
> -----Original Message-----
> Sent: Tuesday, February 20, 2001 7:56 PM
> 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'
>
>
>
> ----- Original Message -----
> To: Multiple recipients of list ORACLE-L <mailto:ORACLE-L_at_fatcity.com>
> Sent: Monday, February 19, 2001 3:25 PM
>
> 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: Sam P. Roberts (ZADCO ITIS)
> INET: roberts_at_zadco.co.ae
>
> 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).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Bjorn Naessens
  INET: bnaessens_at_roularta.be

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 Wed Feb 21 2001 - 01:18:39 CST

Original text of this message

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