Oracle Database 12c: Installation and Administration — Question 169

Which three statements are true about user account administration? (Choose three.)

Answer options

Correct answer: A, D, E

Explanation

Statement A is correct because changes to a user's profile take effect only in new sessions. Statement D is true as users can have quotas on permanent tablespaces but not on the default temporary one. Statement E is also correct since the CREATE SESSION privilege is sufficient for a user to change their own password. Statements B and C are incorrect because other users with the appropriate privileges can also change quotas and create accounts, not just SYS or SYSTEM users.