Page 1 of 1

View the Exhibit to examine the output produced by the following query at three different times since the database insta

Posted: Wed Jun 07, 2023 6:11 am
by answerhappygod
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 USFROM v$memory_dynamic_componentsWHERE current_size!=0;What do you infer from this?
View The Exhibi 1
View The Exhibi 1 (107.04 KiB) Viewed 193 times
A. The database instance is running with manual PGA management.
B. The database instance is running with manual shared memory management.
C. The database instance has the MEMORY_TARGET value set to a nonzero value.
D. All sessions are connected to the database instance in dedicated mode, and no RMAN or parallel query operations have been performed.