Multiple choice technology programming languages

Assume the database administrator wanted to limit the amount of idle time that any one user could have during a given session. Which of the following would be used to enforce such a limit?

  1. audit

  2. quota

  3. limit

  4. profile

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Oracle profiles are used to enforce resource limits including idle time. A profile can set IDLE_TIME to limit minutes of inactivity before a session is terminated. Audit tracks actions, quota limits tablespace usage, and 'limit' is not a valid Oracle resource command.