Cloning Error in R12

Hi
last week we did cloning in R12,while doing database
During release 12 cloning we are using RMAN DUPLICATE DATABASE using hotbackups to restore the database. Which steps do we need to perform during post cloning on Database tier. can we run 1. perl adcfgclone.pl dbTechStack first and then can we run 2. perl adcfgclone.pl dbTier
Can i Use This Option for database
perl adcfgclone.pl database $ORACLE_HOME/appsutil/$CONTEXT_NAME.xml

Run the commands under "Appendix A: Recreating database control files manually in Rapid Clone"
Note: 406982.1 - Cloning Oracle Applications Release 12 with Rapid Clone
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=406982.1

Similar Messages

  • Need help about cloning of apps(r12 v12.4) and DB(10.2.0.2.0)

    Hi,
    I am going to clone the Apps server and database server.
    So, Please send me the both cloning steps if anyone have.
    I had been read the cloning manual from r12 documentation,
    but I can not understand the proper flow of steps.
    And anyone can help me about the to cross-check of privious cloned APPS server and Database server that are correctly cloned.
    I mean how to verify the "data accuracy" of cloned apps and DB.
    Thanks,
    Fayaz Ahmed
    Oracle Apps DBA

    Please refer to the following notes:
    Note: 406982.1 - Cloning Oracle Applications Release 12 with Rapid Clone
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=406982.1
    Note: 603104.1 - Troubleshooting RapidClone issues with Oracle Applications R12
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=603104.1

  • RAC TO RAC CLONING ERROR IN EBS R12

    Hi ,
    Hussain i need your support in this issue i am facing the same error ...
    At the third stage of RMAN restore ...

    1011023 wrote:
    Hi ,
    Hussain i need your support in this issue i am facing the same error ...
    At the third stage of RMAN restore ...
    Please post the details of the application release, database version and OS.
    What are you trying to achieve here?
    What is the command you are running?
    What is the error you are getting?
    Please provide more details.
    Thanks,
    Hussein

  • Problem in cloning of EBS R12

    Hi All,
    I am working in Oracle E-Business Suite Release 12.1.1 at RHEL 64bit Os. I want to switch my EBS R12 set to new machine of same OS.
    for the same i am following the document Cloning Oracle Applications Release 12 with Rapid Clone :406982.1. In this
    section 5. Apply the latest Rapid Clone patches
    For Release 12.1:
    Apply patches as listed in Table 3.b.
    Table 3.b: Release 12.1 Rapid Clone patches
    Patch      Description
    9171651:R12.OAM.B 12.1 RAPIDCLONE CONSOLIDATED FIXES JUL/2010
    9833058:R12.OAM.B HOT CLONE FAILS WITH ORA-00201 DURING RECOVERY MANAGER
    12404574:R12.OAM.B ORACLE_HOME REGISTRATION DOES NOT HAPPEN WITH CENTRAL INVENTORY ON LOZ
    12598630:R12.OAM.B R12.1 ONE-OFF FOR S_DB_LISTENER BUG 12362010
    Now
    in Patch : 9171651 (there is instruction to run these patches)
    Instructions For Applying This Patch
    Preparation Tasks
    The tasks in this section can be completed without taking any Applications services or users offline. Required Code levels This patch requires additional code levels to have been successfully
    applied to your system before it can be applied. These code levels,
    as at the time that this patch was built, are listed below. Please check
    'My Oracle Support' to determine if any of these have been uperseded
    R12.AD.A.delta.4
    R12.TXK.A.delta.4
    when I run the above patch p6767273_R12.AD.A_R12_LINUX.zip it give me error of
    This Patch is not compatible with your current code lines
    This patch is compatible with: entity 'ad' - codeline 'R12.AD.A'.
    Your current on site codeline for the entity 'ad' is: 'R12.AD.B'.
    you should not apply this patch
    As i read in blog the 'A' means that it's for 12.0.x release and the 'B' is for release 12.1.x.
    I am novice in EBS .Pls suggest what to do.
    Thanks in advance.

    You need to apply the Patch first.
    Download p9171651_R12.OAM.B_R12_GENERIC.zip Patch.
    Stop Applications.
    Apply the Patch with adpatch and use driver file u9171651.drv.
    Post steps to be done as listed below as per Patch Readme.
    Description
    This patch must be applied on all the APPL_TOPs.
    If your system is implemented as a Shared Application Tier File System,
    you need to apply this patch only once, on any one of the application
    tier nodes. However, AutoConfig must be executed on all the Nodes.
    This patch can be applied on 12.1 or higher.
    Post Install Steps
    After applying this patch, update all Database Tier Nodes with the code level
    provided by this patch, by performing the following steps :
    1. On the Application Tier (as the APPLMGR user):
    . Source the environment variables for Oracle Applications
    UNIX:
    . ./<APPL_TOP>/APPS<CONTEXT_NAME>.env
    Windows:
    <APPL_TOP>\envshell<CONTEXT_NAME>.cmd
    . Run AutoConfig on the APPL_TOP
    . Execute admkappsutil.pl utility to create the file appsutil.zip
    perl <AD_TOP>/bin/admkappsutil.pl
    This will create appsutil.zip in <INST_TOP>/admin/out
    Note:
    For exact details on how to run Autoconfig and how to create appsutil.zip,
    please refer to Metalink Note 387859.1.
    2. On the Database Tier (as the ORACLE user):
    . Source the environment variables for RDBMS ORACLE_HOME
    UNIX:
    cd <RDBMS ORACLE_HOME>
    . ./<RDBMS ORACLE_HOME>/<CONTEXT_NAME>.env
    Windows:
    <RDBMS ORACLE_HOME>\<CONTEXT_NAME>.cmd
    . Copy or FTP the appsutil.zip file to the <RDBMS ORACLE_HOME>
    . Uncompress appsutil.zip under the <RDBMS ORACLE_HOME>
    cd <ORACLE_HOME>
    unzip -o appsutil.zip
    . Run AutoConfig on the <RDBMS ORACLE_HOME>
    Note:
    For exact details on how to run Autoconfig on the dbTier and how transfer
    the AutoConfig updates from the APPL_TOP to the RDBMS ORACLE_HOME please
    refer to Metalink Note 387859.1, Section 2, Step 3 (Patching AutoConfig).
    3. Re-run adpreclone.pl on the dbTier and appsTier
    Warning:
    Since new updates included on this patch have been applied to the system,
    Adpreclone must be executed again in order to apply them into the clone
    directory structures used during cloning.
    perl adpreclone.pl dbTier
    perl adpreclone.pl appsTier
    Note:
    For exact details on how to run adpreclone.pl, please refer to Metalink
    Note 406982.1.

  • Expense Report Expense Program errors in R12.1.2

    Hi gurus,
    I am trying to run the Expesne Report Export Program and it is erroring out the Reject code is (INCONSISTENT SUPPL SITE).Here we have to Sources
    1:XpenseXpress
    2: EXTAMEX
    and when i run the export program for source 2 the invoices are getting created and when i run the export program for the source 1 the records are getting rejected with the error (INCONSISTENT SUPPL SITE).
    The interesting thing is the vendor_id(12759) and vendor_site_id(462101) for both the sources is Same.The data for which I am running is the data from the 11i Production Instace for the previous day.The error I am getting is in R12.1.2 Instance.
    I searched the tables ap_suppliers,ap_supplier_sites_all,hz_parties and hz_party_sites_all the supplier is active it has site's defined every where only thing i Observed is for the same vendor we have Vendor_site_codes as [M5H 1T1(site_id :424663,M5H1T1:462101).This is what i could research and found out.I am struck Here
                     Help would be highly appreciated.
       Thanks & Regards
            Krishna                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi Krishna,
    please check the vendor type should be "Employee".
    Try to create a expense report for the same vendor site manually you will get the exact issue.
    If still getting issue please send the exact error code/desc and vendor site screen shot.
    Regards,
    Ajit
    [email protected]

  • 500 internal server error in R12

    while connecting R12 through front end, i am getting below error
    500 Internal Server Error
    java.lang.NoClassDefFoundError     at oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:126)     at oracle.apps.fnd.sso.AppsLoginRedirect.init(AppsLoginRedirect.java:170)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2231)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4617)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4541)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)
    could you help me to resolve this issue.

    Hi Venkat;
    It was working before?If yes what have you been changed?(patch etc.) Did you run autuconfig and retest issue?What is your OS?Do you have any error in alert.log?
    Please check below:
    500 Internal Server Error [ID 761869.1]
    "500 Internal Server Error - java.lang.NoClassDefFoundError: oracle.apps.fnd.profiles.Profiles" on 10G [ID 567554.1]
    Also check:
    Starting up AS10g services in an EBusiness Suite Release 12 environment [ID 743518.1]
    Hope it helps
    Regard
    Helios

  • Listener starting error in R12

    hi,
    when im trying to start the r12 instance listener im getting the following error,,,,
    Error listening on: (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12542: TNS:address already in use
    TNS-12560: TNS:protocol adapter error
    TNS-00512: Address already in use
    Linux Error: 98: Address already in use
    im using 10 database for this and im using linux redhat version 4.0....
    i think, have to change the address for the port...
    how to do that... pls explain anyone ...
    thanks,
    vasanth

    hi,
    As the upper file that u gave is same as of me....
    if i stop the SID im getting the following error.....
    [ora10g@ebs ~]$ lsnrctl stop Y12I
    LSNRCTL for Linux: Version 10.2.0.2.0 - Production on 03-JUN-2010 06:11:19
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCY12I))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 2: No such file or directory
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=ebs.yantro.com)(Port=1542))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    Here comes below my listener.ora file,
    Y12I =
    (ADDRESS_LIST =
    (ADDRESS= (PROTOCOL= IPC)(KEY= EXTPROCY12I))
    (ADDRESS= (PROTOCOL= TCP)(Host= ebs.yantro.com )(Port= 1542))
    SID_LIST_Y12I =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME= /10g/d02/oracle/Y12I/db/tech_st/10.2.0)
    (SID_NAME = Y12I)
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /10g/d02/oracle/Y12I/db/tech_st/10.2.0)
    (PROGRAM = extproc)
    STARTUP_WAIT_TIME_Y12I = 0
    CONNECT_TIMEOUT_Y12I = 10
    TRACE_LEVEL_Y12I = OFF
    LOG_DIRECTORY_Y12I = /10g/d02/oracle/Y12I/db/tech_st/10.2.0/network/admin
    LOG_FILE_Y12I = Y12I
    TRACE_DIRECTORY_Y12I = /10g/d02/oracle/Y12I/db/tech_st/10.2.0/network/admin
    TRACE_FILE_Y12I = Y12I
    ADMIN_RESTRICTIONS_Y12I = OFF
    SUBSCRIBE_FOR_NODE_DOWN_EVENT_Y12I = OFF
    IFILE=/10g/d02/oracle/Y12I/db/tech_st/10.2.0/network/admin/Y12I_ebs/listener_ifile.ora
    thanks,
    vasanth
    Edited by: user12864080 on Jun 3, 2010 5:49 AM

  • Relink Error oracle r12 on windows

    error while relink oracle r12 on windows
    with the following error
    An error occurred while relinking application programs.
    Creating import libraries for FND
    Creating import library APPR60UE.lib on Sun Mar 18 02:03:43 EST 2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:2877: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:729: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:2924: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:1310: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    gnumake: `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/APPR60UE.lib' is up
    to date.
    Done with creating import library APPR60UE.lib on Sun Mar 18 02:03:43 EST 2012
    Creating import library CMDCART.lib on Sun Mar 18 02:03:43 EST 2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:2877: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:729: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:2924: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:1310: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    gnumake: `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/CMDCART.lib' is up
    to date.
    Starting link of fnd executable 'APPR60UE.dll' on Sun Mar 18 02:03:46 EST
    2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2901: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:752: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe -MAP:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/APPR60UE.map
    -NODEFAULTLIB -MACHINE:IX86 -NOLOGO -SUBSYSTEM:CONSOLE -DLL
    -OUT:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/APPR60UE.dll
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/APPR60UE.exp afsfld.obj
    fdxext.obj fdxidk.obj fdxidr.obj fdxsqk.obj fdxsqr.obj xitdas.obj fduxit.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/xitsrw.obj
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/xirfnd.obj
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/fdxsrw.obj
    E:/oracle/VIS/apps/apps_st/appl/po/12.0.0/lib/xirpo.obj
    E:/oracle/VIS/apps/apps_st/appl/fa/12.0.0/lib/xirfa.obj \
    E:/oracle/VIS/apps/apps_st/appl/ar/12.0.0/lib/xirar.obj
    E:/oracle/VIS/apps/tech_st/10.1.2/reports/userexit/uez.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDXIT.lib
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FND115W.lib \
    E:/oracle/VIS/apps/apps_st/appl/pay/12.0.0/lib/payst.lib
    E:/oracle/VIS/apps/apps_st/appl/fa/12.0.0/lib/fast.lib
    E:/oracle/VIS/apps/apps_st/appl/ff/12.0.0/lib/FF.lib
    E:/oracle/VIS/apps/apps_st/appl/po/12.0.0/lib/PO.lib
    E:/oracle/VIS/apps/apps_st/appl/inv/12.0.0/lib/INV.lib \
    E:/oracle/VIS/apps/apps_st/appl/gl/12.0.0/lib/GL.lib
    E:/oracle/VIS/apps/apps_st/appl/wip/12.0.0/lib/WIP.lib
    E:/oracle/VIS/apps/apps_st/appl/alr/12.0.0/lib/alrst.lib
    E:/oracle/VIS/apps/apps_st/appl/alr/12.0.0/lib/alstub.obj \
    E:/oracle/VIS/apps/apps_st/appl/eng/12.0.0/lib/ENG.lib
    E:/oracle/VIS/apps/apps_st/appl/dt/12.0.0/lib/dtst.lib
    E:/oracle/VIS/apps/apps_st/appl/mrp/12.0.0/lib/MRP.lib
    E:/oracle/VIS/apps/apps_st/appl/bom/12.0.0/lib/BOM.lib
    E:/oracle/VIS/apps/apps_st/appl/ar/12.0.0/lib/AR.lib \
    E:/oracle/VIS/apps/apps_st/appl/eng/12.0.0/lib/ENG115W.lib
    E:/oracle/VIS/apps/apps_st/appl/gl/12.0.0/lib/GL115W.lib
    E:/oracle/VIS/apps/apps_st/appl/inv/12.0.0/lib/INV115W.lib \
    E:/oracle/VIS/apps/apps_st/appl/wip/12.0.0/lib/WIP115W.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oranls10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    gnumake: *** [E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/APPR60UE.dll]
    Error 128
    Done with link of fnd executable 'APPR60UE.dll' on Sun Mar 18 02:03:46 EST
    2012
    Relink of module "APPR60UE.dll" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'CMDCART.dll' in product fnd ...
    Removing any existing temp directory
    rm -rf temp
    creating the temp directory
    mkdir temp
    changing permissions for the temp directory
    chmod 777 temp
    Getting the object file names for this CMDCART.dll
    gnumake -f E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk
    cmdcart.LIST
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2901: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:752: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    Extracting objects from the library
    ar -xv -F coff E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/fndst.lib
    afplog.obj
    x - afplog.obj
    Creating temporary function list, if required.
    echo
    gnumake -f E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll
    Starting link of fnd executable 'CMDCART.dll' on Sun Mar 18 02:03:46 EST 2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2901: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:752: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe -MAP:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.map
    -NODEFAULTLIB -MACHINE:IX86 -NOLOGO -SUBSYSTEM:CONSOLE -DLL
    -OUT:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/afpsmcrt.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/CMDCART.exp
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oranls10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    gnumake: *** [E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll]
    Error 128
    Done with link of fnd executable 'CMDCART.dll' on Sun Mar 18 02:03:46 EST 2012
    Relink of module "CMDCART.dll" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'CONCSUB.exe' in product fnd ...
    gnumake -f E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CONCSUB.exe
    Starting link of fnd executable 'CONCSUB.exe' on Sun Mar 18 02:03:46 EST 2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2901: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:752: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe -MAP:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CONCSUB.map
    -NODEFAULTLIB -NOLOGO -SUBSYSTEM:CONSOLE -ENTRY:mainCRTStartup
    -OUT:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CONCSUB.exe
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/fdpocr.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oranls10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    gnumake: *** [E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CONCSUB.exe]
    Error 128
    Done with link of fnd executable 'CONCSUB.exe' on Sun Mar 18 02:03:46 EST 2012
    Relink of module "CONCSUB.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'FDULONG.exe' in product fnd ...
    gnumake -f E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FDULONG.exe
    Starting link of fnd executable 'FDULONG.exe' on Sun Mar 18 02:03:46 EST 2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2901: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:752: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe -MAP:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FDULONG.map
    -NODEFAULTLIB -NOLOGO -SUBSYSTEM:CONSOLE -ENTRY:mainCRTStartup
    -OUT:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FDULONG.exe
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/fdulong.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oranls10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    gnumake: *** [E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FDULONG.exe]
    Error 128
    Done with link of fnd executable 'FDULONG.exe' on Sun Mar 18 02:03:46 EST 2012
    warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe -MAP:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fdfcmp.map
    -NODEFAULTLIB -NOLOGO -SUBSYSTEM:CONSOLE -ENTRY:mainCRTStartup
    -OUT:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fdfcmp.exe
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/fdfcmp.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oranls10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    gnumake: *** [E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fdfcmp.exe]
    Error 128
    Done with link of fnd executable 'fdfcmp.exe' on Sun Mar 18 02:03:54 EST 2012
    Relink of module "fdfcmp.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'fndcpesr.exe' in product fnd ...
    gnumake -f E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr.exe
    Starting link of fnd executable 'fndcpesr.exe' on Sun Mar 18 02:03:54 EST
    2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2901: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:752: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe -MAP:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr.map
    -NODEFAULTLIB -NOLOGO -SUBSYSTEM:CONSOLE -ENTRY:mainCRTStartup
    -OUT:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr.exe
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/fdpesr.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oranls10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    gnumake: *** [E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr.exe]
    Error 128
    Done with link of fnd executable 'fndcpesr.exe' on Sun Mar 18 02:03:54 EST
    2012
    Relink of module "fndcpesr.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Done with link of product 'fnd' on Sun Mar 18 02:03:54 EST 2012
    adrelink is exiting with status 1
    End of adrelink session
    Date/time is Sun Mar 18 02:03:54 EST 2012
    Rebase DLLs in AU_TOP/bin and copy DLLs back to PROD_TOP/bin
    Copy DLLs of ALR to E:/oracle/VIS/apps/apps_st/appl/alr/12.0.0/bin
    Copy DLLs of AP to E:/oracle/VIS/apps/apps_st/appl/ap/12.0.0/bin
    Copy DLLs of AR to E:/oracle/VIS/apps/apps_st/appl/ar/12.0.0/bin
    Copy DLLs of BOM to E:/oracle/VIS/apps/apps_st/appl/bom/12.0.0/bin
    Copy DLLs of CRP to E:/oracle/VIS/apps/apps_st/appl/crp/12.0.0/bin
    Copy DLLs of DT to E:/oracle/VIS/apps/apps_st/appl/dt/12.0.0/bin
    Copy DLLs of ENG to E:/oracle/VIS/apps/apps_st/appl/eng/12.0.0/bin
    Copy DLLs of FA to E:/oracle/VIS/apps/apps_st/appl/fa/12.0.0/bin
    Copy DLLs of FF to E:/oracle/VIS/apps/apps_st/appl/ff/12.0.0/bin
    Copy DLLs of FND to E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin
    Copy DLLs of GL to E:/oracle/VIS/apps/apps_st/appl/gl/12.0.0/bin
    Copy DLLs of INV to E:/oracle/VIS/apps/apps_st/appl/inv/12.0.0/bin
    Copy DLLs of MRP to E:/oracle/VIS/apps/apps_st/appl/mrp/12.0.0/bin
    Copy DLLs of GMA to E:/oracle/VIS/apps/apps_st/appl/gma/12.0.0/bin
    Copy DLLs of PAY to E:/oracle/VIS/apps/apps_st/appl/pay/12.0.0/bin
    Copy DLLs of PO to E:/oracle/VIS/apps/apps_st/appl/po/12.0.0/bin
    Copy DLLs of WIP to E:/oracle/VIS/apps/apps_st/appl/wip/12.0.0/bin

    Do you have any suggestion about that error
    i want to start the application as soon as possibleWhat version of gnumake/make you are using? Make sure you use the one mentioned in (Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) [ID 761567.1]), under "GNU Make (Shareware)" section.
    Thanks,
    Hussein

  • Cloning error

    Hi
    Yesterday i was performing backup of our existing 11g DB and APPS
    then i tried to UP in other pc machine
    but i got error like this during restoring of CLONE
    ERROR: Failed to execute /oracle/PROD/db/tech_st/11.1.0/appsutil/clone/bin/adclone.pl
    when i checked the log there are many errors:
    checking DB Connection...
    DEBUG: checkDBConnection in()
    ADX Database Utility
    getConnection() -->
    sDbHost : tailinsubic
    sDbDomain : erp.net
    sDbPort : 1526
    sDbSid : PROD
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@tailinsubic.erp.net:1526:PROD
    Exception occurred: java.sql.SQLRecoverableException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=tailinsubic.erp.net)(PORT=1526))(CONNECT_DATA=(SERVICE_NAME=PROD)))
    Exception occurred: java.sql.SQLRecoverableException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=tailinsubic.erp.net)(PORT=1526))(CONNECT_DATA=(SERVICE_NAME=PROD.erp.net)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    Connection could not be obtained; returning null
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : tailinsubic
    sDbDomain : erp.net
    sDbPort : 1526
    sDbSid : PROD
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@tailinsubic.erp.net:1526:PROD
    Exception occurred: java.sql.SQLRecoverableException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=tailinsubic.erp.net)(PORT=1526))(CONNECT_DATA=(SERVICE_NAME=PROD)))
    Exception occurred: java.sql.SQLRecoverableException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=tailinsubic.erp.net)(PORT=1526))(CONNECT_DATA=(SERVICE_NAME=PROD.erp.net)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    Connection could not be obtained; returning null
    SQL*Plus: Release 11.1.0.7.0 - Production on Tue Mar 15 18:59:24 2011
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size          2166536 bytes
    Variable Size          427819256 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14000128 bytes
    Control file created.
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/oracle/PROD/db/apps_st/data/system01.dbf'
    alter tablespace TEMP1 add tempfile '/oracle/PROD/db/apps_st/data//temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/oracle/PROD/db/apps_st/data//temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "PROD.erp.net"
    ERROR at line 1:
    ORA-01109: database not open
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size          2166536 bytes
    Variable Size          427819256 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14000128 bytes
    Database mounted.
    PL/SQL procedure successfully completed.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size          2166536 bytes
    Variable Size          427819256 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14000128 bytes
    Control file created.
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/oracle/PROD/db/apps_st/data/system01.dbf'
    alter tablespace TEMP1 add tempfile '/oracle/PROD/db/apps_st/data//temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/oracle/PROD/db/apps_st/data//temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "PROD.erp.net"
    ERROR at line 1:
    ORA-01109: database not open
    Error Running create/replace library with adupdlib.sql
    ORA-01109: database not open
    PL/SQL procedure successfully completed.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    exit_code=0
    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 15 18:59:43 2011
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected.
    ORACLE instance shut down.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    .end std out.
    .end err out.
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : tailinsubic
    sDbDomain : erp.net
    sDbPort : 1526
    sDbSid : PROD
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@tailinsubic.erp.net:1526:PROD
    Exception occurred: java.sql.SQLRecoverableException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=tailinsubic.erp.net)(PORT=1526))(CONNECT_DATA=(SERVICE_NAME=PROD)))
    Exception occurred: java.sql.SQLRecoverableException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=tailinsubic.erp.net)(PORT=1526))(CONNECT_DATA=(SERVICE_NAME=PROD.erp.net)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    During of my BACKUP i did not get any errors from the source.
    please help how to resolve the issue
    thanks

    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/oracle/PROD/db/apps_st/data/system01.dbf'This error indicates that one (or more) of the datafiles is out of sync, so the proper solution is to run preclone again, shutdown the source database (clean shutdown), and copy the database tier files before trying to run postclone again on the target node.
    How to deal with common issues on the Database Tier when cloning with Rapid clone [ID 807597.1]
    Rapid Clone Failed While Running Adcfgclone.Sh Database Tier RC-00118 [ID 375389.1]
    Thanks,
    Hussein

  • Cloning error again part 3

    Hi Hussein,
    I thought I mastered cloning :( but here again I'm cloning for the Nth time and still encountered new error.
    I am running :
    perl adcfgclone.pl dbTier
    But i got this error :
    Log file located at /u02/oradev/DEV/db/tech_st/10.2.0/appsutil/log/DEV_orafin/ApplyDBTier_09012003.log
      -     15% completed       RC-50004: Fatal: Error occurred in ApplyDatabase:
    RC-50014: Fatal: Execution of AutoConfig was failed
    ERROR while running Apply...
    Tue Sep  1 20:06:43 2009
    ERROR: Failed to execute /u02/oradev/DEV/db/tech_st/10.2.0/appsutil/clone/bin/adclone.plThe ApplyDBTier_09012003.log contains :
    The environment settings are as follows ...
           ORACLE_HOME : /u02/oradev/DEV/db/tech_st/10.2.0
            ORACLE_SID : DEV
              TWO_TASK :
                  PATH : /u02/oradev/DEV/db/tech_st/10.2.0/perl/bin:/u02/oradev/DEV/db/tech_st/10.2.0/bin:/usr/bin:/usr/sbin:/u02/oradev/DEV/db/tech_st/10.2.0/appsutil/jre/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/u02/oradev/DEV/db/tech_st/10.2.0/appsutil/clone/bin/../jre/bin:/u02/oradev/DEV/db/tech_st/10.2.0/appsutil/clone/bin/../jre/bin:/u02/oradev/DEV/db/tech_st/10.2.0/perl/bin:/u02/oradev/DEV/db/tech_st/10.2.0/bin:/usr/bin:/usr/sbin:/u02/oradev/DEV/db/tech_st/10.2.0/appsutil/jre/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/u02/oradev/DEV/db/tech_st/10.2.0/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oradev/bin:.:.
          Library Path : /u02/oradev/DEV/db/tech_st/10.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u02/oradev/DEV/db/tech_st/10.2.0/lib:/usr/dt/lib:/u02/oradev/DEV/db/tech_st/10.2.0/ctx/lib
    SQLPLUS Executable : /u02/oradev/DEV/db/tech_st/10.2.0/bin/sqlplus
    SQL*Plus: Release 10.2.0.3.0 - Production on Tue Sep 1 20:06:43 2009
    Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    adcrobj.sh exiting with status 1
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Services Phase
    Running Service Process 2 of 2 for AppsUtil
    Executing script in InstantiateFile:
    /u02/oradev/DEV/db/tech_st/10.2.0/perl/bin/perl -I /u02/oradev/DEV/db/tech_st/10.2.0/perl/lib/5.8.3 -I /u02/oradev/DEV/db/tech_st/10.2.0/perl/lib/site_perl/5.8.3 -I /u02/oradev/DEV/db/tech_st/10.2.0/appsutil/perl /u02/oradev/DEV/db/tech_st/10.2.0/appsutil/install/DEV_orafin/txkConfigDbOcm.pl
    script returned:
    Checking if OCM is already configured in: /u02/oradev/DEV/db/tech_st/10.2.0
    OCM is not yet configured in: /u02/oradev/DEV/db/tech_st/10.2.0
    Configuring OCM on the Database Tier....
    Testing database connection...
    Unable to connect to the database. OCM cannot be configured.
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution.  Errors are grouped by directory and phase.
    The report format is:
          <filename>  <phase>  <return code where appropriate>
      [PROFILE PHASE]
      AutoConfig could not successfully execute the following scripts:
        Directory: /u02/oradev/DEV/db/tech_st/10.2.0/appsutil/install/DEV_orafin
          afdbprf.sh              INSTE8_PRF         1
      [APPLY PHASE]
      AutoConfig could not successfully execute the following scripts:
        Directory: /u02/oradev/DEV/db/tech_st/10.2.0/appsutil/install/DEV_orafin
          adcrobj.sh              INSTE8_APPLY       1
    AutoConfig is exiting with status 2
    RC-50014: Fatal: Execution of AutoConfig was failed
    Raised by oracle.apps.ad.clone.ApplyDatabasePlease help .....Thanks

    ohhh again ...I check the log...and I guess I entered DEV.
    The following values will be used to create the context file
      s_isWeb  =  YES
      s_db_util_filedir  =  /usr/tmp2
      s_dbhome4  =  /u02/oradev/DEV/db/apps_st/data
      s_dbhome3  =  /u02/oradev/DEV/db/apps_st/data
      s_dbhost  =  orafin
      s_db_oh  =  /u02/oradev/DEV/db/tech_st/10.2.0
      s_dbhome2  =  /u02/oradev/DEV/db/apps_st/data
      s_dbhome1  =  /u02/oradev/DEV/db/apps_st/data
      s_dbgroup  =  dba
      s_dbGlnam  =  DEV
      s_dbdomain  =  phil.com.ph
      s_dbSid  =  DEV
      s_dbuser  =  oradev
      s_isForms  =  YES
      s_database_type  =
      s_temp  =  /u02/oradev/DEV/db/tech_st/10.2.0/appsutil/temp
      s_db_ons_localport  =  6300
      s_hostname  =  orafin
      s_dbSidLower  =  dev
      s_cmanport  =  1521
      s_dbCluster  =  false
      s_domainname  =  phil.com.ph
      s_isAdmin  =  YES
      s_isConc  =  YES
      s_contextfile  =  /u02/oradev/DEV/db/tech_st/10.2.0/appsutil/DEV_orafin.xml
      s_dbport  =  1521
      s_contextname  =  DEV_orafin
      s_db_ons_remoteport  =  6400
      s_clonestage  =  /u02/oradev/DEV/db/tech_st/10.2.0/appsutil/clone
      s_base  =  /u02/oradev/DEV
    ****************************************************

  • Oracle application cloning error

    Hi
    I tried to do the cloning in oracle application 11.5.10.2, but I got the following error control file creation failed, now my database status is nomount stage, now I create the control file manually its possible please give me the solution.
    Regards
    D

    Hi,
    What is the complete error message?
    If you have managed to create the control files manually, you can follow the steps in (Note: 230672.1 - Cloning Oracle Applications Release 11i with Rapid Clone), under "Appendix B: Recreating Database control files manually in Rapid Clone." section. Otherwise, you will have to shutdown the source database properly, take a backup, and repeat the normal cloning steps.
    Regards,
    Hussein

  • On windows, while cloning error The destination file does not have write pe

    Hi,
    I am cloning in windows 2003, 11.5.10.2. After copying files while runnig
    adcfgclone.pl dbTier it is hanging at 13% and throwing error "The Destination file does not have write permissions ......\9.2.0\OPatch\perl_modules\Command.pm"
    i am not using MKS perl.
    i changed directory to $ORACLE_HOME\Apache\perl\5.*\MS*\
    perl .....\appsutil\clone\bin\adcfgclone.pl dbTierPlease any pointers will be helpful.
    Regards
    Taher

    Hi Taher;
    Please check:
    perl setting windows:
    Re: cloning oracle applications 11i on windows
    Also check:
    Setting the Perl Environment PERL5LIB [ID 395294.1]
    Common Perl Setup Issues and Solutions for E-Business Suite 11i [ID 404055.1]
    Regard
    Helios

  • Abldxml giving error after R12 upgrade

    Hi,
    As a part of R12 upgrade, I'm running adbldxml.pls and it's giving following error.
    $ perl adbldxml.pl
    Starting context file generation for db tier..
    JRE_TOP not found at its desired location /db01/opt/oracle/product/11.1.0_egebc2d/appsutil/jre
    Restart adbldxml.pl with value for jtop as an necessary argument$

    JRE_TOP not found at its desired location /db01/opt/oracle/product/11.1.0_egebc2d/appsutil/jre
    Restart adbldxml.pl with value for jtop as an necessary argumentPass JRE_TOP as a parameter when you run "perl adbldxml.pl" command.
    Thanks,
    Hussein

  • Custom VO for OTL Custom Timecard Error in R12

    Hello All,
    I am very new to OA Framework and JDev so first let me write down the steps I did before I got the error on one of the LOVs on timecard page.
    1. Created a database view called HXC_CUSTOM_VIEW with only 2 columns
    2. Created VO via Jdev in read only mode. Hardcorded the values in CustomLOVVO.xml as,
    RowClass="oracle.apps.fnd.framework.server.OAViewRowImpl"
    ComponentClass="oracle.apps.hxc.selfservice.timecard.server.CustomLOVVO"
    Generated the JAVA as CustomLOVVOImpl. Compiled the project and got .class file.
    3. Transfered .xml and .class files onto the server under $JAVA_TOP/hxc/selfservice/timecard/server. CHMOD to 777 for both files.
    4. As I am on R12, logged onto application and clicked on responsibility "AK HTML FORMS". Created Attributes and Region and added Region Items.
    Covered important details while creating Region such as,
    "oracle.apps.hxc.selfservice.timecard.server.TimecardAM"
    "oracle.apps.hxc.selfservice.configui.webui.LovCO"
    5. Added 2 items under the Region.
    6. Modified the timecard .LDT file and add the code to include LOV.
    7. Bounced apache and logged into OTL Self-service. Clicked on create timecard, entered value for all fields and when on click on the LOV icon for this item I get the below error,
    =======================================================
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.AttributeLoadException: JBO-27022: Failed to load value at index 3 with java object of type java.lang.String due to java.sql.SQLException.
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:896)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1169)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1435)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2844)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1834)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:532)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:420)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    java.sql.SQLException: Invalid column index
    =======================================================
    Need help and pointers to troubleshoot this proble. I have hit the wall and not getting any solution.
    Thanks an advance.

    Editing Oracle seeded files is not recommended as they are not upgrade/ patch safe. Read OTL impl white paper for your custom LOV requirements, They have explained well.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                   

  • Cloning error in appsTier

    Hi
    Actually i took the backup of the instance in prod server and transferred, un tar in dev server. When i first ran post clone on apps tier and db tier, completed successfully. In cloned instance, when i open any form it gives FRM-'92101:There was a failure in the Forms Server during startup. This could happen due to invalid configuration. Please look into the web-server log file for details'.
    Then i removed the soft links as these two servers have different mounts and ip addresses, ran postclone again. This time, dbTier is ok, but appsTier is giving this error
    RC-50004: Fatal: Error occured in ApplyAppsTier:
    stack trace: blalablalal
    ERROR: Failed to execute /common_top/clone/bina/adclone.pl
    please check log file.
    In the logfile, it says
    ORA-12541: TNS:no listener
    Though the db listener is running.
    What to do?

    Hi,
    What is the application release?
    Then i removed the soft links as these two servers have different mounts and ip addresses, ran postclone again. This time, dbTier is ok, but appsTier is giving this error
    RC-50004: Fatal: Error occured in ApplyAppsTier:
    stack trace: blalablalal
    ERROR: Failed to execute /common_top/clone/bina/adclone.pl
    please check log file. Any details about the error in the log files?
    In the logfile, it says
    ORA-12541: TNS:no listener
    Though the db listener is running. Can you connect to the database as applmgr user?
    Did AutoConfig complete successfully?
    Regards,
    Hussein

Maybe you are looking for

  • Can't connect my MacBook Pro (2011) and the TrackPad.

    Hi, The TrackPad isn't recognized. Ran the firmware update - with no success. The TrackPad works fine with my iMac - same distance. Any suggestions?

  • HELP MY NOTEBOOK HP MINI 210-1101TU

    i have problem with my notebook, can't booting and entered to windows because my system recovery is nothing, i have to try for use Roxio BackOnTrack but still not able to get my USB boot on, what should I do so that my notebook can run as before anym

  • Invalid Template id:minimal/ error

    Customer Team Members are receiving an 'invalid template id:minimal/ error when attempting to provide information in My Profile Create User. Customer is unable to 'enter' their email and password to get a profile/account assigned so that they are abl

  • DLL CALLBACK EVENT IN LABVIEW

    I am developing application using Labview 7. LabVIEW application is invoking VC++ dll. Is it possible in LabVIEW to get callback event from VC++ dll into LabVIEW application with some data like string ?

  • A Global Catalog Server could not be located - All GC's are down server 2003 dc

    Im all out of ideas.  I have two 2003 server DC's that both fail DCDIAG with the following adn my exchange services wont come online due to this. please help! dc1-server dcdiag       Starting test: FsmoCheck          Warning: DcGetDcName(GC_SERVER_RE