Install Oracle 10g AS (10.1.4 SSO & OID) - Apps · PDF fileInstall Oracle 10g AS (10.1.4 SSO &...

Post on 25-Mar-2018

252 views 2 download

Transcript of Install Oracle 10g AS (10.1.4 SSO & OID) - Apps · PDF fileInstall Oracle 10g AS (10.1.4 SSO &...

Install Oracle 10g AS (10.1.4 SSO & OID)

In this article, step by step Oracle 10gAS Installation is described. Server used in this

article is OEL 4.5 and both Metadata Repository database and Oracle 10gAS

Infrastructure are installed in the same Oracle home for simplicity.

Download the software

http://www.oracle.com/technetwork/middleware/ias/downloads/101401-099957.html

10.1.4.3 Patchset: 7215628 from My Oracle Support (MOS)

1> Install Infra Oracle Application Server 10.1.4, OID

su – root

groupadd dba

useradd -g dba orasso

mkdir -p /d02/oracle/OID

chown orasso:dba /d02/oracle

xhost +

su - orasso

oracle10g

ias_admin password is very important and this is going to be orcladmin password too.

Instance name – OID

Ias_admin password – oracle10g

2> Apply patch 7215628 to upgrade the apps server from 10.1.4 to 10.1.4.3

All infra components should be started including datatabase, OID

su – orasso

./runInstaller

Select the old ORACLE_HOME

oracle10g

oracle10g

http://linux1.appsdba.info:7777/pls/orasso

Login using orcladmin/oracle10g

http://linux1.appsdba.info:7777/oiddas - login using orcladmin/oracle10g

orcladmin/oracle10g

ps -elf|grep odisrv

To stop all the services –

cd $ORACLE_HOME/bin

sh runstartupconsole.sh stop

Apply patch 8811442

cat oracle.env

export ORACLE_HOME=/d02/oracle/OID

export ORACLE_SID=orasso

export PATH=$PATH:$ORACLE_HOME/bin

[orasso@linux1 ~]$ . ./oracle.env

Start the application

cd $ORACLE_HOME/bin

sh runstartupconsole.sh start

Find orasso (DB account) pwd, as iassso (owner of 10gAS):

$ORACLE_HOME/bin/ldapsearch -h linux1.appsdba.info -p 389 -D cn=orcladmin -w

oracle10g -b cn=IAS,cn=Products,cn=OracleContext -s sub -v

OrclresourceName=orasso | grep orclpasswordattribute

orclpasswordattribute=GpAPH9k7

cd /d02/oracle/OID/install

vi portlist.ini