DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: index columns

  1. #1
    Join Date
    May 2001
    Posts
    285
    Which data dictionary views should I query against to find out which columns are used in certain index? I tried to look it up from user_indexes, but didn't find this kind of info over there.

    Thanks!

  2. #2
    Join Date
    Sep 2000
    Posts
    384
    see user_ind_columns
    Radhakrishnan.M

  3. #3
    Join Date
    Sep 2001
    Posts
    163
    Try user_ind_columns or dba_ind_columns or all_ind_columns. These can show you the index_name, table_name and column_names used for the indexes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width