Integrate Discoverer 10g With Oracle Applications 11.5.10.2: Upgrade The Database of The Infra From 10.1.0.4 To 10.1.0.5
Integrate Discoverer 10g With Oracle Applications 11.5.10.2: Upgrade The Database of The Infra From 10.1.0.4 To 10.1.0.5
Assumptions
linux2
linux1 Discoverer 10g
Oracle Apps 11i
Reference: http://appsdbablog.com/blog/2006/10/installing_10g_application_ser.html
The Oracle Application Server is divided into two main server side components which are
infrastructure and middle tier. Apart from there it also includes developer kits.
These components can be installed on the same server but must have separate ORACLE_HOMEs.
Also the infrastructure must be installed first after which you must install your middle tier components
as the meta data repository is a part of the infrastructure installation.
http://www.oracle.com/technology/software/products/ias/htdocs/101202.html
2. OS Directories
Next we will make a directory structure to hold your application server components.
# cd /u03
# mkdir oracleAS
# chmod -R 777 oracleAS
3. OS User Accounts
Having two seperate OS accounts for the infrastructure and middle tier comapnets make it easier to
manage the installation.
4.Oracle Inventory
vi /etc/oraInst.loc
inventory_loc=/u03/oracleAS/oraInventory
inst_group=dba
su – asinf
./installer
Password – welcome1
Instance name - orasso
Password – welcome1
To reset orcladmin passwd
alter user ods modified by oracle10gas
oidpasswd connect=infra unlock_su_acct=true
oidpasswd