Question 146

Which three factors influence the optimizer's choice of an execution plan?
  • Question 147

    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 user.
    2. A user should not be able to create more than four simultaneous sessions.
    3. 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 148

    Examine the following commands for redefining a table with Virtual Private Database (VPD) policies:

    Which two statements are true about redefining the table? (Choose two.)
  • Question 149

    Examine these two statements:

    Which three are true about the MRKT tablespace? (Choose three.)
  • Question 150

    On your Oracle Database, you issue the following commands to create indexes:
    SQL > CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customer_id, sales_rep_id) INVISIBLE; SQL> CREATE BITMAP INDEX oe.ord_customer_ix2 ON oe.orders (customer_id, sales_rep_id); Which two statements are true? (Choose two.)