Apex and (old) Webdiscoverer 4.1.48
21-Sep-09 15:27 Arkiveret i:
mub
1. Configured the (old) WebDiscoverer
4.1.48 for use on the Belgian development instance...
PS: Remember always to ensure that the ”s_appserverid_authentication” is set to ”OFF” ... otherwise it will be a
nightmare to get connections.....
2. APEX installation in connection E-Biz
See ”http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/otn_install.htm#BABEGAEJ” and follow the
section ”3.4 Downloading from OTN and Configuring Oracle HTTP Server”
@apexins sysaux sysaux temp /i/
ALTER USER APEX_PUBLIC_USER ACCOUNT UNLOCK;
ALTER USER APEX_PUBLIC_USER IDENTIFIED BY apex;
Made an include file ”apex_include.conf” in the ”oracle_apps.conf” file for definitions.....
NB NB NB
You have to change the adbsvr.app file for the following:
; custom_auth = CUSTOM !!!!!! NB NB NB specialty for APEX; normally should be uncommented
see Metalink Note: 370048.1 for this ......
and
connect_string = $TWO_TASK alias # is normally of the form host:port:sid syntax
admin password is ”Bozo_1”
Furthermore....
”How to Integrate Apex with Oracle eBusiness Suite and Set Up Authentication” Doc ID: 373604.1
should be done.. when the users have had their first feel for this.....
PS: Remember always to ensure that the ”s_appserverid_authentication” is set to ”OFF” ... otherwise it will be a
nightmare to get connections.....
2. APEX installation in connection E-Biz
See ”http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/otn_install.htm#BABEGAEJ” and follow the
section ”3.4 Downloading from OTN and Configuring Oracle HTTP Server”
@apexins sysaux sysaux temp /i/
ALTER USER APEX_PUBLIC_USER ACCOUNT UNLOCK;
ALTER USER APEX_PUBLIC_USER IDENTIFIED BY apex;
Made an include file ”apex_include.conf” in the ”oracle_apps.conf” file for definitions.....
NB NB NB
You have to change the adbsvr.app file for the following:
; custom_auth = CUSTOM !!!!!! NB NB NB specialty for APEX; normally should be uncommented
see Metalink Note: 370048.1 for this ......
and
connect_string = $TWO_TASK alias # is normally of the form host:port:sid syntax
admin password is ”Bozo_1”
Furthermore....
”How to Integrate Apex with Oracle eBusiness Suite and Set Up Authentication” Doc ID: 373604.1
should be done.. when the users have had their first feel for this.....