1Z1-060 Exam Question 21

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?
  • 1Z1-060 Exam Question 22

    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.)
  • 1Z1-060 Exam Question 23

    Which three tasks can be automatically performed by the Automatic Data Optimization feature of Information lifecycle Management (ILM)?
  • 1Z1-060 Exam Question 24

    Identify two correct statements about multitenant architectures.
  • 1Z1-060 Exam Question 25

    What are two of the benefits of installing Oracle Grid Infrastructure for a stand-alone server before installing and creating an Oracle database on the same server? (Choose two.)