The data dictionary views are well documented by Oracle. Still though, with there being so many of them, I think it would be useful to have a quick reference to the most commonly used views. So that is what this post is all about. I've created easy to remember bit.ly links to each view, but feel free to bookmark this page as a condensed table of contents.
View Name | Documentation Link |
---|---|
ALL_OBJECTS | http://bit.ly/Ora12cAllObjects |
ALL_TABLES | http://bit.ly/Ora12cAllTables |
ALL_TAB_COLS | http://bit.ly/Ora12cAllTabCols |
ALL_CONSTRAINTS | http://bit.ly/Ora12cAllConstraints |
ALL_INDEXES | http://bit.ly/Ora12cAllindexes |
ALL_IND_COLUMNS | http://bit.ly/Ora12cAllIndColumns |