R12(12.1.3) Vision Instance Cloning Issues

Hi guys
I setup a vision instance R12(12.1.3) using Oracle VirtualBox and Oracle VM templates & the instance is up and running fine. I tried to clone the instance over another VM, which is built on VM embedded OS (prerequisites fulfilled) and I have done the following
Done pre-clone on database tier
Done pre-clone on application tier
shut down both db, application
created tar ball for both database, application folders /u01/E-BIZ/db , /u01/E-BIZ/apps and copied to the target VM server
extracted the files to /u01/E-BIZ/db , /u01/E-BIZ/apps/
switched to /u01/E-BIZ/db/tech_st/11.2.0.2/appsutil/clone/bin
and ran perl adcfgclone.pl dbTier
After 50% the cloning fails and the MAKE file has an errorcode = .58
I have checked the MAKE log and the bottom part is like this
/u01/E-BIZ/db/tech_st/11.2.0.2/srvm/lib
ins_srvm.mk:68: warning: overriding commands for target `libsrvm11.so'
ins_srvm.mk:31: warning: ignoring old commands for target `libsrvm11.so'
ins_srvm.mk:71: warning: overriding commands for target `libsrvmocr11.so'
ins_srvm.mk:34: warning: ignoring old commands for target `libsrvmocr11.so'
ins_srvm.mk:74: warning: overriding commands for target `libsrvmhas11.so'
ins_srvm.mk:37: warning: ignoring old commands for target `libsrvmhas11.so'
make: *** No rule to make target `iodbagrp'.  Stop.
Failed linking target iodbagrp on Sun Oct  6 23:01:53 EDT 2013...
/u01/E-BIZ/db/tech_st/11.2.0.2/bin
$Id: genorasdksh.sh /linuxamd64/15 2010/04/28 22:10:13 aime Exp $
Generating BASE ORASDK library...
Creating /u01/E-BIZ/db/tech_st/11.2.0.2/lib/liborasdkbase.so.11.1
-rwxr-xr-x 1 root root 11733746 Oct  6 23:01 liborasdkbase.so.11.1
lrwxrwxrwx 1 root root 21 Oct  6 23:01 liborasdkbase.so -> liborasdkbase.so.11.1
Completed linking target liborasdkbase on Sun Oct  6 23:01:54 EDT 2013...
/u01/E-BIZ/db/tech_st/11.2.0.2/bin
$Id: genorasdksh.sh /linuxamd64/15 2010/04/28 22:10:13 aime Exp $
Generating FULL ORASDK library...
Creating /u01/E-BIZ/db/tech_st/11.2.0.2/lib/liborasdk.so.11.1
-rwxr-xr-x 1 root root 41617377 Oct  6 23:01 liborasdk.so.11.1
lrwxrwxrwx 1 root root 17 Oct  6 23:01 liborasdk.so -> liborasdk.so.11.1
Completed linking target liborasdk on Sun Oct  6 23:01:54 EDT 2013...
/u01/E-BIZ/db/tech_st/11.2.0.2/rdbms/lib
rm -f /u01/E-BIZ/db/tech_st/11.2.0.2/lib/libskgxp11.so
cp /u01/E-BIZ/db/tech_st/11.2.0.2/lib//libskgxpg.so /u01/E-BIZ/db/tech_st/11.2.0.2/lib/libskgxp11.so
Completed linking target ipc_g on Sun Oct  6 23:01:54 EDT 2013...
The value of IS_RAC:false
Error found while relinking
  return code = .58
I have referred few other threads discussing the same issue, unfortunately, I don't have access to Oracle support at this point of time. Hence would request one of you to provide me the instructions available with ""Fatal error: Don't know how to make target `iodbagrp' " [ID 1365015.1]
regards,
raj

Hi Asif
It's all right I didn't mean sharing the document either, just the content, lol
As I have mentioned, I was trying to clone an instance which was live and "rocking", couldn't understand why the clone will fail, while all the prerequisites were in place (As the new virtual machine was a copy of the existing VM with instance live)
Later I changed the OS level rights for user oracle, changed the mode of /u01/E-BIZ to 777 and tried to run the adcfgclone once again and the entire process went through smoothly.
Anyway, I would say, the case is closed now.
Thanks once again
regards,
raj
Removed the "actual solution" which didn't work

Similar Messages

  • Weird issue occurring after cloning the R12 Vision instance.

    Hi everyone,
    We are currently evaluating R12 using the Vision DB instance. Since I'm seeing that the apps processes like to have at least 2gb of memory, the initial server just isn't beefy enough for R12 so I cloned it over to a better server following metalink Note:406982.1 (Cloning Oracle Applications Release 12 with Rapid Clone)
    There were various cloning issues that came up that fortunately, I was able to resolve myself .. still with tarring up directories, ftp'ing the tar files, etc etc it took almost 2 days to finish the clone.
    Upon starting the clone I'm seeing the following errors reported when the db listener and the apps fndfs listener start:
    TNS-01114: LSNRCTL could not perform local OS authentication with the listener
    TNS-01115: OS error 22 creating shared memory segment of 129 bytes with key 2044160132
    However, the listener processes actually do start even though the above errors are reported and I verify that I can see the server processes for both. In addition, I can login to apps and do everything without any issues and login from sqlplus to the database remotely and everything appears to be working.
    But if I try to look at the listener status or try to stop either listener process I get the above errors. So, if I need to bounce the app or the db I have to actually kill the listener processes in order to do so. Then upon startup, the above situation repeats.
    So, I've opened a SR in regards to this as it appears to be a cloning bug. The only metalink hits I found were talking about the shmsys:shminfo_shmmni setting (currently at 200) but I don't think that's it since I've had 6 apps instances up and running on this particular server before.
    Currently the R12 Vision instance is running with RUP 1 applied. I did see there was a new Techstack update and a new RUP 2 update for apps released just last week but thought I would ask if anyone else who's used rapid clone with R12 experienced similiar issue?
    Thanks.
    Chad
    Message was edited by:
    Chad Smith

    I am usually seen on the on ramps with a sign that says will clone for food...
    I think your perl version is a little low for R12. Here is what I have in an upgraded R12 from 11.5.10.2 Vision:
    which perl
    /lv01/oracle/ltest/apps/tech_st/10.1.3/perl/bin/perl
    perl -version
    This is perl, v5.8.3 built for i686-linux-thread-multi
    Copyright 1987-2003, Larry Wall
    Perl may be copied only under the terms of either the Artistic License or the
    GNU General Public License, which may be found in the Perl 5 source kit.
    Complete documentation for Perl, including FAQ lists, should be found on
    this system using `man perl' or `perldoc perl'. If you have access to the
    Internet, point your browser at http://www.perl.com/, the Perl Home Page.
    I was clearing 150 GB for an Oracle Enterprise Linux VM for installing/cloning 11i or R12 into, so I will clone a scratch R12.0.2 upgrade instance there. The prepare scripts completed without error, and the cpios are running now.
    prepare DB:
    ApplyDBTier Finished at Mon Jul 23 22:00:38 PDT 2007
    Status: Completed Successfully
    perpare AppsTier:
    Successfully prepared appl_top for staging. Mon Jul 23 22:07:05 PDT 2007
    Creating zip files for appltop.
    Mon Jul 23 22:07:05 PDT 2007
    Done...
    Successfully created zip files.
    Mon Jul 23 22:07:05 PDT 2007
    StageAppsTier Finished at Mon Jul 23 22:07:05 PDT 2007
    Status: Completed Successfully
    I will update thread with the results of the config clone scripts.
    Make sure you link to your environment files correctly:
    lrwxrwxrwx 1 oracle dba 43 2005-02-10 20:29 vis9.env -> /lv03/oracle/vis9db/9.2.0/vis9_hostname.env
    lrwxrwxrwx 1 oracle dba 62 2007-01-26 22:59 visr12.env -> /lv04/oracle/visr12/db/tech_st/10.2.0/visr12_hostname.env
    ln -s /lv04/oracle/visr12/db/tech_st/10.2.0/visr12_hostname.env visr12.env
    lrwxrwxrwx 1 applmgr appl 33 2005-02-10 20:27 vis9.env -> /lv03/oracle/vis9appl/APPSORA.env
    lrwxrwxrwx 1 applmgr appl 66 2007-01-26 22:56 visr12.env -> /lv04/oracle/visr12/apps/apps_st/appl/APPSvisr12_hostname.env
    ln -s /lv04/oracle/visr12/apps/apps_st/appl/APPSvisr12_hostname.env visr12.env
    Yes, mythtv is fantastic. I also like mythvideo and mytharchive. I needed to move unneeded backups and edelivery downloads to make room for recordings...

  • Issue with adop fs_clone after upgrade to R12.2.3 on VIS instance

    I have installed EBS R12.2.0 Vision instance on Oracle Linux Server release 6.5 x86-64 with Unbreakable Enterprise Kernel release 3 (3.8.13-16.2.2.el6uek.x86_64) and then updated to R12.2.3.  Everything went smooth with the initial install, the AD and TXK patches, and the adop patching cycle for 12.2.3 update.  I'm having an issue with the running fs_clone which is the first post-update step from doc 1586214.1.  The other adop phases ran OK see below.  Also below is the error I'm getting and want to know if anyone has experienced this or any ideas?  I've googled and searched MOS but can't find a direct hit.  I'm new to adop and struggling to troubleshoot this....any help would be appreciated. I've run the fs_clone phase a couple times but got the same result.
    adop -status -detail (this is the R12.2.3 update cycle).  All steps seems OK here.
    Current Patching Session ID: 4
    Node Name       Node Type       Phase       Status          Started                        Finished                       Elapsed
    hn-s-sb13       master         PREPARE     COMPLETED       27-DEC-13 09:27:31 -05:00      27-DEC-13 09:55:35 -05:00      0:28:04
                                              APPLY       COMPLETED       27-DEC-13 10:11:53 -05:00      27-DEC-13 09:35:53 -05:00      11:24:00
                                              FINALIZE    COMPLETED       28-DEC-13 09:28:46 -05:00      28-DEC-13 09:29:52 -05:00      0:01:06
                                              CUTOVER     COMPLETED       28-DEC-13 09:32:12 -05:00      28-DEC-13 10:05:35 -05:00      0:33:23
                                              CLEANUP     COMPLETED       28-DEC-13 10:25:22 -05:00      28-DEC-13 10:48:31 -05:00      0:23:09
    File System Synchronization Used in this Patching Cycle: None
    Generating full ADOP Status Report at location: /u01/oracle/VIS/fs_ne/EBSapps/log/status_20131229_120910/adzdshowstatus.out
    Please wait...
    Done...!
    adop exiting with status = 0 (Success)
    From txkADOPPreparePhaseSynchronize_Sat_Dec_28_12_40_05_2013.log:
    ==========================
    Inside setCloneStatus()...
    ==========================
    Generating SQL file: /u01/oracle/VIS/fs_ne/EBSapps/log/adop/5/fs_clone_20131228_123623/VIS_hn-s-sb13/TXK_SYNC_create_Sat_Dec_28_12_40_05_2013/5_DEREGISTER-ORACLE-HOMES.sql
    SQL Command: UPDATE ad_adop_session_patches SET clone_status = 'DEREGISTER-ORACLE-HOMES' WHERE status = 'N' AND bug_number = 'CLONE' AND node_name = 'hn-s-sb13' AND adop_ses
    sion_id = 5;
    Execute SYSTEM command : sqlplus ********* @/u01/oracle/VIS/fs_ne/EBSapps/log/adop/5/fs_clone_20131228_123623/VIS_hn-s-sb13/TXK_SYNC_create_Sat_Dec_28_12_40_05_2013/5_DEREGI
    STER-ORACLE-HOMES.sql
    EXIT STATUS: 1
    SQL execution went through successfully.
    LOG FILE: /u01/oracle/VIS/fs_ne/EBSapps/log/adop/5/fs_clone_20131228_123623/VIS_hn-s-sb13/TXK_SYNC_create_Sat_Dec_28_12_40_05_2013/5_DEREGISTER-ORACLE-HOMES.out.
    *******FATAL ERROR*******
    PROGRAM : (/u01/oracle/VIS/fs2/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPPreparePhaseSynchronize.pl)
    TIME    : Sat Dec 28 12:42:54 2013
    FUNCTION: main::runFSCloneApply [ Level 1 ]
    ERRORMSG: /u01/oracle/VIS/fs2/EBSapps/comn/clone/bin/adclone.pl did not go through successfully.
    From adop_20131228_123623.log:
        ADOP Session ID: 5
        Phase: fs_clone
        [START 2013/12/28 12:39:57] fs_clone phase
          [EVENT]     [START 2013/12/28 12:40:01] Performing CLONE Steps
            [EVENT]     [START 2013/12/28 12:40:02] CLONE Patch File System from Run File System
              [EVENT]     Calling: /u01/oracle/VIS/fs2/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPPreparePhaseSynchronize.pl
              [STATEMENT] Output directory: /u01/oracle/VIS/fs_ne/EBSapps/log/adop/5/fs_clone_20131228_123623/VIS_hn-s-sb13
              [UNEXPECTED]Error occurred while executing <perl /u01/oracle/VIS/fs2/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPPreparePhaseSynchronize.pl -contextfile=/u01/oracl
    e/VIS/fs2/inst/apps/VIS_hn-s-sb13/appl/admin/VIS_hn-s-sb13.xml -patchcontextfile=/u01/oracle/VIS/fs1/inst/apps/VIS_hn-s-sb13/appl/admin/VIS_hn-s-sb13.xml -promptmsg=hide -co
    nsole=off -mode=create -sessionid=5 -timestamp=20131228_123623 -outdir=/u01/oracle/VIS/fs_ne/EBSapps/log/adop/5/fs_clone_20131228_123623/VIS_hn-s-sb13>
              [UNEXPECTED]Error occurred while CLONE Patch File System from Run File System using command: <perl /u01/oracle/VIS/fs2/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOP
    PreparePhaseSynchronize.pl -contextfile=/u01/oracle/VIS/fs2/inst/apps/VIS_hn-s-sb13/appl/admin/VIS_hn-s-sb13.xml -patchcontextfile=/u01/oracle/VIS/fs1/inst/apps/VIS_hn-s-sb1
    3/appl/admin/VIS_hn-s-sb13.xml -promptmsg=hide -console=off -mode=create -sessionid=5 -timestamp=20131228_123623 -outdir=/u01/oracle/VIS/fs_ne/EBSapps/log/adop/5/fs_clone_20
    131228_123623/VIS_hn-s-sb13>.
              [PROCEDURE] [START 2013/12/28 12:42:55] Check and Stop Patch Admin Server
                [STATEMENT]         select count(1) from ad_adop_session_patches
            where applied_file_system_base='/u01/oracle/VIS/fs2' and
            patch_file_system_base='/u01/oracle/VIS/fs1' and
            bug_number IN ('CLONE','CONFIG_CLONE') and
            status IN ('N','F')
                [STATEMENT] There is a pending clone session for /u01/oracle/VIS/fs1.
                [STATEMENT] Skipping Check and Stop Patch Admin Server Step.
              [PROCEDURE] [END   2013/12/28 12:43:01] Check and Stop Patch Admin Server
              [UNEXPECTED]fs_clone phase completed with errors/warnings. Please check logfiles
              [PROCEDURE] [START 2013/12/28 12:43:03] Unlocking sessions table
                [STATEMENT] SQL stmt: <       begin
              AD_ZD_ADOP.UNLOCK_SESSIONS_TABLE('hn-s-sb13',60,2);
           end;
    >
              [PROCEDURE] [END   2013/12/28 12:43:07] Unlocking sessions table
              Log file: /u01/oracle/VIS/fs_ne/EBSapps/log/adop/5/adop_20131228_123623.log

    Randy,
    Looks like you need to add more space to /tmp directory as I see the following entries in CLONE*.error file.
    CLONE2013-12-28_12-41-01PM.error:
    =================================
    SEVERE : Dec 28, 2013 12:42:46 PM - ERROR - CLONE-20275   Insufficient space to create /tmp/CLONINGCLIENT8522798570339051663.
    SEVERE : Dec 28, 2013 12:42:46 PM - CAUSE - CLONE-20275   Minimum required space was at least "1,798" MB, but only "1,737" MB was available for use.
    SEVERE : Dec 28, 2013 12:42:46 PM - ACTION - CLONE-20275   Make sure that the minimum required space is available for use.
    SEVERE : Dec 28, 2013 12:42:46 PM - ERROR - CLONE-20233   Restoring Middleware home for sourceid "mwhome1@FMW_Home" has failed.
    SEVERE : Dec 28, 2013 12:42:46 PM - CAUSE - CLONE-20233   An internal operation failed.
    Thanks,
    Hussein

  • R12.1.3 Vision Instance Product Status are Inactive.

    I have R12.1.3 vision instance. I need to check whether the product are installed are not.
    so i run the script
    cd $AD_TOP/sql/
    sqlplus apps/apps
    @adutconf.sql
    File adutconf.lst will be created in directory $AD_TOP/sql.
    Check product status by product short name.
    its ahowing inactive given below .
    BIX Inactive 12.0.0 R12.BIX.B.3 27-Mar-2009
    BNE Inactive 12.0.0 R12.BNE.B.3 27-Mar-2009
    BOM Inactive 12.0.0 R12.BOM.C.3 27-Mar-2009
    BSC Inactive 12.0.0 R12.BSC.B.3 27-Mar-2009
    CCT Inactive 12.0.0 R12.CCT.B.3 27-Mar-2009
    CE Inactive 12.0.0 R12.CE.B.3 27-Mar-2009
    CHV Inactive 12.0.0 R12.CHV.B.3 27-Mar-2009
    CLN Inactive 12.0.0 R12.CLN.C.3 27-Mar-2009
    CN Inactive 12.0.0 R12.CN.B.3 27-Mar-2009
    CRP Inactive 12.0.0 R12.CRP.B.3 27-Mar-2009
    CS Inactive 12.0.0 R12.CS.B.3 27-Mar-2009
    CSC Inactive 12.0.0 R12.CSC.B.3 27-Mar-2009
    CSD Inactive 12.0.0 R12.CSD.B.3 27-Mar-2009
    CSE Inactive 12.0.0 R12.CSE.B.3 27-Mar-2009
    CSF Inactive 12.0.0 R12.CSF.B.3 27-Mar-2009
    CSI Inactive 12.0.0 R12.CSI.B.3 27-Mar-2009
    Please suggest me to solve this issue.

    Hi;
    You may try to license product from OAM
    1. Login system then;
    oracle application manager
    site Map
    lisence product
    under License >> Product
    Show more options >> License Applications Product >> GL etc..
    2. Check under Reports
    Licesed Product which modules exist on your system
    3. As applmgr run autoconfig
    Regard
    Helios

  • FNDLOAD error in R12 vision instance on OEL5

    hi,
    i am trying to run FNDLOAD in R12 vision instance on OEL5 on my personal installation.
    i am getting following error,
    FNDLOAD: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    how to fix this?
    please help.
    thanks,

    FNDLOAD: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    how to fix this?Please make sure you are logged in as applmgr user and you have source the correct (application) env file.
    Also, make sure that LD_ASSUME_KERNEL is not set for this user -- Issue "echo $LD_ASSUME_KERNEL" to verify.
    Thanks,
    Hussein

  • What are the minimum CPU and Memory requirements for R12 Vision instance?

    We are in the process of trying to figure out what the minimum hardware requirements are for installing the R12 Vision instance. This Vision instance would only have 5 or less concurrent users. We may have to order a new server and we are wondering what the minimum CPU and memory would be? Oracle Support will not give us this information.
    We aleady know how much disk space it will need.
    Dan

    Hi,
    See these links.
    A Primer on Hardware Sizing for Oracle E-Business Suite
    http://blogs.oracle.com/stevenChan/2010/08/ebs_sizing_primer.html
    What Are the Minimum Desktop Requirements for EBS?
    http://blogs.oracle.com/stevenChan/2010/09/ebs_pc_clients.html
    Also, please see old threads for similar discussion.
    Hardware Requirements
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Hardware+Requirements&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Benchmark
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Benchmark&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • XML data definitions in R12 Vision instance

    In Oracle Vision instance, Oracle provides many reports with XML templates. But, some of the reports do not have any data definitions at all. So, when we run the report it raises error.
    For example, Account Analysis report has template definition but there's no data definition file nor the preview file. Is the Vision instance expected to come with the data definitions for all the standard XML templates that are supplied by Oracle.
    Select distinct A.TEMPLATE_NAME, A.DESCRIPTION, A.SOURCE_LANG, B.APPLICATION_SHORT_NAME, B.TEMPLATE_TYPE_CODE
    FROM apps.XDO_TEMPLATES_TL A , apps.XDO_TEMPLATES_B B
    WHERE A.TEMPLATE_CODE=B.TEMPLATE_CODE
    and a.template_code='GLACTANL'
    AND B.END_DATE IS NULL
    --AND SOURCE_LANG  =
    ORDER BY A.SOURCE_LANG DESC

    FNDLOAD: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    how to fix this?Please make sure you are logged in as applmgr user and you have source the correct (application) env file.
    Also, make sure that LD_ASSUME_KERNEL is not set for this user -- Issue "echo $LD_ASSUME_KERNEL" to verify.
    Thanks,
    Hussein

  • Sql developer configuration settings for R12.1.1 vision instance

    I have successfully installed oracle r12.1.1 vision instance in my laptop.
    I want to connect to database, where can I get the details of hostname, port and sid details for vision instance to configure in SQL developer
    Thanks.

    Hostname - Your machine IP or Name
    for SID PORT - Please see tnsnames.ora file in your oracle home/network/admin
    Tnsnames.ora - Oracle FAQ
    AppsMAsti
    Sharing  is Caring

  • Accessing Your Own R12 Vision Instance remotely

    Hi, so I've got a Mac Mini (home server) setup at home which is on 24/7 and running EBS R12 Vision instance via Oracle Virtual Box.
    I have configured my hosts file on a separate stand along machine so that I can access the R12 Vision instance and all works fine.
    I have also been able to configure a VPN connection from my laptop to my home server and again can access the R12 Vision instance and all works fine.
    What I want to be able to do is access my R12 Vision instance from any machine without having to connect via VPN.
    i.e. I go to my url http://www.mydomain.com:8000 and I'm able to access my R12 Vision instance.
    I have an apple time capsule at home as my router and I'm not sure if there's some kind of configuration required on it to allow acces.
    I would appreciate it if anyone else has come across this!
    Regards,
    John

    Hi, so I've got a Mac Mini (home server) setup at home which is on 24/7 and running EBS R12 Vision instance via Oracle Virtual Box.
    I have configured my hosts file on a separate stand along machine so that I can access the R12 Vision instance and all works fine.
    I have also been able to configure a VPN connection from my laptop to my home server and again can access the R12 Vision instance and all works fine.
    What I want to be able to do is access my R12 Vision instance from any machine without having to connect via VPN.
    i.e. I go to my url http://www.mydomain.com:8000 and I'm able to access my R12 Vision instance.
    I have an apple time capsule at home as my router and I'm not sure if there's some kind of configuration required on it to allow acces.
    I would appreciate it if anyone else has come across this!
    Regards,
    John

  • Unable to Edit Price Lists in Advanced Pricing Vision Instance

    Hello I have a new Vision Instance for 12.1.3 and when I switch responsibility to Oracle Pricing Manager Vision Operations I am unable to edit and of the price lists or modifiers that are in the system by default. any suggestions on what I need to update as I have not run into this before in previous Vision instances

    this was the solution to this issue
    Solution
    1. Be sure to set the following profile option values at user level
    a. QP: Pricing Transaction Entity = ORDFUL and save.
    b. QP: Source System Code to 'Oracle Pricing' (if not already) and save.
    2. Responsibility: Order Management Super User (or equivalent)
    3. Navigation: Pricing > Price Lists > Price List Setup
    4. Open the price list: XYZ CHARGES
    5. The form will now open without error, and changes will be accepted

  • Cloning Issue RC-00118: Error occurred during creation of database

    Friends,
    I execute following scripts on source system preclone.pl dbTier  &perl adpreclone.pl appsTier
    then take the cold source backup and transfer on another machine for cloning but when i am executing cloning script on db tier i am getting below mention error after 50% completion. I have very limited time and i cant go back on source system for fresh backup, please help me to sort out his issue.
    -------------------ADX Database Utility Finished--------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    StackTrace:
    java.lang.Exception: Control file creation failed
            at oracle.apps.ad.clone.ApplyDatabase.doConf(ApplyData
            at oracle.apps.ad.clone.ApplyDatabase.doApply(ApplyDat
            at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyData
            at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier
            at sun.reflect.NativeConstructorAccessorImpl.newInstan
            at sun.reflect.NativeConstructorAccessorImpl.newInstan
            at sun.reflect.DelegatingConstructorAccessorImpl.newIn                      rce)
            at java.lang.reflect.Constructor.newInstance(Unknown S
            at oracle.apps.ad.clone.util.CloneProcessor.run(CloneP
            at java.lang.Thread.run(Unknown Source)
    Hopes you will support.
    Regards
    Irfan Ahmad

    plz check :
    http://doganayn.blogspot.in/2013/11/rc-50004-fatal-error-occurred-in.html
    Rapid Clone Failed While Running "Adcfgclone.pl dbTier": ORA-01194 and RC-00118 (Doc ID 375389.1)
    Troubleshooting RapidClone issues with Oracle Applications R12 (Doc ID 603104.1)
    Troubleshooting RapidClone issues with Oracle Applications 11i (Doc ID 364565.1)
    Regards,
    Haafiz

  • Does Fusion have a vision instance?

    Like R12 has a vision instance, does Fusion have a similar instance? or some organization has given online paid/free access like solutionbeacon?

    Cloud trials for Fusion products are configured with a demo database.  See https://cloud.oracle.com/tryit
    However, there is currently no demo database similar to EBS' Vision Demo available as part of on premises installations.
    Hope this answers your question.
    Oliver
    Fusion Apps Developer Relations
    https://blogs.oracle.com/fadevrel

  • The Fusion Apps.media pack in e-delivery does not contain a vision instance

    Hi all,
    I'm installing the new Fusion Apps. instance downloaded from e-Delivery.
    After installing the transaction database with the rcu step. I've connected to the fusion user with sqlplus and I've noticed that there's no rows in the ap_invoices_all, nor in the hz_cust_accounts, neither in other tables...
    So, please, if anyone in Oracle could put some light on this it would be very useful.
    I mean I would like to know if and when it's going to be available a vision instance to test or if I've missed some steps in the installation.
    Regards.
    Juanje

    So, please, if anyone in Oracle could put some light on this it would be very useful. The forum is not monitored/maintained by Oracle Support.
    I mean I would like to know if and when it's going to be available a vision instance to test or if I've missed some steps in the installation.I would suggest you log a SR for this issue.
    Thanks,
    Hussein

  • HOW TO ACCESS MY VISION INSTANCE GLOBALLY?

    Dear legends,
    Since i have installed a VISION INSTANCE 12.1.1 and i have a domain name, and my entries as follows OS : ORACLE LINUX 5.7 x86_64
    OUR ORGANISATION'S IP EXAMPLE
    IP FOR THE MACHINE USING : 192.168.1.1
    SUBNET MASK : 255.255.255.0
    DEFAULT GATEWAY : 192.168.1.10
    PRIMARY DNS : 50.51.52.53
    SECONDARY DNS : 300.200.100.1
    vi /etc/sysconfig/network-scripts/ifcfg-eth0
    DEVICE=eth0
    BOOTPROTO=static
    BROADCAST=192.168.1.xxx
    HWADDR=xx:xx:xx:xx:xx:xx
    ONBOOT=yes
    TYPE=Ethernet
    USERCTL=no
    IPV6INIT=no
    PEERDNS=yes
    IPADDR=192.168.1.1
    NETMASK=255.255.255.0
    NETWORK=192.168.1.0
    #GATEWAY=192.168.1.10
    vi /etc/sysconfig/network
    NETWORKING=yes
    NETWORKING_IPV6=no
    HOSTNAME=devl.rel.net -- example hostname
    GATEWAY=192.168.1.10
    cat resolv.conf
    # Generated by NetworkManager
    search rel.net
    nameserver 50.51.52.53 -- example DNS 1 or primary DNS
    EITHER i give or edit all the above mentioned files to access my EBS home page using the url http://devl.rel.net:8000/ i cant able to access the page but other sites can be browsed, since at the time of installation of oracle linux i have given the hostname as devl.rel.net and our domain name is rel.net.
    Please can anyone help how to access my EBS globally. I have accessed the EBS login page for the first time at the time of installation only after that i cant able to access. Instance is working fine, everything has been started. I have pinged the same url ping devl.rel.net it says 0% packet loss from a terminal.
    Lots of thanks and Great help would be appreciated more.
    With Regards,
    Karthik Singh

    Hi,
    As per your request I have posted here HOW TO ACCESS MY VISION INSTANCE GLOBALLY?
    Thanks a lot

  • How to setup the sequence order's of PO's vision instance

    I need to create PO's in a sequential order in vision instance. How should I do that?
    Thanbks
    regards,

    Hi,
    We have already mentioned how to create PO sequence in earlier post in this thread...
    You need to follow below steps:
    1) Login to Purchasing Super user
    2) Open "Purchasing Options" form.. (Setup --> Organizations --> Purchasing Options)
    3) In Document numbering section, do mention the details of PO Number, like PO Entry (Manual/Automatic), PO Number type (Numberic/Alphanumeric), Next number (e.g. 10000)
    For your case use Next Number : 100000 (6 digits)
    4) Save
    5) Return to PO creation page and start creating POs.
    Hope this will help.
    Kind Regards,
    S.P DASH

Maybe you are looking for

  • BC4J deploy in JBoss 3.0.3

    While trying to deploy a BC4J app in JBoss 3.0.3, the following Exception was raised: java.lang.ClassCastException: org.jboss.resource.adapter.jdbc.local.LocalPreparedStatement All the steps listed in OTN's articles were done: http://otn.oracle.com/p

  • B1DE Installer compatibility with Windows Vista

    Hi All, We are developing an add-on for SAP Business One 2005B. While testing the add-on on Windows Vista we noticed that the Add-on installer created using the the professional installer of B1DE hangs during installation. i.e. - After registering th

  • Regarding report painter for PP module

    HI every one, Is it there any report painter for PP module. Report painter is available for FI module. Like that is it there any thing for PP module. Other than SQL Query. Plz suggest me because function people want to do that . full points will be a

  • Why perldoc does not work?

    Hello, Guys Here is a weird question I have: Why "man perldebug" has output but "perldoc perldebug" shows "No documentation found for "perldebug"."? Do I have to install xtools to make it work (I am not a developer and xtools is a little bit large fo

  • Chapters In Audio Books??

    Is there a way to implement chapters into audio books that act like skipping points? If I have a rater long audiobook it would be helpful to not have to fast forward all the way through because I accidently hit the "skip" button or something. (I alre