Oracle Application Express 5: Developing Web Applications — Question 67

You can control when an authorization scheme is validated by using the Evaluation Point. Select three valid Evaluation Points. (Choose three.)

Answer options

Correct answer: A, C, E

Explanation

The correct answers A, C, and E are valid Evaluation Points as they define specific moments for validation. 'Once per session' ensures checks occur during a user's session, 'once per page view' validates on each page load, and 'always (no caching)' ensures validation every time without storing results. The other options do not represent standard Evaluation Points for authorization validation.