Rapid clone port pool numbers

Hi,
Have been trying to carry out a rapid clone of ebs 11i. All is working ok but I have a question regarding port pool numbers.
during the clone process, the process asks questions such as
Target system COMMON_TOP directory [/path/path/path]and suggest s possible answer. I have noticed that thsi doesn't happen with the port pool number. Is there anyway to get the clone process to preserve the port pool number?
regards
Alan

I am not sure of the clone patch level but it could be 115.7Please run the following to verify the AutoConfig patch you are on:
SQL> select bug_number, decode(bug_number,
'2488995' ,'11i.ADX.A'
,'2682177' ,'11i.ADX.B'
,'2682863' ,'11i.TXK-C'
,'2757379' ,'11i.TXK-D'
,'2902755' ,'11i.TXK-E'
,'3002409' ,'11i.ADX.C'
,'3104607' ,'11i.TXK-F'
,'3219567' ,'11i.TXK-B'
,'3239694' ,'11i.TXK-G'
,'3271975' ,'11i.ADX.E'
,'3416234' ,'11i.TXK-H'
,'3453499' ,'11i.ADX.F'
,'3594604' ,'11i.TXK-I'
,'3817226' ,'11i.ADX.E.1'
,'3950067' ,'11i.TXK-J'
,'4104924' ,'11i.TXK-K'
,'4367673' ,'11i.TXK-J.1'
,'4717668' ,'11i.TXK-M'
,'5035661' ,'11i.One_off'
,'5107107' ,'11i.TXK-N ROLLUP PATCH AUG 2'
,'5414396 ' ,'11i RAPIDCLONE CONSOLIDATED FIXES JAN/2008 '
,'5456078' ,'11i.One_off_a'
,'5473858' ,'11i.ATG_PF.H RUP5'
,'5478710' ,'11i.TXK-O'
,'5759055' ,'11i.TXK-P'
,'5903765' ,'11i.ATG_PF.H RUP6'
,'5985992' ,'11i.TXK-Q'
) n_patch, last_update_date
FROM ad_bugs
WHERE bug_number IN ( '2488995' ,'2682177' ,'2682863' ,'2757379' ,'2902755' ,'3002409' ,'3104607' ,'3219567'
,'3239694' ,'3271975' ,'3416234' ,'3453499' ,'3594604' ,'3817226' ,'3950067' ,'4104924'
,'4367673' ,'4717668' ,'5035661' ,'5107107' ,'5414396 ' ,'5456078' ,'5473858' ,'5478710'
,'5759055' ,'5903765' ,'5985992' );

Similar Messages

  • Selecting port pool for rapid clone

    Hi,
    Our production is based on 25000 port range series (web on 25000,forms on 25001..) and now I have to clone the applications starting the port range from 26000 (web on 26000 , forms on 26001....) . Now what port pool should I select during adcfgclone.pl ...? please advice.
    Thanks
    Clinton

    I am surprised that works for you on a web port of 25000. There are supposed to only be 100 port pools, starting at 8000.
    FAQ: Cloning Oracle Applications Release 11i
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=216664.1
    What is the port pool? What if I want to give a specific value to a Server Port?
    Answer:
    If you are cloning on the same machine or want to redefine the server ports , you will be prompted for a port pool. The port pool provides a way to use a set of predefined server ports. There are 100 port pools. For example, if you select 3, the default database port number (1521) becomes 1524.
    It looks like you entered 1700 as your port pool. Try entering 1800 and see what you get. Again, no promises it works as officially there are 100 port pools.

  • RC-50221: Warning: Port Pool 21 is not free

    Having referenced the thread below, I'm having problems trying to run dbconfig (perl adcfgclone.pl dbconfig) for the port number (1542) portpool = 21 - on my test database server.
    <<RC-50204: Error: - Database Port in use: Port Value = 1571
    I've tried this many times, but to no avail.
    I have tried even the defauly portpool of 0 and even that returns the error message that the port pool is not free.
    If I do a netstat -a|grep 1542 or 1521, it returns nothing.
    What am I doing wrong?
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Checking the port pool 21
    RC-50221: Warning: Port Pool 21 is not free. Please check logfile /t01/product/db11.2.0.3/appsutil/clone/bin/CloneContext_1109082932.log for conflicts.
    Target System Port Pool [0-99] : 0
    Checking the port pool 0
    RC-50221: Warning: Port Pool 0 is not free. Please check logfile /t01/product/db11.2.0.3/appsutil/clone/bin/CloneContext_1109082932.log for conflicts.
    Target System Port Pool [0-99] : 11
    Checking the port pool 11
    RC-50221: Warning: Port Pool 11 is not free. Please check logfile /t01/product/db11.2.0.3/appsutil/clone/bin/CloneContext_1109082932.log for conflicts.

    Hussein Sawwan wrote:
    Database - 11.2.0.3 - OS - zLinux - s390 - SLES - 11 - SP1
    Application - 12.1.2 - OS - Linux x86_64 - SLES - 10 - SP3Thanks.
    Did you reboot the server as requested above? Do you have any services running on this server?
    Please also review the doc and update the thread then.
    Thanks,
    HusseinServer was re-booted. No Change.
    Here is the issue - The Database server has three listeners on it - one for the two instances - lets call it LISTENER on port 1521 - and two - one for each APP that it hosts the Instance for - lets call these LISTENER_DBAPP1 on port 1532 and LISTENER_DBAPP2 on port 1542
    Whenever I've run the perl adcfgclone dbconfig (after a datafile copy is complete and the instance is brought up), I've always had all three listeners running.
    I've never had this problem before where if I gave the portpool of 21 for DBAPP2, it would not accept, and then fail.
    Thursday onwards, this did not work.
    In additon, the dbconfig deletes the SPFILE and the init.ora file (requiring me to take a backup of each of these files before I start the dbconfig process)
    This morning, I found an prior database context file from a previous clone, and passed that in as a parameter (perl adcfgclone dbconfig DBAPP2_hostname.xml) and this worked.
    There were entries in the log file about the portpool 21 not being free - but after the dbconfig process stopped the LISTENER_DBAPP2 for the 'ApplyDatabase' portion of the dbconfig, it completed succesfully.
    I checked the FND_NODES table and the entries are what I would expect to see after a succesfull DB/Autoconfig run.
    This puzzles me - but for now my issue is resolved.

  • Rapid clone need redo logs

    Hi,
    Does Rapid clone need redo log files during cloning on target host on DB tier IN 11.5.10.2?
    Thanks

    Hi;
    Per Note: 230672.1
    "Copy the Database Tier File System
    Log on to the Source System Database Node as the ORACLE user.
    Perform a normal shutdown of the Source System Database
    Copy the Database (DBF) files from the Source to the Target System
    Copy the Source Database ORACLE_HOME to the Target System
    Start up the Source Applications System Database and Application Tier processes"
    Step "Copy the Database (DBF) files from the Source to the Target System" I think database files means data files and redo logs both in this scope.Basicly copy all dbtier from your target
    Regard
    Helios

  • Cloning Oracle Applications Release 12 with Rapid Clone

    Hi,
    I was going through metalink doc 406982.1 Cloning Oracle Applications Release 12 with Rapid Clone.
    I couldn't understand a few points.
    I would appreciate if someone can guide me regarding the following queries.
    There is a statement in the doc
    1)An important principle in Oracle Applications cloning is that the system is cloned, rather than the topology ....
    --What is meant by topology in this description?
    2)The Cloning methodology posted on this document requires full Autoconfig complience.
    --didn't get this point.
    3)Note: In the copying tasks below, UNIX/Linux users should ensure that the symbolic links (soft links) are preserved when copying. On most UNIX platforms, this can be accomplished with the cp -RH command. Consult the UNIX man page for the cp command to check the parameters available on your platform.
    --what soft links are being talked about?will the regular cp -R  command not preserve the soft links?
    4)For patching AutoConfig on the E-Business Suite R12 instance, AutoConfig needs to be enabled on both the applications tier and the database tier. (387859.1)
    --HOw do I check if AutoConfig is enabled or not?
    5)Why do I need to synchronize appsutil on database tier from application tier?
    6)Why do we need to maintaain snapshot information?
    What does snapshot actually do?
    Thannks,
    Rushi

    This is what I get when doing "grep rror" from 9239089 logfile.
    will be ignored without error.
    will be ignored without error.
    will be ignored without error.
    0 files had fatal errors.
    0 files had fatal errors.
    Performing second half of mirrored copies...
    No mirrored copies were executed in this patch.
    oracle/apps/ad/splice/adError [120.0.12010000.1] {oracle/apps/ad/splice/adError.class }
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.2/forms/java/frmall.jar: No metadata entry META-INF/JRIMETA.DAT found
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.2/jlib/ewt3.jar: No metadata entry META-INF/JRIMETA.DAT found
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.2/jlib/ewt3-nls.jar: No metadata entry META-INF/JRIMETA.DAT found
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar: No metadata entry META-INF/JRIMETA.DAT found
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.3/j2ee/oafm/applications/mapviewer/web/WEB-INF/lib/mvclient.jar: No metadata entry META-INF/JRIMETA.DAT found
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.3/j2ee/home/lib/mail.jar: No metadata entry META-INF/JRIMETA.DAT found
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.3/j2ee/home/lib/activation.jar: No metadata entry META-INF/JRIMETA.DAT found
    oracle/apps/media/ieu_status_error
    oracle/xml/parser/v2/XMLErrorMsg
    oracle/xml/parser/v2/mesg/XMLErrorMesg
    oracle/xml/parser/v2/mesg/XMLErrorMesg_ar_AE
    oracle/xml/parser/v2/mesg/XMLErrorMesg_ca_ES
    oracle/xml/parser/v2/mesg/XMLErrorMesg_cs_CZ
    oracle/xml/parser/v2/mesg/XMLErrorMesg_da_DK
    oracle/xml/parser/v2/mesg/XMLErrorMesg_de_DE
    oracle/xml/parser/v2/mesg/XMLErrorMesg_el_GR
    oracle/xml/parser/v2/mesg/XMLErrorMesg_en_US
    oracle/xml/parser/v2/mesg/XMLErrorMesg_es_AR
    oracle/xml/parser/v2/mesg/XMLErrorMesg_es_ES
    oracle/xml/parser/v2/mesg/XMLErrorMesg_fi_FI
    oracle/xml/parser/v2/mesg/XMLErrorMesg_fr_FR
    oracle/xml/parser/v2/mesg/XMLErrorMesg_hu_HU
    oracle/xml/parser/v2/mesg/XMLErrorMesg_it_IT
    oracle/xml/parser/v2/mesg/XMLErrorMesg_iw_IL
    oracle/xml/parser/v2/mesg/XMLErrorMesg_ja_JP
    oracle/xml/parser/v2/mesg/XMLErrorMesg_ko_KR
    oracle/xml/parser/v2/mesg/XMLErrorMesg_nl_NL
    oracle/xml/parser/v2/mesg/XMLErrorMesg_no_NO
    oracle/xml/parser/v2/mesg/XMLErrorMesg_pl_PL
    oracle/xml/parser/v2/mesg/XMLErrorMesg_pt_BR
    oracle/xml/parser/v2/mesg/XMLErrorMesg_pt_PT
    oracle/xml/parser/v2/mesg/XMLErrorMesg_ro_RO
    oracle/xml/parser/v2/mesg/XMLErrorMesg_ru_RU
    oracle/xml/parser/v2/mesg/XMLErrorMesg_sk_SK
    oracle/xml/parser/v2/mesg/XMLErrorMesg_sv_SE
    oracle/xml/parser/v2/mesg/XMLErrorMesg_tr_TR
    oracle/xml/parser/v2/mesg/XMLErrorMesg_zh_CN
    oracle/xml/parser/v2/mesg/XMLErrorMesg_zh_TW
    Errors and warnings are listed in the log file
    Also I am getting same kind of errors for patches 8919489,9171651,9833058 and 12404574.
    Although there were neither failures nor any ORA- error in any of the log files.
    Please guide what needs to be done regarding the shown errors for the patches.
    after executing adpreclone on db tier I got the following message in logfile.
    error while preclone on db tier:Attempt to remove existing adcrdb.zip failed
    What could have been wrong?
    Is the message normal and can it be safely ignored?
    As a pre-install task of patch 9239089,I executed adgrantsall.sql
    which gave me a prompt Enter a value for 1:
    I entered apps (apps schemaname/username)
    Is it ok?
    Thanks,
    Rushi

  • RAC to NON-RAC Cloning in R 12 using Rapid Clone

    Hi,
    We are using EBS 12.0.4 with DB version Oracle Database 10g Enterprise Edition Release 10.2.0.4.0.
    Initilally the RAC to non RAC cloning were not supported using rapid clone for this.But from Oct 19 Oracle has certified the same.
    Can anybody specify me the document which contain the step by step process for RAC to NON-RAC Cloning using Rapid Clone.I cant find this.
    Regards,
    Susmit

    Hi;
    Please check below previos thread:
    Cloning RAC to non RAC
    RAC -> NON RAC ebiz clone
    Re: Clone Oracle Apps 11.5.10.2 RacDB to Non-RAC DB
    Regard
    Helios

  • Rapid Clone hangs on 50% on Windows 2003

    Hi,
    I am running Rapid Clone for the first time on a fresh install of 11.5.10.2 on Windows 2003.
    I have applied all preprequisites and patches to the source environment, as per Metalink note 230672.1.
    I have successfully prepared the source system, copied the souce system to the target system and configured the target system database server.
    However when I attempt to configure the target system application tier, I get a small error message saying 'Installation failed'. The cloning process continues to run but hangs at 50%.
    The command I am executing is:
    cd <COMMON_TOP>\clone\bin
    perl adcfgclone.pl appsTier
    The last entries in the log file are:
    AutoConfig Services Phase
    Running Service Process 1 of 12 for AD_TOP
    Executing script in InstantiateFile:
    F:\MASTER\oracle\masterora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\perl.exe -I F:\MASTER\oracle\masterora\iAS\Apache\perl\5.00503\lib\MSWin32-x86 -I F:\MASTER\oracle\masterora\iAS\Apache\perl\5.00503\lib -I F:\MASTER\oracle\masterora\iAS\Apache\perl\site\5.00503\lib\MSWin32-x86 -I F:\MASTER\oracle\masterora\iAS\Apache\perl\site\5.00503\lib -I F:\MASTER\oracle\masterappl\au\11.5.0\perl F:\MASTER\oracle\mastercomn\admin\install\MASTER_lsvgl01\adadmat.pl
    script returned:
    Validating information in AD_APPL_TOPS table........
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Services Phase
    Running Service Process 2 of 12 for AD_TOP
    Executing script in InstantiateFile:
    F:\MASTER\oracle\mastercomn\admin\install\MASTER_lsvgl01\adsvalsn.cmd
    I have noted from Metalink Note 218089.1, FAQ 55 that there is a known issue with adsvalsn.cmd and AutoConfig. I have applied the solution:
    copy %AD_TOP%\bin\adstart.exe %COMMON_TOP%\util\SrvStart.exe
    and re-run adcfgclone.pl.
    This gets rid of the error message but the process still hangs at 50%.
    Any assistance is gratefully received.
    Thanks,
    Mark

    Many thanks for your replies, I have now successfully completed rapid clone.
    I checked the log files and there were no errors. The information I posted above was the final entry in the log file.
    Unfortunately I am having to perform this clone through remote desktop which is not ideal but unavoidable.
    For those of you attempting to rapid clone 11.5.10.2 on Windows, I found the key areas to be:
    (1) Before running adcfgclone.pl on the Apps tier:
    Add the target <806 ORACLE HOME>\bin to the system path.
    If, like me, you're unable to restart the server to globally export this variable (there's another running environment on the machine), you can set this dynamically in the command window by issuing the following command:
    set PATH=<806 ORACLE HOME>\bin;%PATH%
    To check if it's correctly set:
    echo %PATH%
    (2) Before running adcfgclone.pl on the Apps tier:
    copy %AD_TOP%\bin\adstart.exe %COMMON_TOP%\util\SrvStart.exe
    This overcomes a known issue with adsvalsn.cmd and AutoConfig (Metalink Note 218089.1, FAQ 55):
    (3) Whilst adcfgclone.pl runs on the Apps tier:
    At 50% the process appears to have trouble starting the Discoverer service. Give it a helping hand by starting it manually in the Services console.
    Now to see if everything works OK!
    Thanks again for your thoughts.
    Mark

  • Issue in rapid clone

    Hi,
    i am facing a version mismatch with perl
    this is the error
    Perl lib version (5.10.0) doesn't match executable version (v5.8.8)
    it comes just before execution of adclone.pl
    my OS in rhel5
    perl -v
    gives 5.8.8
    EBS is 12.1.2 and DB is 11.2.0.1

    Hi,
    /usr/bin/perlYou need to use Perl shipped with OracleAS 10.1.3 as per (Cloning Oracle Applications Release 12 with Rapid Clone [ID 406982.1]) -- You may also review these docs.
    Perl lib version (5.00503) doesn't match executable version (5.006) [ID 391884.1]
    Common Perl Setup Issues and Solutions for E-Business Suite 11i [ID 404055.1]
    Thanks,
    Hussein

  • Cloning Non EBS Database with Rapid Clone.

    Hi DBAs,
    It might sound weird but I was curious that - Can you clone the regular oracle database (Non EBS) using rapid clone. Lets suppose if I copy over appsutil directory from a EBS database and manually edit the context file with current instance information. Also if I need to do some changes in shell/perl scripts of rapid clone etc.
    Have any one done it in past by doing some magic and tricks or Is there automated script based cloning available for regular databases?
    Thanks
    -Naveed-

    Hi Naveed,
    I believe it is not possible as Rapid Clone is an Oracle Apps utility, so Oracle does not support cloning non-Apps databases using Rapid Clone.
    In addition, there is no context file or AutoConfig in such a database, which is required for Rapid Clone to work properly.
    Is there automated script based cloning available for regular databases? For this cloning, you can use the manual method, export/import, or RMAN.
    Note: 458450.1 - Steps to Manually Clone a Database
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=458450.1
    Note: 388431.1 - Creating a Duplicate Database on a New Host
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=388431.1
    Note: 1009100.6 - How to Create a Duplicate Database in Unix (Via Export/Import)
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=1009100.6
    Regards,
    Hussein

  • Rapid clone 11.5.10  from single node to Veritas cluster environment

    Is anybody there who had done the same and working? Please shed some light.
    version 11.5.10
    Source
    DB tier : DB, CM and Admin ( OS : Solaris 10 ), single node
    App tier : FrmSrv, iAS ( OS : Solaris 10), single node
    Target
    DB tier : DB, CM, and Admin ( OS : Solaris 10), 2-nodes Veritas Cluster
    (active/passive)
    App tier : FrmSrv, iAS (OS : Solaris 10), 2-nodes load balancer
    I've many time single node to single node rapid clone , no problem.
    But with this single node to multi-nodes, no luck.
    your input is much appreciated

    Hi
    You can use the Advanced cloning (section 4) of the cloining document# 230672.1
    to clone signle node to multi node systems.
    for webserver load balancing follow the metalink note#:217368.1
    Regards
    Srinath

  • R12 rapid clone issue.

    Dear All,
    I wanted to clarify a question regarding rapid clone since I encountered this in one of our customer site recently.
    If preclone was not run before moving the source system to the target host, will the following work-around be sufficient.
    1. Run the preclone on the db and Apps Tier
    2. Copy RDBMS_ORACLE_HOME/appsutil to the target DB Tier and replace
    3. Copy COMN_TOP/clone to the target Apps Tier and replace
    4. Run the postclone scirpts.
    You feedback is appreciated, thanks in advance.
    Thanks &
    Regards,

    yes it is sufficient.
    http://oracleajidba.blogspot.in/2010/07/what-happening-when-executing.html
    Regards,
    Haafiz

  • 12.1.2 rapid clone patches post step missing scripts directory in appsutil

    Hi,
    I have 12.1.2 new fresh instance running on 64bit RHL.
    I have applied 8360494:R12.OAM.B and 9462233:R12.OAM.B rapid clone patches. I did post steps as mentioned in patch read me which is as below:
    1.     Log in to the APPL_TOP environment (source the environment file)
    2.     Create appsutil.zip file
    perl <AD_TOP>/bin/admkappsutil.pl
    perl $AD_TOP/bin/admkappsutil.pl
    3. This will create appsutil.zip in <INST_TOP>/admin/out
    4. Copy or FTP the appsutil.zip file to the <RDBMS ORACLE_HOME>
    cd <RDBMS ORACLE_HOME>
    unzip -o appsutil.zip
    Now, I dont see any scripts directory under appsutil in database tier and due to that I can't run autoconfig in database tier.
    Do I need to any extra steps other than mentioned in read me?
    see all directories of appsutil below:
    [applcrp] pwd
    /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil
    [applcrp]ls
    bin html java media perl sql template
    thanks,

    I dont see any error in logfile. Script completed successfully as below.
    Starting the generation of appsutil.zip
    Log file located at /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/log/MakeAppsUtil_06260118.log
    output located at /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil.zip
    MakeAppsUtil completed successfully.
    ==================
    I have also coplied logfile for review.
    Deleting /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil.zip/appsutil.zip
    Deletion Successful
    Deleting directory /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil
    Deletion Successful
    UNZIP used: UnZip 5.50 of 17 February 2002, by Info-ZIP. Maintained by C. Spieler. Send
    Recursive create directory:
    /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/addbtmpl.drv
    /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/driver/addbtmpl.drv to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/addbtmpl.drv
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/driver/addbactmpl.drv to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/addbactmpl.drv
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/driver/addbcltmpl.drv to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/addbcltmpl.drv
    Recursive create directory:
    /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/ARGS.pm
    /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/ARGS.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/ARGS.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/AutoBuild.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/AutoBuild.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/AutoConfig.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/AutoConfig.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/Common.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/Common.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/Error.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/Error.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/FileSys.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/FileSys.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/IO.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/IO.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/Inventory.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/Inventory.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/Log.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/Log.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/OSD.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/OSD.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/Process.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/Process.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/Reports.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/Reports.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/Restart.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/Restart.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/RunScript.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/RunScript.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/Runtime.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/Runtime.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/SQLPLUS.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/SQLPLUS.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/Script.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/Script.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/Techstack.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/Techstack.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/TechstackDB.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/TechstackDB.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/Util.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/Util.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/Validate.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/Validate.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/XML.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/XML.pm
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//au/12.0.0/perl/TXK/HealthCheckReport.pm to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/perl/TXK/HealthCheckReport.pm
    Recursive create directory:
    /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/bin/TXKScript.pl
    /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/patch/115/bin/TXKScript.pl to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/bin/TXKScript.pl
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/bin/txkrun.pl to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/bin/txkrun.pl
    Recursive create directory:
    /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/html/txkValidate.xsl
    /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/html/txkValidate.xsl to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/html/txkValidate.xsl
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/patch/115/bin/txkInventory.pl to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/bin/txkInventory.pl
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/html/txkMessages.xml to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/html/txkMessages.xml
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/html/txkInventory.xml to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/html/txkInventory.xml
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/html/txkDiagnostics.xml to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/html/txkDiagnostics.xml
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/html/txkValObjMap.xml to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/html/txkValObjMap.xml
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/html/txkHealthCheckReport.xml to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/html/txkHealthCheckReport.xml
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/html/txkCtxInfReport.xsl to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/html/txkCtxInfReport.xsl
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/html/txkCtxInfTextReport.xsl to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/html/txkCtxInfTextReport.xsl
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/patch/115/bin/txkGenCtxInfRep.pl to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/bin/txkGenCtxInfRep.pl
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/patch/115/bin/txkHealthCheckReport.pl to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/bin/txkHealthCheckReport.pl
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/admin/template/txkEBSWrapper.pl to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/txkEBSWrapper.pl
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/ad8idbnt.env to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/ad8idbnt.env
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/addbprf.cmd to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/addbprf.cmd
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/addbctl.cmd to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/addbctl.cmd
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/addlnctl.cmd to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/addlnctl.cmd
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/adlsnodes_nt.cmd to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adlsnodes_nt.cmd
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/adsvdb.cmd to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adsvdb.cmd
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/adsvdcnv.cmd to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adsvdcnv.cmd
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/adsvdlsn.cmd to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adsvdlsn.cmd
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/adupdlib_nt.sql to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adupdlib_nt.sql
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/8i/adora8iinf.cmd to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adora8iinf.cmd
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/8i/adora10g_stub.inf to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adora10g_stub.inf
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/addbsynhnm.cmd to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/addbsynhnm.cmd
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/adcrobj.cmd to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adcrobj.cmd
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/admin/template/afinit_NT_ALL.ora to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/afinit_NT_ALL.ora
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/admin/template/afdbprf.cmd to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/afdbprf.cmd
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/addbprf.sh to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/addbprf.sh
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/addbctl.sh to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/addbctl.sh
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/adlsnodes_ux.sh to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adlsnodes_ux.sh
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/adsvdb.sh to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adsvdb.sh
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/adsvdcnv.sh to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adsvdcnv.sh
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/adsvdlsn.sh to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adsvdlsn.sh
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/adupdlib_ux.sql to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adupdlib_ux.sql
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/addlnctl.sh to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/addlnctl.sh
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/adcrobj.sh to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adcrobj.sh
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/txkConfigDbOcm.pl to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/txkConfigDbOcm.pl
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/admin/template/afmkinit.sh to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/afmkinit.sh
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/admin/template/afdbprf.sh to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/afdbprf.sh
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/addbprf.sql to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/addbprf.sql
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/addbccnv.sql to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/addbccnv.sql
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/adstopdb.sql to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adstopdb.sql
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/adstrtdb.sql to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adstrtdb.sql
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/adcrobj.sql to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adcrobj.sql
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/adchknls.pl to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adchknls.pl
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/admin/template/afdbprf.sql to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/afdbprf.sql
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/admin/template/txkcreateACL.cmd to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/txkcreateACL.cmd
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/admin/template/txkcreateACL.sh to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/txkcreateACL.sh
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/admin/template/txkcreateACL.sql to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/txkcreateACL.sql
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/admin/template/afifilecbo.ora to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/afifilecbo.ora
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/admin/template/afinit_db101.ora to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/afinit_db101.ora
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/admin/template/afinit_db102.ora to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/afinit_db102.ora
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/admin/template/afinit_db111.ora to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/afinit_db111.ora
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/admin/template/afinit_db112.ora to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/afinit_db112.ora
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/admin/template/afinit_db101RAC.ora to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/afinit_db101RAC.ora
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/admin/template/afinit_db102RAC.ora to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/afinit_db102RAC.ora
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/admin/template/afinit_db111RAC.ora to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/afinit_db111RAC.ora
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//fnd/12.0.0/admin/template/afinit_db112RAC.ora to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/afinit_db112RAC.ora
    Recursive create directory:
    /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/sql/adgrants.sql
    /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//admin/adgrants_nt.sql to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/sql/adgrants.sql
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//admin/adgrants.sql to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/sql/adgrants.sql
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/config_sol.s to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/config_sol.s
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/config_sol_64.s to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/config_sol_64.s
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/config_aix.s to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/config_aix.s
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/config_aix_64.s to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/config_aix_64.s
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/config_ux.tmp to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/config_ux.tmp
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/ad8idbux.env to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/ad8idbux.env
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/ad8ilsnr.ora to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/ad8ilsnr.ora
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/adlsnr10RAC.ora to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/adlsnr10RAC.ora
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/ons_config_db.tmp to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/ons_config_db.tmp
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/ad8isqlnet.ora to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/ad8isqlnet.ora
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/admin/template/install/template/db/ad8itns.ora to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/template/ad8itns.ora
    Recursive create directory:
    /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/java/xmlparserv2.jar
    /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil
    Binary copy of /mnt/disk4/oracle/CRP/apps/tech_st/10.1.3//lib/xmlparserv2.jar to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/java/xmlparserv2.jar
    Recursive create directory:
    /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/java/oracle/apps/ad/autoconfig
    /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/java
    Starting Directory copy, /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/java/oracle/apps/ad/autoconfig==>/mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/java/oracle/apps/ad/autoconfig
    Directory copying done
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/java/oracle/apps/ad/autoconfig to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/java/oracle/apps/ad/autoconfig
    Starting Directory copy, /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/java/oracle/apps/ad/clone==>/mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/java/oracle/apps/ad/clone
    Directory copying done
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/java/oracle/apps/ad/clone to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/java/oracle/apps/ad/clone
    Starting Directory copy, /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/java/oracle/apps/ad/context==>/mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/java/oracle/apps/ad/context
    Directory copying done
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/java/oracle/apps/ad/context to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/java/oracle/apps/ad/context
    Starting Directory copy, /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/java/oracle/apps/ad/revision==>/mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/java/oracle/apps/ad/revision
    Directory copying done
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/java/oracle/apps/ad/revision to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/java/oracle/apps/ad/revision
    Starting Directory copy, /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/java/oracle/apps/ad/tools==>/mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/java/oracle/apps/ad/tools
    Directory copying done
    Binary copy of /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/java/oracle/apps/ad/tools to /mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/java/oracle/apps/ad/tools
    Starting Directory copy, /mnt/disk4/oracle/CRP/apps/apps_st/appl//ad/12.0.0/java/oracle/apps/ad/util==>/mnt/disk4/oracle/CRP/inst/apps/CRP_preprod03/admin/out/appsutil/appsutil/java/oracle/apps/ad/util
    Directory copying done
    continue in next post.....

  • About Rapid clone

    My system is
    O/S : Linux AS 2.1 (CPU 2.8Gh *2 , 4G mem)
    EBS Version : 11.5.9
    I want cloning so I have worked with rapid clone process document "Cloning Oracle Applications Release 11i with Rapid Clone 230672.1".
    I have one question
    Must I target system installed EBS 11.5.9 before "start perl script" or "source data copy" ??
    otherwise taget system is running only copy source data ???

    Hi Cho,
    You can copy the source and start the rapid clone.
    Magesh

  • Is it possible to run Rapid clone in a silent/automatic mode?

    Hi List,
    Just wonder if somebody from you fully automated Apps env. cloning procedure?
    We have managed to automate DB part of cloning and most of post clone tasks.
    But one step we still doing manually:
    perl $COMMON_TOP/clone/bin/adcfgclone.pl appsTier
    and answering to all question this tool asking.
    We would like fully automate the cloning procedure to eliminate humane errors.
    Any experience/suggestions on that?
    Thank you in advance,
    Yury

    Hi Ed,
    Tak a look on the following doc in Metalink:
    Note:230672.1 Cloning Oracle Applications Release 11i with Rapid Clone June 2006
    -- Section 4: Advanced Cloning Options
    ---- Refreshing a target system
    Oracle Describes how you can refresh an Apps environment without promting all those questions.
    In case it doesn't help you can use the following command to clone an environment in silent mode:
    perl $COMMON_TOP/clone/bin/adclone.pl java=$COMMON_TOP/clone/bin/../jre mode=apply stage=$COMMON_TOP/clone/bin/.. component=appsTier method=CUSTOM appctxtg=$APPL_TOP/admin/<envname>_<hostname>.xml showProgress contextValidated=true pwd=apps
    In order to generate a Context file you can use ether adclonectx.pl or the following:
    -- To generate Contex file you can use the following command
    $COMMON_TOP/clone/bin/../jre/bin/java -classpath $COMMON_TOP/clone/bin/../jlib/java:$COMMON_TOP/clone/bin/../jlib/xmlparserv2.zip:$COMMON_TOP/clone/bin/../jlib/classes12.zip:$COMMON_TOP/clone/bin/../jre/lib/rt.jar oracle.apps.ad.context.CloneContext -e $COMMON_TOP/clone/bin/../context/apps/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile.lst -stage $COMMON_TOP/clone/bin/../ -passwd <apps_password> -perl "$IAS_ORACLE_HOME/iAS/Apache/perl/bin/perl" -perl5lib /app/uat/uatora/iAS/Apache/perl/lib/5.00503:/app/uat/uatora/iAS/Apache/perl/lib/site_perl/5.005:/app/uat/uatappl/au/11.5.0/perl
    /tmp/adpairsfile.lst -- file content
    s_appsuser=<appl_user>
    s_appsgroup=<group>
    Yury,
    Check this out:
    A.
    http://www.freelists.org/archives/ora-apps-dba/05-2006/msg00000.html
    B.
    - Users can subscribe to the list by sending email to
    ora-apps-dba-request_at_freelists.org with 'subscribe' in the Subject field
    C.
    http://www.freelists.org/archives/ora-apps-dba/06-2006/threads.html
    http://www.freelists.org/archives/ora-apps-dba/05-2006/threads.html

  • 11i Rapid Clone Not Certified With 10g/11g RAC???

    Metalink document 230672.1, "Cloning Oracle Applications Release 11i with Rapid Clone" was updated Feb. 2009 with the following:
    February 04, 2009
    - Added 11i/10g/11g RAC clarification on Section 4 Steps 6 and 7.
    - Corrected incorrect format statements.
    The clarification?
    Attention: The following steps apply only for 9i RAC Clusters. Rapid Clone is not certified for Cloning 11i with 10g or 11g RAC Systems at this time.
    10g RAC support for EBS has existed for quite a while, what's up with this? I'm in the middle of upgrading my 11i EBS on 9i RAC environments to 10gR2 RAC.
    Anyone cloning 11i with 10g/11g RAC? How are you doing it?
    Disgusted,
    Jerry

    Take a look Doc ID: 230672.1 on Metalink Section 6 talks about Cloning a RAC system
    If you're trying to search for anything on EBS look for Applications 11i, because most docs refer to it as Applications 11i more often then EBS.
    Cloning Oracle Applications Release 11i
    with Rapid Clone

Maybe you are looking for

  • How to print custom documents through custom program

    Hi, I am printing custom documents like Commercial Invoice, Shipper's Letter of Instructions,  Shipper's Export Declaration , using communication tab of custom declarations. SInce user wanted output with a changed layout( different from standard), so

  • Can I use an External hard drive and my computers hard drive for apple tv

    Can I use an External hard drive and my computers hard drive for apple tv

  • THINKPAD YOGA TOP SCREEN CORNER YELLOWING

    Hello, I have seen thinkpad yogas that are coming up to 1 year old have identical screen yellow / orange blotches in the corner top of the screens. Seeing as these machines have *just* left warranty what is going on?

  • How do i unfreeze my ipod from the loading screen on startup?

    my ipod started to exit apps by itself and i took no notice because it does this sometimes. it started turning on and off again. now it is stuck on the loading screen but sometimes it switches to the apple logo but then reverts. any suggestions?

  • Hr-abap payroll (payslip problem)

    Hi, I am modifying the payslip. Here in input screen we r using plant option. my problem is if the person shifts from one plant to another plant then the payslip of that person must be latest plant payslip. but if the end user takes payslip of the pe