Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: memory usage
solution :
select <FONT color=#000000
size=2>a.<FONT color=#000000 size=2>username,<FONT color=#000000 size=2> b.<FONT color=#000000 size=2>value from<FONT color=#000000 size=2> v$session a,<FONT color=#000000 size=2> v$sesstat b,<FONT color=#000000 size=2> v$statname c
color=#0000f0 size=2>here a<FONT color=#0000f0 size=2>.sid <FONT color=#0000f0 size=2>= b<FONT color=#0000f0 size=2>.sid <FONT color=#0000f0 size=2>and b<FONT color=#0000f0 size=2>.statistic<FONT color=#0000f0 size=2># <FONT color=#0000f0 size=2>= c.<FONT color=#000000 size=2>STATISTIC#
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
Received on Tue Feb 20 2001 - 04:11:00 CST