Question 201

Which two statements are true about the logical storage structure of an Oracle database? (Choose two.)
  • Question 202

    Examine the memory-related parameters set in the SPFILE of an Oracle database:

    Which statement is true?
  • Question 203

    Examine the following steps:
    A DBA grants the CREATETABLEsystem privilege with ADMINOPTIONto the user SIDNEY.
    SIDNEYgrants the CREATETABLEsystem privilege to the HRuser.
    Which statement is true?
  • Question 204

    You are about to plug a multi-terabyte non-CDB into an existing multitenant container database (CDB) as a
    pluggable database (PDB).
    The characteristics of the non-CDB are as follows:
    - Version: Oracle Database 12c Releases 1 64-bit
    - Character set: WE8ISO8859P15
    - National character set: AL16UTF16
    - O/S: Oracle Linux6 64-bit
    The characteristics of the CDB are as follows:
    - Version: Oracle Database 12c Release 1 64-bit
    - Character set: AL32UTF8
    - O/S: Oracle Linux 6 64-bit
    Which technique should you use to minimize down time while plugging this non-CDB into the CDB?
  • Question 205

    Examine the resources consumed by a database instance whose current Resource Manager plan is displayed.
    SQL> SELECT name, active_sessions, queue_length, Consumed_cpu_time, cpu_waits, cpu_wait_time FROM v$rsrc_consumer_group;
    NAMEACTIVE_SESSIONS QUEUE_LENGTH CONSUMED_CPU_WAITS CPU_WAIT_TIME
    OLTP__ORDER__ENTRY1029690 467 6709 OTHES__GROUPS 0 059823664089 60425 SYS_GROUP 1 02420704 914 19540 DS.S_QUERIES4245946603004 55700
    Which two statements are true?