Multiple choice general knowledge

In Oracle who owns the data dictionary:

  1. The DBA

  2. System

  3. Oracle

  4. SYS

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In Oracle databases, the SYS user owns the data dictionary tables and associated objects. The data dictionary contains metadata about the database structure, users, privileges, and all database objects. It's a critical component that Oracle uses to manage and control the database, accessible through views like DBA_, ALL_, and USER_.