Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ** dictionary table access slow
Is system busy doing something else?
Is there a chance that system tablespace was analyzed?
Igor Neyman, OCP DBA
ineyman_at_perceptron.com
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of A Joshi
Sent: Wednesday, February 11, 2004 3:44 PM
To: oracle-l_at_freelists.org; oracledba_at_lazydba.com
Subject: ** dictionary table access slow
Hi,
Queries to v$ tables are taking too long. We have Sun UNIX with 8174. For example the following queries take around 1 minute. How can this be tuned. Is it a symptom of some other problem? :
select a.sid, a.serial#, c.spid, a.username, a.osuser,
a.status,a.process, b.sql_text
from v$session a , v$sqlarea b, v$process c
where a.sql_address = b.address
and c.addr = a.paddr
order by a.username, a.osuser
Thanks. Help is appreciated.
![]() |
![]() |