Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ** dictionary table access slow
Show us the execution plan.
-----Original Message-----
From: A Joshi [mailto:ajoshi977_at_yahoo.com]
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? :=20
=20
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 =3D b.address
and c.addr =3D a.paddr
order by a.username, a.osuser
=20
Thanks. Help is appreciated.=20
=20
=20
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Wed Feb 11 2004 - 14:51:46 CST
![]() |
![]() |