Question 181

You plan to create a database by using the Database Configuration Assistant (DBCA), with t he following specifications: Applications will connect to the database via a middle tier. The number of concurrent user connections will be high. The database will have mixed workload, with t he execution of complex BI queries scheduled at night. Which DBCA option must you choose to create the database?
  • Question 182

    Examine the statements that use flashback technologies:
    1. FLASHBACK TABLE customers TO TIMESTAMP TO_TIMESTAMP (2013-02-04 09:30:00, YYYY-MM-DD HH:MI:SS);
    2. SELECT * FROM customers AS OF SCN 123456;
    3. FLASHBACK TABLE customers TO BEFORE DROP;
    4. FLASHBACK DATABASE TO TIMESTAMP TO_TIMESTAMP (2013-02-04 09:30:00, YYYY- MM-DD HH:MI:SS);
    5. SELECT * FROM customers VERSIONS BETWEEM SCN 123456 AND 123999;
    6. ALTER TABLE customer FLASHBACK ARCHIVE;
    Which set of statements depends on the availability of relevant undo data in the undo tablespace?
  • Question 183

    You plan to install Oracle Grid Infrastructure for a Standalone Server and Oracle Database for the first time on a server.
    Examine this command and its outcome:

    Which two are true? (Choose two.)
  • Question 184

    You plan to install Oracle Grid Infrastructure for a Standalone Server and Oracle Database for the first time on a server. Examine this command and its outcome: Which two are true? (Choose two.)
  • Question 185

    choose two You configured the Fast Recovery Area (FRA) for your database. The database instance is in ARCHIVELOG mode. The default location for the archived redo log files is the FRA.
    Which two files are removed automatically if space is required in the FRA as per the retention policy?