Monday, February 20, 2012

pre-clone steps of EBS 12.1


Cloning Release 12 Oracle Applications E-Business Suite:

pre-clone steps :

https://support.oracle.com/CSP/main/article?cmd=show&id=406982.1&type=NOT
1- Source the environment variables for Oracle Applications
 . ./<APPL_TOP>/APPS<CONTEXT_NAME>.env
activate maintaince mode by 2 ways :

- the first one by dmadmin :



choose 5






choose 1 if maitenance mode is disabled




after that exit by choosing 3 and after that choose 6 .

the second is directly by the sql command :
ENABLE MAINTENANCE MODE:
@>/AD_TOP/PATCH/115/SQL/ADSETMMD.SQL ENABLE

2 - Apply the latest AD patch
For Release 12.1: 9239089  


3 - Apply the latest Rapid Clone patches
Update the Oracle Applications file system with the latest Rapid Clone files by applying the following patches to all Applications nodes.

For Release 12.1: 9833058:R12.OAM.B ,12404574:R12.OAM.B ,12598630:R12.OAM.B

4. On the Application Tier (as the APPLMGR user):
. Run AutoConfig on the APPL_TOP
$INST_TOP/admin/scripts/adautocfg.sh
. Execute admkappsutil.pl utility to create the file appsutil.zip

    perl $AD_TOP/bin/admkappsutil.pl
    This will create appsutil.zip in $INST_TOP/admin/out

5. On the Database Tier (as the ORACLE user):
. Copy or FTP the appsutil.zip from Application Tier to the $ORACLE_HOME
. Uncompress appsutil.zip under the $ORACLE_HOME

    cd $ORACLE_HOME
    unzip -o appsutil.zip
  . Run AutoConfig on the $ORACLE_HOME  

$ORACLE_HOME/appsutil/scripts/$CONTEXT_NAME/adautocfg.sh
 -  perl adpreclone.pl dbTier
  - perl adpreclone.pl appsTier

No comments:

Post a Comment