Corporation Server User Manual

7-4 Oracle Web Application Serverâ„¢ Installation Guide
There are two built-in DCDs, owa_dba and owa_default_service, in the
owa.cfg. These DCDs are not upgraded because they are created during
installation.
Upgrade and merge the entries into wrb.app. The entries are split into two
entries that are DAD and PL/SQL descriptors.
In Oracle WebServer 2.x owa.cfg, you will find an entry. For example:
#
(
owa_service=DOHC_WEB
(
owa_user=www_dba
)
(
owa_password=manager
)
(
oracle_home=/private/home/wchan/work/ows-home
(
)
owa_connect_string=DOHC
)
(
owa_valid_ports=8818 3368
)
(
owa_log_dir=/private/home/wchan/work/ows-home/ows21/log
(
)
owa_nls_lang=AMERICAN_AMERICA.US7ASCII
The above entry is updated into wrb.app as:
[DAD_DOHC_WEB]
owa_connect_string SQL*Net v2 connect string if using remote
database
owa_valid_ports ports allow access to database
owa_log_dir directory that stores database errors
owa_nls_lang database language type
owa_error_page html page that shows errors
Entry Description