All Oracle Application Server 10g processes from the Oracle Home to be relinked need to be stopped using normal
administrative steps prior to beginning the relink.
Setup your environment correctly. Since both OracleAS 10g R2 and R3 are based on Oracle 10.1 database software,
pick the environment variable settings that apply to this version.
Relink Oracle Application Server 10g R2 (10.1.2/10.1.4.0.1)
Relinking the Infrastructure (Identity Management (IM) + Metadata Repository (MR), or MR Only)
- Relink Database software
$ORACLE_HOME/bin/relink all
cd $ORACLE_HOME/ldap/lib (Not required for MR Only)
make -f ins_ldap.mk install
make -f ins_ldap.mk hragentinstall - Relink Application Server Control
cd $ORACLE_HOME/sysman/lib
make -f ins_sysman.mk agent - As root execute $ORACLE_HOME/root.sh, and $ORACLE_HOME/root.sh.old if it exists.
This is needed to correctly set the permissions on the OID, and Application Server Control executables.
Relinking the Infrastructure (IM Only)
- Relink Database software
cd $ORACLE_HOME/network/lib
make -f ins_net_client.mk client_sharedlib
make -f ins_net_client.mk install
cd $ORACLE_HOME/rdbms/lib
make -f ins_rdbms.mk utilities
cd $ORACLE_HOME/plsql/lib
make -f ins_plsql.mk install
cd $ORACLE_HOME/sqlplus/lib
make -f ins_sqlplus.mk install
cd $ORACLE_HOME/ldap/lib
make -f ins_ldap.mk install
make -f ins_ldap.mk hragentinstall - Relink Application Server Control
cd $ORACLE_HOME/sysman/lib
make -f ins_sysman.mk agent - As root execute $ORACLE_HOME/root.sh, and $ORACLE_HOME/root.sh.old if it exists.
This is needed to correctly set the permissions on the OID, and Application Server Control executables.
Relinking the Middle Tier
- Relink Database software:
cd $ORACLE_HOME/network/lib
make -f ins_net_client.mk client_sharedlib
make -f ins_net_client.mk install
make -f ins_net_server.mk install (Business Intelligence & Forms only)
cd $ORACLE_HOME/rdbms/lib (Not required for J2EE & Web Cache)
make -f ins_rdbms.mk iexp
make -f ins_rdbms.mk iimp
make -f ins_rdbms.mk iloadpsp
cd $ORACLE_HOME/plsql/lib (Not required for J2EE & Web Cache)
make -f ins_plsql.mk install
cd $ORACLE_HOME/sqlplus/lib
make -f ins_sqlplus.mk install
cd $ORACLE_HOME/ldap/lib (Not required for J2EE & Web Cache)
make -f ins_ldap.mk toolsinstall - Relink Application Server Control
cd $ORACLE_HOME/sysman/lib
make -f ins_sysman.mk agent - Relink Web Cache
cd $ORACLE_HOME/webcache/lib
make -f ins_calypso.mk install - Relink Forms (Business Intelligence & Forms only)
cd $ORACLE_HOME/forms/lib
make -f ins_forms.mk frmweb_install
make -f ins_forms.mk frmcmp_install
make -f ins_forms.mk frmcmpb_install - Relink Reports (Business Intelligence & Forms only)
cd $ORACLE_HOME/reports/lib
make -f ins_reports.mk install - As root execute $ORACLE_HOME/root.sh, and $ORACLE_HOME/root.sh.old if it exists.
This is needed to correctly set the permissions on the Application Server Control executables.
If permissions were previously modified for Web Cache, you will need to re-run any scripts (or apply manual changes)
to obtain any original functionality. For more information about webcache_setuser.sh,
Please refer to the following documentation:
Oracle Application Server Web Cache Administrator's Guide 10g (10.1.2)
http://download.oracle.com/docs/cd/B14099_19/caching.1012/b14046/toc.htm
8 Setup and Configuration
Running webcached with Root Privilege
Relink Oracle Application Server 10g R3 (10.1.3)
Relinking the Middle Tier
- Relink Database software:
cd $ORACLE_HOME/network/lib
make -f ins_net_client.mk client_sharedlib
make -f ins_net_client.mk install
cd $ORACLE_HOME/sqlplus/lib
make -f ins_sqlplus.mk install
2. As root execute $ORACLE_HOME/root.sh, and $ORACLE_HOME/root.sh.old if it exists. This is needed to correctly
set the permissions on the newly relinked executables.
1 comment:
Hi fami,
Can you explain about SSO.
How to install , configue & architecture
advance thanks,
yaseen.a.r
Post a Comment