USER_OBJECTS is a data dictionary view that displays all objects owned by the current user, including tables, views, indexes, procedures, and other database objects. It only shows objects where the user is the owner, unlike ALL_OBJECTS which shows objects accessible to the user (including ones owned by others with privileges).