Tuesday, January 29, 2013

APPL_TOP Only can clone option in R12

In R12 there is tremandous option avialble ,you can clone if required only APPL_TOP.

Go to INST_TOP/admin/scripts

elaborate the adpreclone.pl  you will find the ocomponents fpor clone as below.

       perl adpreclone.pl

    WHERE:
       is one of :
              appsTier    : appltop + atTechStack
              dbTier      : database + dbTechStack
              appltop     : appltop associated to appctx
              atTechStack : ORACLE_HOMEs associated to appctx (AS and Forms)
              database    : database associated to dbctx
              dbTechStack : ORACLE_HOMEs associated to dbctx (RDBMS).


Normally we use as below for any clone activities.


       perl adpreclone.pl
    WHERE:
       on Apps Node : { appsTier | appltop  | atTechStack }
       on DB Node   : { dbTier   | database | dbTechStack }