Oracle Application Express 5: Developing Web Applications — Question 41

You want to refer to a page by a name (or alias) instead of page number in the application URL.
Which step most accurately helps you achieve this?

Answer options

Correct answer: D

Explanation

The correct answer is D, as entering an alphanumeric alias in the Page Alias attribute directly allows the page to be referenced by that alias in the URL. Option A is incorrect because simply setting a property to 'Yes' does not establish an alias. Option B is not suitable since PAGE_ALIAS is used within the context of page load, but does not define the alias itself. Option C only changes the Page Title, which does not affect the URL reference.