Upgrade OAS 10g from 10.1.3.1 to 10.1.3.3 (Windows)

Download

* Download patch 6148874 from Metalink, e.g. p6148874_101330_MSwin2000.zip.
* Unzip.
* See ‘readme.html’ for details.

Backup

* Backup the entire directory of OAS 10.1.3.1.
* Verify OAS version: C:\product\10.1.3.1\OracleAS_2\config\ias.properties
Version=10.1.3.3.0

Install

* Double click ‘setup.exe’ to start Installer.
* Specify File Locations
– Name: oracleas1
– Path: C:\product\10.1.3.1\OracleAS_2
* oc4jadmin Password: welcome1

Post Install

* Run bpel schema upgrade script ‘upgrade_10131_10133_oracle.sql’

cd C:\product\10.1.3.1\OracleAS_2\bpel\system\database\scripts
sqlplus system/orcl
@upgrade_10131_10133_oracle.sql

– Restart DB instance
* Enable PHP

cd C:\product\10.1.3.1\OracleAS_2\Apache\Apache\conf

– Edit httpd.conf

# Comment out
#LoadModule php4_module modules/php4apache.dll
#AddModule mod_php4.c
 
# Add
LoadModule php5_module modules/php5apache.dll
AddModule mod_php5.c
 
# Add .php5
AddType application/x-httpd-php .php .php5
This entry was posted in oc4j, oracle. Bookmark the permalink.