Question 291

Which two partitioned table maintenance operations support asynchronous Global Index Maintenance in
Oracle database 12c? (Choose two.)
  • Question 292

    Flashback is enabled for your multitenant container database (CDB), which contains two pluggable database (PDBs). A local user was accidently dropped from one of the PDBs.
    You want to flash back the PDB to the time before the local user was dropped. You connect to the CDB and execute the following commands:
    SQL > SHUTDOWN IMMEDIATE
    SQL > STARTUP MOUNT
    SQL > FLASHBACK DATABASE to TIME “TO_DATE (‘08/20/12’ , ‘MM/DD/YY’)”;
    Examine following commands:
    1. ALTER PLUGGABLE DATABASE ALL OPEN;
    2. ALTER DATABASE OPEN;
    3. ALTER DATABASE OPEN RESETLOGS;
    Which command or commands should you execute next to allow updates to the flashback back schema?
  • Question 293

    You plan to migrate your database from a File system to Automata Storage Management (ASM) on same platform.
    Which two methods or commands would you use to accomplish this task? (Choose two.)
  • Question 294

    You want to create a database and you have the following:
    - Oracle Grid Infrastructure is installed and configured.
    - Oracle Database Vault is installed in ORACLE_HOME to be used for this database.
    - Oracle Enterprise Manager Cloud Control is available and an agent is deployed on the database server.
    Examine the requirements:
    1. configuring the database instance to support shared server mode
    2. using Automatic Storage Management (ASM) for storing database files.
    3. configuring a naming method to help a remote user connect to a database instance
    4. configuring the Fast Recovery Area
    5. configuring Database Vault
    6. configuring Enterprise Manager (EM) Database Express
    7. registering with EM Cloud Control
    8. configuring remote log archive destinations
    9. enabling daily incremental backups
    10. configuring a nondefault block size for nondefault block size tablespaces Which of these requirements can be met while creating a database by using the Database Configuration Assistant (DBCA)?
  • Question 295

    You create a locally managed tablespace ORDERS_TBS with automatic segment management.
    You then create the table DAILY_ORDS_LST in the ORDERS_TBS tablespace using the command.
    CREATE TABLE daily_ords_1st(ordno NUMBER, ord_date DATE) PCTFREE 20;
    How does the PCTFREE storage parameter influence data storage for this table?