Examine the current value for the following parameters in your database instance: SGA_MAX_SIZE = 1024M SGA_TARGET = 700M DB_8K_CACHE_SIZE = 124M LOG_BUFFER = 200M You issue the following command to increase the value of DB_8K_CACHE_SIZE: SQL> ALTER SYSTEM SET DB_8K_CACHE_SIZE=140M;…

Which two statements are true? A. A role cannot be assigned external authentication. B. A role can be granted to other roles. C. A role can contain both system and object privileges. D. The predefined resource role includes the unlimited_tablespace…

You execute the commands: Which two statements are true?(Choose two.) A. The create user command fails if any role with the name Sidney exists in the database. B. The user sidney can connect to the database instance but cannot perform…