Last active
October 7, 2016 18:11
-
-
Save dotmaik1/c3c2e9ebc7c12657e6c3e2882068fa32 to your computer and use it in GitHub Desktop.
indexes: lists unusable indexes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| select owner, index_name from dba_indexes where status='UNUSABLE'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment