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

Home -> Community -> Usenet -> c.d.o.server -> Re: Need an SQL*Plus script to show indexes on a given table

Re: Need an SQL*Plus script to show indexes on a given table

From: Angelo Cavallaro <angelo.cavallaro_at_pcm.bosch.de>
Date: 1998/02/03
Message-ID: <34D74EF7.79EC@pcm.bosch.de>#1/1

Hi there.
Just use the Views:

DBA_IND_COLUMNS  -- for all indexes on the db
USER_IND_COLUMNS -- for you indexes
ALL_IND_COLUMNS  -- for indexes you have access to

Angelo.
> Could someone please post an SQL*Plus script that will list the
> indexes and the fields in those indexes for a given table? Thanks!
Received on Tue Feb 03 1998 - 00:00:00 CST

Original text of this message

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