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

Home -> Community -> Usenet -> c.d.o.tools -> Re: retrieve index definition

Re: retrieve index definition

From: Zhang, Leon Lin <leonz_at_gdc.lucent.com>
Date: Thu, 21 Dec 2000 09:06:42 +0800
Message-ID: <3A4157A2.7E442B4B@gdc.lucent.com>

SF,

You can try the following views

   ALL_IND_COLUMNS
   COLUMNs comprising INDEXes on accessible TABLES

   DBA_IND_COLUMNS
   COLUMNs comprising INDEXes on all TABLEs and CLUSTERs

   USER_IND_COLUMNS
   COLUMNs comprising user's INDEXes or on user's TABLES

And for these output you can execute 'select * from dict' in sqlplus to get them above and more.

shdu_at_my-deja.com wrote:
>
> How do I retrieve index definition in sqlplus.
>
> I can not install database ide here.
>
> Thanks.
>
> SF
>
> Sent via Deja.com
> http://www.deja.com/
 

-- 
Leon L. Zhang
Email: lzhang1_at_lucent.com
Received on Wed Dec 20 2000 - 19:06:42 CST

Original text of this message

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