Data dictionary views are special system views that provide metadata about the structure and rules of a database, including available tables, columns, constraints, relationships, indexes, and views.
In Oracle, the data dictionary views are grouped by prefix:
ALL_ - Shows all objects accessible to the user, including those owned by others.
USER_ - Shows only objects owned by the current user.