Issue in Preclone process after upgrading 11i with 10g R2

Introduction

Solution to fix the Issue in Preclone process after upgrading 11i with 10g R2

Posted by 

Dear all,

This post is relating to following issue we face after upgrading 11i with 10g R2 in Preclone process of dbTier.

ERROR: The version of the OUI found in $ORACLE_HOME/appsoui () is too low.Please make sure that you have applied the latest OUI patch required by Rapid Clone.

Please apply patch 4766508 Application manager patch following the below process:

i. Enable Maintainence Mode through adadmin
ii. Apply u4766508 patch through adpatch
iii. Disable Maintainence mode through adadmin
iv. Cd $COMMON_TOP/admin/scripts/$CONTEXT_NAME/
v. Sh adautocfg.sh
vi. Provide apps password
vii. $ADPERLPRG $AD_TOP/bin/admkappsutil.pl
viii. cp $APPL_TOP/admin/out/appsutil.zip $RDBMS_ORACLE_HOME ( 10g )
ix. unzip -o $ORACLE_HOME/appsutil.zip
x. cd $ORACLE_HOME/appsutil/scripts
xi. sh adautocfg.sh
xii. provide apps password
xiii. perl adpreclone.pl dbTier

The Same process was also updated in upgrade process document…. you can also refer the same in that post…

Ref Metalink Doc ID: 370136.1

https://metalink.oracle.com/metalink/plsql/f?p=130:14:6769826403964055797::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,370136.1,1,1,1,helvetica

Recent Posts