Chapter 15. Production Issues

This chapter is a bit of a catch-all. It covers some of the common issues you might encounter when running your applications in a production environment. You'll find a number of techniques and features that can make managing your applications a bit easier.

Managing URLs

One very commonly recurring question regarding APEX is how you can provide a "nice" URL for your end users to access your application. In other words, rather than the user needing to type the following to access the home page (page 1) of application 101:

http://yourdomain.com:7777/pls/apex/f?p=101:1

you can give them a URL like this:

http://yourdomain.com/accounts.html

or perhaps the following:

http://accounts.yourdomain.com

As you should expect by now, there ...

Get Pro Oracle Application Express 4, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.