Oracle
1Z0-050 · Question #92
View the Exhibit to examine the output produced by the following query at three different times since the database instance started and has undergone workloads of different capacities: SQL> SELECT…
The correct answer is C. The database instance has the MEMORY_TARGET value set to a nonzero value. See the full explanation below for the reasoning.
Question
View the Exhibit to examine the output produced by the following query at three different times since the database instance started and has undergone workloads of different capacities:
SQL> SELECT substr(component, 0, 10) COMP, current_size CS, user_specified_size US FROM v$memory_dynamic_components WHERE current_size!=0; What do you infer from this?
Exhibit
Options
- AThe database instance is running with manual PGA management.
- BThe database instance is running with manual shared memory management.
- CThe database instance has the MEMORY_TARGET value set to a nonzero value.
- DAll sessions are connected to the database instance in dedicated mode, and no RMAN or parallel
How the community answered
(41 responses)- A7% (3)
- B12% (5)
- C78% (32)
- D2% (1)
Community Discussion
No community discussion yet for this question.
