- Home
- Oracle Certification
- 1Z1-060 Exam
- Oracle.1Z1-060.dumpsfiles Dumps
Free Oracle 1Z1-060 Exam Dumps Questions & Answers
| Exam Code/Number: | 1Z1-060Join the discussion |
| Exam Name: | Upgrade to Oracle Database 12c |
| Certification: | Oracle |
| Question Number: | 205 |
| Publish Date: | Sep 03, 2026 |
|
Rating
100%
|
|
Total 205 questions
You install a non-RAC Oracle Database. During Installation, the Oracle Universal Installer (OUI) prompts you to enter the path of the Inventory directory and also to specify an operating system group name.
Which statement is true?
Which two statements are true about Oracle Managed Files (OMF)?
On your Oracle 12c 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.)
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?