EXEC FND_CONC_CLONE.SETUP_CLEAN

As part of a clone (11.5.10.2) using hot backup, I am running the following.
EXEC FND_CONC_CLONE.SETUP_CLEAN;
Every time I run this, it takes a couple hours to finish. That is just too long. Any known performance issues/bugs with running that?
Thanks.

user9506868 wrote:
EBS version is 11.5.10.2. DB version is 11.2.0.3
I don't see anything in the alert log while this is running. None of the services besides database and listener are up.
I am running this as APPS user.The only thing I could think of is enabling trace and see why the package takes that long to run.
SQL PERFORMANCE ANALYZER EXAMPLE [ID 455889.1]
SQL PERFORMANCE ANALYZER 10.2.0.x to 10.2.0.y EXAMPLE SCRIPTS [ID 742644.1]
SQLT (SQLTXPLAIN) - Tool that helps to diagnose a SQL statement performing poorly or one that produces wrong results [ID 215187.1]
TRCANLZR (TRCA): SQL_TRACE/Event 10046 Trace File Analyzer - Tool for Interpreting Raw SQL Traces [ID 224270.1]
You may also log a SR.
Thanks,
Hussein

Similar Messages

  • Exec fnd_conc_clone.target_clean

    If someone exec fnd_conc_clone.target_clean on production server,then what are consequences and how we can revert using backup

    When you clone the Oracle Apps system, you only need to run setup_clean. It will clean out topology information or APPS/EBS connection information from the system.
    If you do not want any printer setup info, log/out info or profile info carried from source on the target clones system, then please execute target_clean.
    When I refresh, I run Exec fnd_conc_clone.setup_clean;  and then run RDBMS autoconfig ($OH/appsutil) and then autoconfig on the apps node. Thereafter all the topology information will be populated. When I refresh, I take a backup of target context file, tns ifile, sqlnet ifile. It is safe not to have any information of PROD in the FND tables.
    how we can revert using backup
    If you want to revert the changes, you need to have a backup of FND_NODES.
    -Thanks
    Ankur

  • Fnd_conc_clone.setup_clean

    Hi,
    Can someone please post what fnd_conc_clone.setup_clean does .... in details while cloning or while we perform switch over /switch back activity
    Your help is appreciated.
    Regards,
    Milan Rathod

    It is mainly used to clean FND_NODES table and have a clean AutoConfig environment.
    Steps To Clean Nonexistent Nodes or IP Addresses From FND_NODES [ID 260887.1]
    How to get a clean Autoconfig Environment [ID 391406.1]
    PACKAGE: APPS.FND_CONC_CLONE
    http://etrm.oracle.com/pls/etrm/etrm_pnav.show_details?c_name=FND_CONC_CLONE&c_owner=APPS&c_type=PACKAGE&c_detail_type=source
    PACKAGE BODY: APPS.FND_CONC_CLONE
    http://etrm.oracle.com/pls/etrm/etrm_pnav.show_details?c_name=FND_CONC_CLONE&c_owner=APPS&c_type=PACKAGE%20BODY&c_detail_type=source
    Thanks,
    Hussein

  • FND_CONC_CLONE.SETUP_CLEAN HANGS after clone

    Hi,
    After clone to clean the fnd tables.
    we executed FND_CONC_CLONE.SETUP_CLEAN . But it seems to be hang.
    Sufficient space in tablespaces and file system is also having space.
    No locks in database as well.
    Env is 12.0.4 and apps user is agetting locked frequently.
    Please help in sorting this issue

    After clone to clean the fnd tables.
    we executed FND_CONC_CLONE.SETUP_CLEAN . But it seems to be hang.
    Sufficient space in tablespaces and file system is also having space.
    No locks in database as well.
    Env is 12.0.4 and apps user is agetting locked frequently.
    Please help in sorting this issuePlease do the following:
    - Stop the CM (and the application services)
    - Restart the Database
    - Run the script as apps user and see if it works or not
    Thanks,
    Hussein

  • Difference beteen fnd_conc_clone.setup_clean and fnd_clone.target clean

    Hi,
    I use fnd_conc_clone.setup_clean to cleanup fnd_nodes while cloning.
    But now I came across fnd_conc_clone.target_clean.
    Could someone tell me what is it for.
    Thanks,
    Erin Silver
    Edited by: Erin.Silver on Dec 11, 2012 4:13 AM

    Erin.Silver wrote:
    Hi,
    I use fnd_conc_clone.setup_clean to cleanup fnd_nodes while cloning.
    But now I came across fnd_conc_clone.target_clean.
    Could someone tell me what is it for.Please see these docs/links.
    Concurrent Managers Do Not Start After Cloning Nodes Not Updated In Conc_queues [ID 466532.1]
    procedure: target_clean
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_details?c_name=FND_CONC_CLONE&c_owner=APPS&c_type=PACKAGE%20BODY&c_detail_type=source
    Thanks,
    Hussein

  • What is the difference between FND_CONC_CLONE.setup_clean and target_clean

    What is the difference between fnd_conc_clone.setup_clean and fnd_conc_clone.target_clean?
    I always run setup_clean to wipe out all the information carried from source, and then run adautocfg.sh on dbTier followed by appsTeir. This will give me the clean newly cloned ebs system. But what is target_clean for? What is the difference between setup_clean and target_clean;
    James

    I finally go through the code and actually run the target_clean in our test system. Here is general rule, if you clone the ebs system, you only need to run setup_clean, it will clean out topology information or ebs connection information from the system. Then you run adautocfg.sh on db tier first following by adautocfg.sh on apps tier. All the topology or connection information will be populated again inside the database.
    Once you have cloned the system, you do not want any printer setup info, log/out info or profile info carried from source, then you can run target_clean. For me, I do need preserve printer and profile info, so I need to export following 4 tables before running target_clean.
    FND_PROFILE_OPTION_VALUES,
    FND_PRINTER,
    FND_PRINTER_TL,
    FND_CONCURRENT_PROGRAMS
    Hope this will help.
    James

  • Can not request reports after cloning process

    hello All,
    I am new in oracle please guide me.
    I have tried to make the process of cloning from dev machine to test machine, but after that the applications in dev machine was not able to request another report.
    With Status: No Manager and phase: Inactive
    we use:
    RDBMS : 10.2.0.2.0
    Oracle Application: 12.0.2(HRMS)
    os: AIX 5.3 (64 bit)
    I previously tried the ways of my search results on the forums and internet
    1. Truncate FND_CONCURRENT_PROCESSES...
    truncate table FND_CONCURRENT_PROCESSES;
    2. Update FND_CONCURRENT_REQUESTS as follows:
    update fnd_concurrent_requests
    set status_code='X', phase_code='C'
    where status_code='T'
    3. Update FND_CONCURRENT_QUEUES.RUNNING_PROCESSES to zero
    update fnd_concurrent_queues
    set running_processes = 0;
    4. restart conccurent managers,and has not succeeded.
    and then I tried another way of information that I got
    1. Stop the Internal Concurrent Manager.
    2. Connect to the database via SQL*Plus as the APPS user.
    3. Execute the following to alter the FNDSM trigger on FND_NODES:
    CREATE OR REPLACE TRIGGER fndsm
    AFTER INSERT OR UPDATE ON FND_NODES <---- ( "OR UPDATE" I do additional)
    FOR EACH ROW
    BEGIN
    if ( :new.NODE_NAME <> 'AUTHENTICATION' ) then
    if ( (:new.SUPPORT_CP='Y')
    or (:new.SUPPORT_FORMS='Y')
    or (:new.SUPPORT_WEB='Y') ) then
    fnd_cp_fndsm.register_fndsm_fcq(:new.NODE_NAME);
    end if;
    if (:new.SUPPORT_CP = 'Y') then
    fnd_cp_fndsm.register_fndim_fcq(:new.NODE_NAME);
    end if;
    end if;
    END;
    4. Cleanup the FND_NODES table by executing the following:
    SQL> exec FND_CONC_CLONE.SETUP_CLEAN;
    5. Run AutoConfig on each node.
    6. Restart the Concurrent Managers. and still does not work.
    if something is missing or wrong from the way I do or there are other ways more appropriate for me to do?
    Thanks,
    Batara

    earlier thanks for your concern and support for you all ,     
    I've run as shown in MOS Doc 134007.1 , but it still does not work, and the clone,
    actually the clone that we do is still in trial and we have not too much concentration to the test instance as the target system, but the problem is that dev instance as the source system should not in fact the configuration changes become problematic,as not requesting another report.
    and this is my next piece of the internal display manager log:
    ========================================================================
    Starting DEV_1111@DEV Internal Concurrent Manager -- shell process ID 725148
    logfile=/u01/oracle/DEV/inst/apps/DEV_hrmdev/logs/appl/conc/log/DEV_1111.mgr
    PRINTER=noprint
    mailto=devmgr
    restart=N
    diag=N
    sleep=30 (default)
    pmon=4 (default)
    quesiz=1 (default)
    Reviver is ENABLED
    Application Object Library: Concurrent Processing version 11.5
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    Internal Concurrent Manager started : 11-NOV-2009 11:43:06
    Process monitor session started : 11-NOV-2009 11:43:06
    Starting PODAMGR Concurrent Manager : 11-NOV-2009 11:43:07
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager PODAMGR with library /u01/oracle/DEV/apps/apps_st/appl/po/12.0.0/bin/POXCON.
    Check that your system has enough resources to start a concurrent manager process. Contact y : 11-NOV-2009 11:43:07
    Starting INVTMRPM Concurrent Manager : 11-NOV-2009 11:43:07
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager INVTMRPM with library /u01/oracle/DEV/apps/apps_st/appl/inv/12.0.0/bin/INCTM.
    Check that your system has enough resources to start a concurrent manager process. Contact : 11-NOV-2009 11:43:07
    Starting RCVOLTM Concurrent Manager : 11-NOV-2009 11:43:07
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager RCVOLTM with library /u01/oracle/DEV/apps/apps_st/appl/po/12.0.0/bin/RCVOLTM.
    Check that your system has enough resources to start a concurrent manager process. Contact : 11-NOV-2009 11:43:08
    Starting FFTM Concurrent Manager : 11-NOV-2009 11:43:08
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager FFTM with library /u01/oracle/DEV/apps/apps_st/appl/ff/12.0.0/bin/FFTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your s : 11-NOV-2009 11:43:08
    Could not find service instance context for service instance number 804345408
    Could not find service instance context for service instance number 804345408
    Could not find service instance context for service instance number 804345408
    Could not find service instance context for service instance number 804345408
    Check that your system has enough resources to start a concurrent manager process. Contac : 11-NOV-2009 11:43:11
    Starting STANDARD Concurrent Manager : 11-NOV-2009 11:43:11
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /u01/oracle/DEV/apps/apps_st/appl/fnd/12.0.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contac : 11-NOV-2009 11:43:11
    Starting STANDARD Concurrent Manager : 11-NOV-2009 11:43:11
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /u01/oracle/DEV/apps/apps_st/appl/fnd/12.0.0/bin/FNDLIBR.
    Starting OAMCOLMGR Concurrent Manager : 11-NOV-2009 15:13:32
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager OAMCOLMGR with library /u01/oracle/DEV/apps/apps_st/appl/fnd/12.0.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Conta : 11-NOV-2009 15:13:33
    Starting INVMGR Concurrent Manager : 11-NOV-2009 15:13:33
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager INVMGR with library /u01/oracle/DEV/apps/apps_st/appl/inv/12.0.0/bin/INVLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact : 11-NOV-2009 15:13:33
    Process monitor session ended : 11-NOV-2009 15:13:33
    please help and guidance
    Regards
    Batara

  • Changing hostname for E-Business Suite

    Hi,
    Im just moving an instance from one server to another server,
    I did the following steps,
    1. De-register the current database server.
    perl $ORACLE_HOME/appsutil/bin/adgentns.pl appspass=apps contextfile=$CONTEXT_FILE -removeserver
    2. $ORACLE_HOME/appsutil/ydev_<oldhost>.xml
    Replaced all <oldhost> to <newhost>
    Replaced all <olddomain.com> to <newdomain.com>
    3. cd $ORACLE_HOME/appsutil/bin/./adconfig.sh contextfile=$ORACLE_HOME/appsutil/PROD_<newhost>.xml
    While doing this adconfig it completed with errors...
    my log file contents are as follows,
    [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: /ydev/u02/oracle/ydevdb/9.2.0/appsutil/install/ydev_ebs
    afdbprf.sh INSTE8_PRF 1
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /ydev/u02/oracle/ydevdb/9.2.0/appsutil/install/ydev_ebs
    adcrobj.sh INSTE8_APPLY 1
    how to resolve this...??.
    im using ebs version 11.5.10.2
    database 9i
    OS linux redhat 4.0
    thanks,
    vasanth

    Hi
    I agree with Helios.
    In fact, the first time I moved my apps to a new server I asked Oracle support for advice and they said that cloning is the ONLY officially approved option for moving to another server.
    After the database clone you will need to fix the following entries in the web server XML file;
    s_dbhost --> new_server
    s_apps_jdbc_connect_descriptor --> new_server
    If you end up with any unwanted database server information in the autoconfig repository then you can just do the following;
    1) EXEC FND_CONC_CLONE.SETUP_CLEAN;
    2) rerun autoconfig
    Frank

  • Unique Error while doing hot backup Cloning!

    Dear All,
    I am using EBS 11.5.10.2 with DB 9.2.0.6.
    I am doing hot backup cloning by referring *[Cloning Oracle Application 11i /R12 with Rapid Clone - Database (9i/10g/11g) Using Hot Backup on Open Database|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=760772.1]*
    I am facing a unique issue, when I run adcfgclone.pl dbconfig <my_context_file>, application of my Production Server start misbehaving and it gives me an error:
    Node Id does not exist for the current application server id.When I check the FND_NODE table I found that there server id was empty in it.
    I have to run than run the following steps as the resolution:
    1. Shutdown all the services.
    2. EXEC FND_CONC_CLONE.SETUP_CLEAN;
    3. COMMIT;
    4. Run AutoConfig on all tiers, firstly on the DB tier and then the APPS tiers,to repopulate the required system tables.
    5.start all the services and verify the issue.
    Than application behaves normally.
    Is there any additional step to be followed while Hot Backup Cloning other than mentioned in the above mentioned ML Doc?
    Please suggest,
    Anchorage :)

    I am facing a unique issue, when I run adcfgclone.pl dbconfig <my_context_file>, application of my Production Server start misbehaving and it gives me an error:
    Node Id does not exist for the current application server id.Where did you get this error?
    This is very strange, how come this happens in Production, when you are doing cloning in TEST/DEV instance.
    Is there any additional step to be followed while Hot Backup Cloning other than mentioned in the above mentioned ML Doc?I feel there are no other additional steps, as I Recently did successfully hotbackup cloning using the same document.

  • Output Post Processor not coming up

    Hi Friends,
    We have a single node production instance (R12.1.1 with 11.1.0.7)
    We cloned a test instance from this production instance. Now everything is fine except that the Output post Processor.
    OPP is not coming up. Also, there are no FNDOPP* logs generated in $APPLCSF/log
    I tried to resolve the issue by running:
    exec fnd_conc_clone.setup_clean;
    Ran autoconfig and $FND_TOP/patch/115/sql/afdcm037.sql
    Even then OPP is not coming up.
    Kindly help.

    Hi;
    Did you check OPP log file? Did you try to run cmclean.sql and retest issue?
    Concurrent Processing (CP) / APPS Reporting Scripts http://ID 213021.1
    CMCLEAN.SQL - Non Destructive Script to Clean Concurrent Manager Tables http://ID 134007.1
    Regard
    Helios

  • AC-50480: Internal error occurred: java.lang.Exception: Error while generat

    Hi there
    I am moving db tier on another server with the clone utility. post clone on db tier were successful but on apps tier i am getting following error in adconfig.log file
    AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora.
    Error generating tnsnames.ora from the database, temporary tnsnames.ora will be generated using templates
    Instantiating Tools tnsnames.ora
    Tools tnsnames.ora instantiated
    Web tnsnames.ora instantiated
    adgentns.pl exiting with status 2
    ERRORCODE = 2 ERRORCODE_END
    .end std out.
    .end err out.
    Result : FAILED
    i have used following options for solution but no success
    1. Open a new shell and source the APPS Environment.
    2. Start the sqlplus Utility and execute following commands :
    sqlplus apps/<Password>
    exec fnd_conc_clone.setup_clean
    3. Open a new shell and source the DB-Tier Environment.
    4. Execute Autoconfig at the DB-Tier.
    5. Switch to the Shell with the APPS Enviornment sourced or start a new Shell and source the APPS Environment.
    6. Execute Autoconfig at the APPS-Tier.
    autoconfig run successufully on db tier but failed on apps tier.
    Please help me out what to do.
    Regards,
    Mohsin

    Hi;
    What is EBS version?
    Please see:
    AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora. [ID 1324667.1]
    During Autoconfig "adgentns.pl" fails: "AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora" [ID 453901.1]
    "AC-50480" Error Generating the "listener.ora" File. [ID 1089036.1]
    Regard
    Helios

  • Autconfig error : ORA-01400: cannot insert NULL into ("APPLSYS"."FND_NODES"."NODE_NAME")

    Good day,
    I am running EBS 11.5.10  with DB 10.2.0.4. I applied patch 7429271 following the steps in  Doc Id. 233044.1.
    After restarting the application, I got a "node id does not exist for the current application" when the forms started.
    After purging fnd nodes (exec fnd_conc_clone.setup_clean) I ran autoconfig successfully on the dbtier but got the error below in the apps tier.
    I also noticed that the contents of my dbc file has been erased and replaced with the template data (all values are default). I tried restoring it but it just got over written again with default data.
    Hope my explanation was clear enough.
    Any suggestions?
    ---error from adconfig.log-----------
    Unique constraint error (00001) is OK if key already exists
    java.sql.SQLException: ORA-01400: cannot insert NULL into ("APPLSYS"."FND_NODES"."NODE_NAME")
    ORA-06512: at "APPS.FND_CONCURRENT", line 1504
    ORA-06512: at "APPS.FND_APP_SERVER_PKG", line 163
    ORA-06512: at line 1
    - Database error modifying the server

    Logs after autoconfig and services started - not connection attempted to the application yet.
    -----access log--------
    mobay.pahq.dom - - [25/Oct/2013:13:28:59 -0500] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=XmlSvcsGrp&port=19000 HTTP/1.1" 200 15 0
    mobay.pahq.dom - - [25/Oct/2013:13:28:59 -0500] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=DiscoGroup&port=17000 HTTP/1.1" 200 15 0
    mobay.pahq.dom - - [25/Oct/2013:13:28:59 -0500] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=OACoreGroup&port=16000 HTTP/1.1" 200 15 0
    ----error log--------
    [Fri Oct 25 13:28:59 2013] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    ----error log_pls----
    [Fri Oct 25 13:29:00 2013] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    Logs after a connection attempt to the application
    -----access log-----
    mobay.pahq.dom - - [25/Oct/2013:13:28:59 -0500] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=XmlSvcsGrp&port=19000 HTTP/1.1" 200 15 0
    mobay.pahq.dom - - [25/Oct/2013:13:28:59 -0500] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=DiscoGroup&port=17000 HTTP/1.1" 200 15 0
    mobay.pahq.dom - - [25/Oct/2013:13:28:59 -0500] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=OACoreGroup&port=16000 HTTP/1.1" 200 15 0
    192.168.50.80 - - [25/Oct/2013:13:34:32 -0500] "GET / HTTP/1.1" 200 2589 0
    192.168.50.80 - - [25/Oct/2013:13:34:33 -0500] "GET /apptitle.html HTTP/1.1" 200 1015 0
    192.168.50.80 - - [25/Oct/2013:13:34:33 -0500] "GET /applist.html HTTP/1.1" 200 1602 0
    192.168.50.80 - - [25/Oct/2013:13:34:33 -0500] "GET /appdet.html HTTP/1.1" 200 1009 0
    192.168.50.80 - - [25/Oct/2013:13:34:33 -0500] "GET /appsmed3.gif HTTP/1.1" 200 1981 0
    192.168.50.80 - - [25/Oct/2013:13:34:36 -0500] "GET /aplogon.html HTTP/1.1" 200 1953 0
    192.168.50.80 - - [25/Oct/2013:13:34:38 -0500] "GET /OA_HTML/US/ICXINDEX_PROD_mobay.htm HTTP/1.1" 200 417 0
    192.168.50.80 - - [25/Oct/2013:13:34:38 -0500] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 411 0
    **the error logs remain unchanged.
    Regards,
    Shridath.

  • Oracle EBS R12 DR - Status Column Shows N in FND_NODES

    Hi,
    We implemented DR for Oracle EBS R12 (2-Node Oracle 10gRAC, 2-Node Apps) using Oracle Data Guard.
    During the Failover testing we noticed that the Status shows N for the DB Nodes and First Apps Node. It shows Y only for the 2nd Apps Node in the FND_NODES (Autoconfig was last run on the 2nd Apps Node):
    SQL> select node_name,status from fnd_nodes;
    NODE_NAME STATUS
    AUTHENTICATION
    DRDBSVR2 N
    DRDBSVR1 N
    DRAPSVR2 N
    DRAPSVR1 Y
    But in the Primary Node the Status is Y for all the nodes.
    SQL> select node_name,status from fnd_nodes;
    NODE_NAME STATUS
    HOAPSVR1 Y
    AUTHENTICATION
    HODBSVR2 Y
    HODBSVR1 Y
    HOAPSVR2 Y
    I would like to know what could be the reason for the Status showing N for the DB Nodes and N for 1st Apps Node in the DR env during the Failover Testing. But I was able configure the DR env and bring up the application. Able to Login to the application also. Does the status in FND_NODES matter?
    I did executed SQL> exec fnd_conc_clone.setup_clean before configuring the DR env.
    Regards,
    Thiru

    hi thiru
    I would like to know what could be the reason for the Status showing N for the DB Nodes and N for 1st Apps Node in the DR env during the Failover Testing. But I was able configure the DR env and bring up the application. Able to Login to the application also. Does the status in FND_NODES matter?
    I did executed SQL> exec fnd_conc_clone.setup_clean before configuring the DR env.did you run auto config to populate the tables?
    please confirm you have a clean autoconfig enviornment
    first take backup of FND_NODES and the perform cleaning
    please see
    How to get a clean Autoconfig Environment ? [ID 391406.1]
    AutoConfig Does Not Populate tnsnames.ora With FNDSM Entries For All The Nodes In A Multi-Node Environment [ID 1358073.1]
    Using AutoConfig to Manage System Configurations in Oracle E-Business Suite Release 12[Article ID 387859.1]
    Concurrent Processing - Steps To Clean Nonexistent Nodes or IP Addresses From FND_NODES [ID 260887.1]
    Configuring Applications Node Services in Oracle E-Business Suite Release 12 [ID 406558.1]
    On a R12 Multi-Node Install -- Why do all Middle Tiers run all Services? [ID 415385.1]
    ;) AppsMasti ;)
    Sharing is Caring

  • Support_db column not there in fnd_nodes table

    Hi
    today I have did clone of 11.5.9 instance and face the below issue.
    Updating s_tnsmode to 'generateTNS'
    UpdateContext exited with status: 0
    AC-50480: Internal error occurred: java.lang.Exception: Error while generating l
    istener.ora.
    Error generating tnsnames.ora from the database, temperory tnsnames.ora will be
    generated using templates
    Instantiating Tools tnsnames.ora
    Tools tnsnames.ora instantiated
    Web tnsnames.ora instantiated
    adgentns.pl exiting with status 2
    ERRORCODE = 2 ERRORCODE_END
    .end std out.
    but as per below I have solved the issue
    Sqlplus apps/...
    SQL> EXEC FND_CONC_CLONE.SETUP_CLEAN;
    COMMIT;
    EXIT;
    Run AutoConfig on all tiers, firstly on the DB tier and then the APPS tiers, to repopulate the required system tables.
    But I have observed there is no support_db column in fnd_nodes table, is it normal behaviour in 11.5.9?
    Plz share your ideas
    Thanks
    Shaik

    Hi
    there is no column in fnd_nodes table. it is a single node instance. we don't have latest autoconfig patches in the current environment.
    SQL> desc fnd_nodes;
    Name                            Null?    Type
    NODE_NAME                       NOT NULL VARCHAR2(30)
    LAST_UPDATE_DATE                NOT NULL DATE
    LAST_UPDATED_BY                 NOT NULL NUMBER(15)
    CREATION_DATE                   NOT NULL DATE
    CREATED_BY                      NOT NULL NUMBER(15)
    LAST_UPDATE_LOGIN               NOT NULL NUMBER(15)
    PLATFORM_CODE                   NOT NULL VARCHAR2(30)
    DESCRIPTION                              VARCHAR2(240)
    BASEPATH                                 VARCHAR2(20)
    SUPPORT_CP                               VARCHAR2(1)
    SUPPORT_FORMS                            VARCHAR2(1)
    SUPPORT_WEB                              VARCHAR2(1)
    SUPPORT_ADMIN                            VARCHAR2(1)
    STATUS                                   VARCHAR2(1)
    PING_RESPONSE                            VARCHAR2(2000)
    LAST_MONITORED_TIME                      DATE
    NODE_MODE                                VARCHAR2(1)
    NODE_ID                                  NUMBER
    SERVER_ID                                VARCHAR2(64)
    SERVER_ADDRESS                           VARCHAR2(30)
    HOST                                     VARCHAR2(256)
    DOMAIN                                   VARCHAR2(256)
    WEBHOST                                  VARCHAR2(256)
    Thanks
    Shaik

  • HOWTO remove an entry from the node list...

    Hi all,
    does anybody know, howto remove an entry from the node list TAB ?
    I recentyl updated my system to 11.5.10.2 including enabling autoconfig.
    Now, concurrent processes won't start, because of two entries in the node list tab (yes, it's a single node installation!). There are two entries, one with the IP-address and one with the hostname.
    Can somebody tell me howto remove this obsolete entry?
    Thanks.

    1) Login as APPS user to SQL*Plus
    2) Issue the following:
    SQL> EXEC FND_CONC_CLONE.SETUP_CLEAN;
    SQL> COMMIT;3) Run AutoConfig
    For more details, please refer to:
    Note: 260887.1 - Steps to Clean Nonexistent Nodes or IP Addresses from FND_NODES
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=260887.1

Maybe you are looking for

  • Errors while Configuring a Oracle DB on RAC

    Iam configuring a DB Table in IDM 8.0. Here is my URL jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=TCP)(HOST=10.240.149.191) (PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=10.240.149.192) (PORT=1521))(CONNECT_DATA=(SERVICE_NAME=IDMPRO

  • Exchange Rate Difference in BP Account balance

    Hi Experts, I am facing a problem, what i did i raised a outgoing payment for vendor $1000 and the exchange rate is 50 Rs, after that i did AP Invoice for $1000 and the exchange rate is 51 Rs for the same vendor. After that i linked the AP Inv to tha

  • Customer Aging Report to Include Credit Memos

    Hi, I need a customer aging report that will also include credit memos.  This is not available with the system report, but when I write a query it will not reference the customer's account but only the documents in the system.  How do I create an A/R

  • IPad 2 keeps freezing, soft reset has no effect

    Hi there, My iPad 2 has frozen 3 times in the past week and will only respond once I restore it.  This has just started happening and it's almost every day now. I've tried all the suggestions, all aspects of the screen freezes including the red slide

  • Apple tv using all my bandwidth

    .. when i do a speed test on my iMac, it shows 5mbps where as when apple tv is not connected it shows >15mbps