Question 36

Which two are prerequisites for performing a flashback transaction?
  • Question 37

    Examine the contents of a SQL*Loader control file:

    Which three statements are true regarding the SQL*Loader operation performed by using the control file?
    (Choose three.)
  • Question 38

    Which two statements are true when the listener handles connection requests to an Oracle 12c database instance with multithreaded architecture enabled in UNIX? (Choose two.)
  • Question 39

    You are administering a database and you receive a requirement to apply the following restrictions:
    1. A connection must be terminated after four unsuccessful login attempts by a user.
    2. A user should not be able to create more than four simultaneous sessions.
    3. A user session must be terminated after 15 minutes of inactivity.
    4. Users must be prompted to change their passwords every 15 days.
    How would you accomplish these requirements?
  • Question 40

    On your Oracle 12c database, you Issue the following commands to create indexes SQL > CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customers_id, sales_rep_id) INVISIBLE; SQL> CREATE BITMAP INDEX oe.ord_customer_ix2 ON oe.orders (customers_id, sales_rep_id); Which two statement are correct?