 |
|
Oracle Tips by Burleson |
Oracle 10g Locale Caching in OGS
Once the current user locale has been defined,
OGS will cache the locale information, so that the application
doesn't need to redetermine and reverify the user locale with each
request.
When the preferred user locale source is gotten
from the LDAP server or a user profile table in the database, then a
local cookie is used to cache the locale information.
In most cases, the locale preference will be
static throughout the user session, therefore, storing it in the
local cookie reduces the need to retrieve the same piece of
information from the server over and over again.
When the locale source is obtained from user
input or the HTTP locale preference, then this locale information is
passed to the application as a parameter and not cached as a cookie.
This is because the locale preference may change between requests.
Get the complete Oracle10g story:
To get the code instantly, click here:
Need an Oracle Mentor?
BEI is now offering personal mentors for Oracle DBAs where you can have an
Oracle expert right at your fingertips, anytime day or night. We work with
hundreds of Oracle databases every year, so we know exactly how to quickly
assist you with any Oracle question.
Why risk an unplanned outage? You can now get telephone access to Don
Burleson or any of his Oracle Certified DBAs with more than 20 years of
full-time IT experience. Click here for details:
http://www.dba-oracle.com/service_oracle_backup.htm

|