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: how to view all the index

Re: how to view all the index

From: John Hough <q6y_at_ornl.gov>
Date: 1997/02/11
Message-ID: <33007661.612A@ornl.gov>#1/1

Wong Chung Yin wrote:
>
> Hi,
> if i want to know how many index created on a table, what should I do?

Wong:

This should do the trick.

select index_name from all_indexes where table_owner = 'owner' and table_name = 'table';

John Hough Received on Tue Feb 11 1997 - 00:00:00 CST

Original text of this message

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