READ Free Dumps For Oracle- 1z0-023
Question ID 8853 | You issue the following command: orapwd file=orapwORCL password=secure entries=5 What is the effect?
|
Option A | A new password file is created.
|
Option B | An existing password file is updated.
|
Option C | All users are removed from the password file.
|
Option D | The passwords in the password file are reset.
|
Correct Answer | A |
Explanation Explanation/Reference: Explanation: Answer A is correct. This command will create new password file. Incorrect Answers: B: This command will not update the password file. To change some data in the password file you need recreate the password file with ORAPWD utility. C: This command will not remove any user from the password file. D: To reset passwords in the password file you need to recreate it. Oracle 8, DBA Certification Exam Guide, Jason S. Couchman, p. 277-279 Chapter 6: Basics of the Oracle Database Architecture
Question ID 8854 | How do you increase the number of entries in the password file?
|
Option A | Grant SYSDBA or SYSOPER to additional users.
|
Option B | Overwrite the number of entries by using the orapwd utility.
|
Option C | Delete the existing password file and recreate it with the desired number of entries.
|
Option D | Increased for value of REMOTE_LOGIN_PASSWORD_ENTRIES to the desired number of entries.
|
Correct Answer | C |
Explanation Explanation/Reference: Explanation: Answer C is correct. To change the number of entries in the password file you need to recreate the password file. Incorrect Answers: A: GRANT command will not help to increase the number of entries in the password file. B: You cannot just overwrite the number of entries by using the ORAPWD utility: you need to recreate the password file. D: This value have nothing to do with the number of entries in the password file. Oracle 8, DBA Certification Exam Guide, Jason S. Couchman, p. 277-279 Chapter 6: Basics of the Oracle Database Architecture