Question 146

Which two statements are true?
  • Question 147

    You have the following entry in the tnsnames.ors of your hq.us.example.com host machine:

    You issue the following command at the command prompt:
    Sqlplus HR/HR@ORCL
    Which statement is true about the connection to the ORCL database instance?
  • Question 148

    For which three requirements would you use the Database Resource Manager?
  • Question 149

    Which two partitioned table maintenance operations support asynchronous Global Index
    Maintenance in Oracle database 12c?
  • Question 150

    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 statement is true?