取用户所有表的所有索引

<!--<br /> <br /> Code highlighting produced by Actipro CodeHighlighter (freeware)<br /> http://www.CodeHighlighter.com/<br /> <br /> --> select  index_name  from  dba_indexes  where  table_name
in  ( select  table_name  from  user_tables)

你可能感兴趣的:(索引)