OCP CBT Question 539
Please solve the following question.
Examine the following sequence of commands executed by a DBA.Which statement is true regarding the execution of these commands?
Please solve the following question.
Examine the following sequence of commands executed by a DBA.Which statement is true regarding the execution of these commands?
sqlSHOW PARAMETER sga_target;-- sga_target = 8GSHOW PARAMETER sga_max_size;-- sga_max_size = 12G## Commands ExecutedsqlALTER SYSTEM SET sga_target = 10G SCOPE=BOTH;ALTER SYSTEM SET db_cache_size = 6G SCOPE=BOTH;The database is running with Automatic Shared Memory Management (ASMM) enabled.