Multiple choice technology databases

What is the Data Dictionary view that will show the details of Initialization Parameters

  1. V$database
  2. V$parameter
  3. V$parameter2
  4. v$instance
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Oracle databases, the dynamic performance view V\$parameter displays information about the initialization parameters that are currently in effect for the instance. V\$database and V$instance show database and instance metadata instead.