oracle中檢視某個表的索引是否有效

315959312發表於2014-02-23
select status,T.* from user_indexes T
where table_name='TABLE1'

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12478376/viewspace-1086510/,如需轉載,請註明出處,否則將追究法律責任。

相關文章