Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Easy question - how to find table indices
You can try:
select table_name, index_name from user_indexes
order by 1, 2
/
-- Have a nice day Michel <rainbow24k_at_my-deja.com> a écrit dans le message : 8hgfc5$3j9$1_at_nnrp1.deja.com...Received on Mon Jun 05 2000 - 00:00:00 CDT
> I would like to know in SQL Plus 3.3 how I can find the indices for a
> table.
>
> Thank you in advance. I couldn't find my answer by searching nor in
> the Oracle book I have.
>
> Suzan
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
![]() |
![]() |