USER View

Useful Shorthand Names for USER Views

View NameSynonym For
CATUSER_CATALOG
COLSUSER_TAB_COLUMNS
INDUSER_INDEXES
OBJUSER_OBJECTS
RECYCLEBINUSER_RECYCLEBIN
SEQUSER_SEQUENCES
SYNUSER_SYNONYMS
TABSUSER_TABLES

The following table has USER Data Dictionary Views. Regular database users have access to these views.

View NameDescription
USER_AUDIT_TRAILAudit trail entries
USER_CATALOGIndexes, tables, views, clusters, synonyms, and sequences
USER_COL_COMMENTSComments on your columns
USER_COL_PRIVSColumn privileges
USER_COL_PRIVS_MADEColumn privileges you made
USER_COL_PRIVS_RECDColumn privileges you received
USER_CONS_COLUMNSColumns involved in constraints
USER_CONSTRAINTSAll your constraints
USER_EXTENTSAll extents
USER_FREE_SPACEAvailable free space for creating objects
USER_INDEXESDescription of all your indexes
USER_IND_COLUMNSDescription of all your index columns
USER_IND_EXPRESSIONSDescription of all your function-based index expressions
USER_MVIEWSAll your materialized views
USER_NESTED_TABLE_COLSAll columns of your nested tables
USER_NESTED_TABLESAll your nested tables
USER_OBJECTSAll your object descriptions
USER_RECYCLEBINYour recycle bin
USER_ROLE_PRIVSRoles granted to you
USER_SEGMENTSStorage-related information about your objects
USER_SEQUENCESAll your sequences
USER_SYNONYMSAll your synonym definitions
USER_SYS_PRIVSSystem privileges you have
USER_TABLESDescription of your tables
USER_TAB_COLSDescription of your table columns
USER_TAB_COLUMNSDescription of your table columns, without hidden columns
USER_TAB_COMMENTSComments on your tables
USER_TAB_PRIVSTable privileges where you are involved
USER_TAB_PRIVS_MADETable privileges you made
USER_TAB_PRIVS_RECDTable privileges where you received
USER_TABLESPACESAccessible tablespaces
USER_TS_QUOTASQuota for accessible tablespaces
USER_UPDATABLE_COLUMNSColumns of updatable join views
USER_USERSInformation
USER_VIEWSDescription of all your views
Home »
Oracle »
Data Dictionaries » 

Related: