Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: What Indexes do I have???

Re: What Indexes do I have???

From: Gabriel B. Gonzalez <gabriel_at_uci.edu>
Date: 1998/02/23
Message-ID: <34f17fa2.28493631@news2.ibm.net>#1/1

On 23 Feb 1998 19:32:34 GMT, cnelson_at_127.0.0.1 (Craig Nelson) wrote:

>Anyone know how to list the names and other attributes of Indexes inside a
>table? I know I can DROP INDEX Mytable.mycolumn_index, and it works great
>if you know the name.

try running a query on ALL_INDEXES. It is an alias for a data dictionary table.

gg Received on Mon Feb 23 1998 - 00:00:00 CST

Original text of this message

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