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: Very slow revoke

Re: Very slow revoke

From: Paul Drake <bdbafh_at_gmail.com>
Date: Fri, 11 Mar 2005 14:58:56 -0500
Message-ID: <910046b40503111158403a02e7@mail.gmail.com>


Josh,

might you have gathered statistics on the sys schema via a dbms_stats.gather_database_stats call?

I haven't been keeping stats on the sys schema until 10.1.

select trunc(last_analyzed), count(1)
from dba_tables
where owner='SYS'
group by trunc(last_analyzed)
/

Paul

On Fri, 11 Mar 2005 10:34:48 -0800, Josh Collier <Josh.Collier_at_banfield.net> wrote:
> Greetings,
> =20
> We had a revoke select on table from public statement that normally=20
> executes in the blink of an eye, take over 10 hours last night. We've=20
> looked on metalink etc, to no avail, any ideas?
> =20
> Thanks,
> =20
> Josh C.=20
>
> Oracle version 9.2.0.3 enterprise
>
> -----Original Message-----
> From: oracle-l-bounce_at_freelists.org
> [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Josh Collier
> Sent: Friday, March 11, 2005 10:23 AM
> To: oracle-l_at_freelists.org
> Subject: Very slow revoke
>
> > Greetings,
> >=20
> > We had a revoke select on table from public statement that normally=20
> > executes in the blink of an eye, take over 10 hours last night. We've=20
> > looked on metalink etc, to no avail, any ideas?
> >=20
> > Thanks,
> >=20
> > Josh C.=20
>
> --
> http://www.freelists.org/webpage/oracle-l
> --
> http://www.freelists.org/webpage/oracle-l
>

-- 
#/etc/init.d/init.cssd stop
# f=ma, divide by 1, convert to moles.
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Mar 11 2005 - 16:17:39 CST

Original text of this message

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