Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Indexing SYS tables
You don't need "reverse" index to do: "ORDER BY TIMSTAMP DESC". Regular
index should do it, even if you want it "DESC".
Igor Neyman, OCP DBA
ineyman_at_perceptron.com
> Hey,
>
> Anyone have any advice on indexing SYS tables? Specifically, I've been
> experimenting with putting a reverse index on the TIMESTAMP# column of
AUD$,
> since almost all of my queries against the AUD$ views end with "ORDER BY
> TIMESTAMP DESC".
>
> In 8.1.7.4.0 test DBs on HP/UX, the index -- created under a non-SYS DBA
> schema -- works great. I'm looking for pitfalls, but can't come up with
any
> of my own...
>
> TIA!
> Rich
>
> --
>
> Rich Jesse System/Database Administrator
> Rich.Jesse_at_qtiworld.com Quad/Tech International, Sussex, WI
USA
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Jesse, Rich
> INET: Rich.Jesse_at_qtiworld.com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> 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: Igor Neyman INET: ineyman_at_perceptron.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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 Tue Oct 01 2002 - 11:38:27 CDT
![]() |
![]() |