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

Similar Messages

  • About EBS12 rapid clone issue

    I always need to clone a test environment from PROD environment.
    every time I configure the target system by "perl adcfgclone.pl ...", I always need to enter many value (such as SID, servername, oracle_home ...) by interactive mode, I think it is troublesome. so I want to find a simple way to confige the target system (perl adcfgclone.pl ) without interactive mode. such as identify a template file that save all the instacne value(SID,servername,ORACLE_HOME etc.), how to realise it ? please help, thanks!
    Edited by: easonmy on 03-May-2012 00:03

    Hi;
    I suggest to check below links
    Is it possible to run Rapid clone in a silent/automatic mode?
    automatic cloning method
    https://blogs.oracle.com/stevenChan/entry/certified_rac_scenarios_for_ebs_cloning
    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

  • 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' );

  • 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

  • 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 an update via target tables post load command

    Is it possible to run a sql update statement via post load command of target table?
    What does it mean by post load command, does it gets triggered only after a successful execution of a data flow (to Target table)?
    Or it can also gets triggered even if a dataflow fails?
    this is teh sql which i would like to run via post if dataflow success only.
    Update tbl_job_status set end_time=nvl(NULL,sysdate()) where job_id = (select max job_id from tbl_job_status where j_dataflowname='Chk_Order_Delta')

    I do not believe it will necessary run if the df fails. If you want your job status table updated no matter what (apart from a complete DS meltdown), you'll want to wrap things in a try-catch to make sure you're handling the update. You can do it in a script, or with a dataflow. A nice way to handle all this sort of operational metadata tracking stuff is to write yourself a library of custom functions and then consistently call them fore & aft of jobs or workflows or whatever components you want to track.  If you've got access to a Rapid Mart, you might look at what they've done there -- nice stuff (although you can't just "borrow" it).

  • Post Rapid clone

    Hi Guys,
    Platform is Linux
    11.5.10.2
    cloned source to Target successfully using rapid clone and done the finishing steps all is working fine.
    However if I login to OAM, on Applications dashboard under "Host" I still see the source listed with the target.
    Also if I go to Sitemap -> Autoconfig I still see the source listed under "Host" with the target
    Please how can I clean up all the source listing from OAM.
    Thanks in advance.
    Message was edited by:
    user569403

    1) Issue the following as APPS user:
    SQL> EXEC FND_CONC_CLONE.SETUP_CLEAN;
    SQL> commit;2) Run AutoConfig on the database tier, then on the application tier
    Note: 391406.1 - How to get a clean Autoconfig Environment
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=391406.1

  • Rapid Clone finishing step

    Hi Guys,
    Hope you had a great weekend.
    need a little help here.
    part of Rapid of clone finishing steps is
    Table Name column name TASK
    FND_FORM_FUNCTIONS      WEB_AGENT_NAME      Update to point at the new PLSQL listener name
    THIS States to update column WEB_AGENT_NAME of the FND_FORM_FUNCTIONS table to point to the new PLSQL listener name.
    Ok which is the PLSQL listener name?
    is it the database listener name or is this the APPS listener name?
    Please need clarification here and the best way to update.
    thanks in Advance

    Hi Arnoud, Hussien, and others :)
    I am also reading....
    Subject: Cloning Oracle Applications Release 12 with Rapid Clone
    Doc ID: Note: 406982.1
    Since they are mostly related to my EBS migrate from 32bit to 64bit. It seems cloning also since my 32bit (source) is still running in production, paralleling with the tartget (64bit) on separate server.
    In item #3 of Section 3: Finishing Tasks (of 406982.1)
    It says
    3. Update Workflow configuration settings
    ===============================
    Cloning an Oracle Applications instance will not update the host and instance specific information used by Oracle Workflow. Review the following tables and columns to verify there is no instance specific data in the Workflow configuration on the target system.
    Table Name      Column Name      Column Value Details
    WF_NOTIFICATION_ATTRIBUTES      TEXT_VALUE      Value starts with http://<old web host> : Update to new web host
    WF_ITEM_ATTRIBUTE_VALUES      TEXT_VALUE      Value starts with "http://<old web host> : Update to new web host
    WF_SYSTEMS      GUID      Create a new system defined as the new global database name using the Workflow Administrator Web Applications responsibility.
    WF_SYSTEMS      NAME      Value needs to be replaced with the database global name
    WF_AGENTS      ADDRESS      Update database link with the new database global name.
    FND_FORM_FUNCTIONS      WEB_HOST_NAME      Update with the new web host name
    FND_FORM_FUNCTIONS      WEB_AGENT_NAME      Update to point at the new PLSQL listener name
    FND_CONCURRENT_REQUESTS      LOGFILE_NAME      Update with the correct path to the logfile directory
    FND_CONCURRENT_REQUESTS      OUTFILE_NAME      Update with the new directory path on the target system
    ==============
    Do I update these tables using sqlplus? The docs did not explain in detail how to update them. I thought the book warns that sqlplus should not be used in updating EBS data.
    The owner of these tables is APPLSYS. What is its default password of APPLSYS?
    Thanks a lot

  • Is it possible to run sub vi and main vi at same time from startup?

    Is it possible to run both my main vi and my two sub vi`s from startup, all of them continuously? I have to sub vi`s that are supposed to take in measurements from two different instruments continuously. I manage to make a program where I can open up and close the sub vi`s, but when my sub vi`s are closed, nothing is happening in them...and they start to run again when I open them...and I have to close them if my main VI is supposed to run. So the data in the chart is only from the periodes when the sub vi has been open.
    Thanks in advance for your help!

    I will send my labview programs. "Hovedprogram" is my main vi, "front" and "front 2" is my sub vi`s. I am also using global variables. I have already searched the discussion forum trying to find an answer to my problem, but I haven`t quite managed yet...
    My sub vi`s are not connected to any instrument now, but I have inserted a sinewave-generator and a chart in "front"(my sub vi) so I am able to see that the sub vi actually stop running when i close the window.
    Attachments:
    front2.vi ‏17 KB
    Hovedprogram.vi ‏42 KB
    front.vi ‏69 KB

  • Is it possible to run the Classic Environment INSIDE Rosetta on a MacBook Pro (Early 2008) with Leopard?

    Hi there,
    Rosetta works up until Snow Leopard. The Classic Environment works up until a late version of Tiger. Rosetta makes apps. built for PowerPC Macs work. The Classic Environment make apps. for Mac OS 9 work on Mac OS X for PowerPC Macs.
    Would it consequently be possible to run the Classic Environment INSIDE Rosetta?
    I have read https://discussions.apple.com/docs/DOC-2292, but I am still unconvinced unless there is a flaw to my logic. At any rate, I subscribe to the Churchillian adage of never giving in unless the forces of common sense and doctrine dictate otherwise.
    If it won't work, then why?
    Best Regards,
    Stefan

    Hi there, Klaus1, BDAqua and a brody,
    Thank you ever so much for your kind replies! (I tried giving you the 10 pts. of 'Correct Answers' to each of you, but unfortunately it was only possible for Klaus1, so the points were distributed between him and BDAqua even though you were all helpful!)
    My next question will naturally be: Is SheepShaver legal? My Google search didn't yield any conslusive proof that it was, nor any that it wasn't, but as the E-Maculation web page seemed quite official and above board I would assume that it is.
    The next logical step would be to ask whether it's safe for both HW and SW to run SheepShaver. HW, it appears, is very rarely, if ever, affected by SW settings, so I would assume that hardwarewise, I'm good to go. Could it ruin the kernel of Mac OS X's Unix-based operating system?
    Kind Regards,
    Stefan

  • Is it possible to create a Clone database with the same name of source db ?

    Is it possible to create a Clone database with the same name of source db using RMAN ...
    DB version is 11.2.0.2
    Is it possible to clone a 11.2.0.2 database to 11.2.0.3 home location directly on a new server . If it starts in a upgrade mode , it is ok ....

    user11919409 wrote:
    Is it possible to create a Clone database with the same name of source db using RMAN ...
    yes
    >
    DB version is 11.2.0.2
    Is it possible to clone a 11.2.0.2 database to 11.2.0.3 home location directly on a new server . If it starts in a upgrade mode , it is ok ....yes
    Handle:     user11919409
    Status Level:     Newbie (10)
    Registered:     Dec 7, 2009
    Total Posts:     102
    Total Questions:     28 (22 unresolved)
    why do you waste time here when you rarely get any answers to your questions?

  • Error while running post clone on DB tier

    Hi,
    While running post clone on DB tier (12.1.1 version), I am getting the following error
    Creating the control file for faat1212_jsrc-cn4 database ...
    SQL*Plus: Release 11.1.0.7.0 - Production on Mon Mar 8 18:24:10 2010
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    ERROR:
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    ORA-01012: not logged on
    ERROR:
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    SP2-0640: Not connected
    SP2-0641: "EXECUTE" requires connection to server
    ORA-01031: insufficient privileges
    ERROR:
    ORA-01031: insufficient privileges
    Checking for errors ...
    The database has not been successfully created. Shutting down the instance ...
    SQL*Plus: Release 11.1.0.7.0 - Production on Mon Mar 8 18:24:11 2010
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    .end std out.
    .end err out.
    I am running the script only as oracle user and I also checked in the context file for the "dbuser", it also shows oracle user.
    Please help
    Thanks
    Sasi

    Hi,
    I copied the ORACLE_HOME again and ran the post clone on DB tier again. This time I am getting the following error
    Total System Global Area 1071333376 bytes
    Fixed Size                  1318172 bytes
    Variable Size             427819748 bytes
    Database Buffers          629145600 bytes
    Redo Buffers               13049856 bytes
    Control file created.
    alter database open resetlogs
    *+
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    Process ID: 6001
    Session ID: 400 Serial number: 3
    ERROR:
    ORA-03114: not connected to ORACLE
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    Checking for errors ...
    The database has not been successfully created. Shutting down the instance ...
    SQL*Plus: Release 11.1.0.7.0 - Production on Tue Mar 9 02:20:04 2010
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    Connected.
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    Disconnected from ORACLE
    These are the last few lines in the alert log
    +ORA-07445: exception encountered: core dump [PC:0x3D7E4214] [SIGSEGV] [ADDR:0xF718BE] [PC:0x3D7E4214] [Address not mapped to object] []+
    Incident details in: /u02/app/oracle17/tech_st/11.1.0/admin/faat1212_jsrc-cn4/diag/rdbms/faat1212/faat1212/incident/incdir_2530/faat1212_ora_6247_i2530.trc
    +Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0xB6F6A224] [PC:0x94EA856, {empty}]+
    Errors in file /u02/app/oracle17/tech_st/11.1.0/admin/faat1212_jsrc-cn4/diag/rdbms/faat1212/faat1212/trace/faat1212_ora_6247.trc  (incident=2531):
    +ORA-07445: exception encountered: core dump [PC:0x94EA856] [SIGSEGV] [ADDR:0xB6F6A224] [PC:0x94EA856] [Address not mapped to object] []+
    +ORA-07445: exception encountered: core dump [PC:0x3D7E4214] [SIGSEGV] [ADDR:0xF718BE] [PC:0x3D7E4214] [Address not mapped to object] []+
    Incident details in: /u02/app/oracle17/tech_st/11.1.0/admin/faat1212_jsrc-cn4/diag/rdbms/faat1212/faat1212/incident/incdir_2531/faat1212_ora_6247_i2531.trc
    +Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x1] [PC:0xAF3B863, {empty}]+
    Tue Mar 09 03:20:08 2010
    Sweep Incident[2546]: completed
    Sweep Incident[2545]: completed
    Sweep Incident[2538]: completed
    Sweep Incident[2537]: completed
    Please help..Thanks a lot in advance
    Regards
    Sasi

Maybe you are looking for

  • Using "as" in DUAL statement produces error

    Hi, SELECT 'abcefghijklm' AS str FROM DUAL WHERE str IN ('a','e','i','o','u'); This produces an error message - "STR": invalid identifier Is such a comparison using a field name invented using "as" always invalid - is there no way around it? What I a

  • Ical - moving appointments from one ID to another

    In an attempt to eliminate my second Apple ID / iCloud account (let's refer to the two accounts as KEEP and LOSE), I exported iCal data from LOSE, and tried importing it to KEEP.  I did the import after switching iCal to point to KEEP.  The Import po

  • How can i retrieve my saved contacts on my PC?

    Hello There, how can i retrieve my saved contacts on my PC? Thanks

  • Macbook Pro 17" firewire 800 power

    I have an early 2011 17" Macbook Pro laptop. I would like to purchase an ImagingSource CCD camera that has a firewire 400 connection.I plan on connecting it to the firewire 800 connection on the laptop via a 6 pin to 9 pin cable. The question is: Wil

  • File damaged only when emailing it.

    Hello, I have a fill-in file that I use to bill for jobs that I received from my company.  I am able to print it and open it after saving it on my computer.  However, if I email it to anyone, the receiver of the email gets an error message that says: