Concurrent managers FNDLIBR growing over 254 Mbytes at peak workloading

Hello
i have a problem that my FNDLIBR processes grow with no limit and take lot of CPU
i implemented the note below to bounce processes that take 100mb or more.
but i have now FNDLIBR that crrosed 100mb and still not killed
maybe someone understand what is exactly ?
FDMXHEAP=1000000
Original top of heap : 3135712
Current Top of Heap : 4143328
Observed Growth : 1007616
and how to find this values?
264752.1
1. Create the file $APPL_TOP/custom.env
2. Add the following 2 lines (FDMXHEAP set to 10000000 or whatever value seems appropriate)
The value 10000000 is equivalent to 10MB.
FDMXHEAP=10000000
export FDMXHEAP
3. Bounce concurrent managers.
4. The expected behaviour for FDMXHEAP is that it measures the growth of the FNDLIBR.
The value set for variable is not an absolute value, for example:
FDMXHEAP=1000000
Original top of heap : 3135712
Current Top of Heap : 4143328
Observed Growth : 1007616
Only when the growth of the memory heap exceeds the value set by FDMXHEAP,
will the process be terminated and a new process started.

I did the changes in configuration file and bounced conc 10 days ago
but now the processes exceeded 100m and still running without kill and restart
maybe the parameter are not correct
i can't understand what is the delta betweens current heap size and original heap size
and how to check it
what numbers should be used in order to avoid FNDLIBR to cross 100M ?
Regards

Similar Messages

  • Concurrent managers ( JVM)

    I have a R12 Vision environment installed on Solaris 5.10 on 2 nodes, with batch processing ( and database) on one node ( Node A), and rest of the apps tier services running on the second node ( Node B).
    What I wanted to find out was the memory requirement for this environment. The purpose is to use this to get a better idea of the hardware requirement for 10 instances of Oracle Applications which we need to create as part of a fresh implementation.
    So, I thought, I'll check the default sizes needed for running
    a) database
    b) applications
    a) database part I've taken care of
    b) applications:
    On node B ( web / forms tier)
    First I wanted to check the default sizes of all the JVMs installed.
    I understand that on the 3 of the JVMs start up with the following default max heap size
    FORMS JVM
    -Xmx256M
    OACORE JVM
    -Xmx512M
    OAFM JVM
    -Xmx256M
    On Node A ( concurrent processing )
    When I do a
    ps -ef |grep applmgr |grep -i DCLIENT
    I see some 12 processes for these
    applmgr 3701 3637 0 Sep 10 ? 7:52 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    applmgr 3703 3637 0 Sep 10 ? 8:23 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    applmgr 3695 3637 0 Sep 10 ? 17:28 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    applmgr 3699 3637 0 Sep 10 ? 8:17 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    applmgr 3694 3637 0 Sep 10 ? 8:21 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    applmgr 3697 3637 0 Sep 10 ? 16:05 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    applmgr 3696 3637 0 Sep 10 ? 16:43 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    applmgr 3700 3637 0 Sep 10 ? 8:17 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    applmgr 3698 3637 0 Sep 10 ? 7:46 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    applmgr 3704 3637 0 Sep 10 ? 10:06 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    applmgr 3705 3637 0 Sep 10 ? 8:14 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    applmgr 3706 3637 0 Sep 10 ? 8:18 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    All of these have the parent process id as 3637, which is the process for the service manager ( FNDSM)
    ptre 3637
    3637 FNDSM
    3673 RCVOLTM APPS/ZGA5A000CCA376B92E66589EB9B640008522DC5AB54ED497EBE6F1E7A2ED33AB28
    3674 RCVOLTM APPS/ZG72B4C04ED1376DF24AEB2C215881578D8D686F4949F8BBDF82CACEC6CAA4C430
    3675 POXCON APPS/ZGBEBFD251987E7FDC7DAE7D07CBEAE239F56E3DEB751B28748B9B3054CA3BFFAD3
    3676 CYQLIB APPS/ZG779BC67A13CBACE567402671E31D0E0282FD0041A8E62272F6A82484551509A09
    3677 INCTM APPS/ZGC797A91F15553AC4DC6E7789E860FED9F169749E2D2105716F18C876041CF17AEF
    3694 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    3695 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    3696 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    3697 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    3698 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    3699 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    3700 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    3701 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    3702 /u03/oracle/VIS/apps/apps_st/appl/xdp/12.0.0/bin/XDPCTRLS APPS/ZG0D1E37E24F57F5
    3703 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    3704 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    3705 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    3706 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    3709 FNDCRM APPS/ZGC0523DAB50578CE9E103ACBB0BCABC57132ECA88FB1B92855FCFFDACE64E9CEF9
    3710 FNDLIBR FND Concurrent_Processor MANAGE OLOGIN="APPS/ZG58C402AF965363D362B15E3D
    3711 FNDLIBR FND Concurrent_Processor MANAGE OLOGIN="APPS/ZG3A071441461117B4AB0C1148
    3712 FNDLIBR FND Concurrent_Processor MANAGE OLOGIN="APPS/ZGCAC037E40629DC25B6A64439
    3713 FNDLIBR FND Concurrent_Processor MANAGE OLOGIN="APPS/ZG7C22F67D5B10AE3786CF3C58
    3714 FNDLIBR FND Concurrent_Processor MANAGE OLOGIN="APPS/ZG7C22F67D5B10AE3786CF3C58
    3715 FNDLIBR FND Concurrent_Processor MANAGE OLOGIN="APPS/ZG7C22F67D5B10AE3786CF3C58
    3716 PALIBR FND Concurrent_Processor MANAGE OLOGIN="APPS/ZG56731173E63F582D799ECCE8F
    3717 INVLIBR FND Concurrent_Processor MANAGE OLOGIN="APPS/ZG5897C948C8DFB32F39009E03
    3719 MRCLIB FND Concurrent_Processor MANAGE OLOGIN="APPS/ZG0004527A8F95E64C57A399EA0
    What I'm trying to understand is are these many JVMs being spawned by concurrent managers?
    If yes, where exactly do I look for to see their JVM sizes?
    When I do a top and check the memory of these java processes, each of them seem to be using 211M each ( approx). I would want some control on this. Possibly shutdown the managers which are not needed.
    If anyone can throw some light on this concurrent managers and JVMs relationship, it'll be much helpul.

    Pretty much every Concurrent Manager known to man is started out of the box in R12. You have to decide what Concurrent Managers can be safely disabled based on what products/modules are in use. You only have to have Internal Manager, Conflict Resolution Manager, Service Managers and Standard Manager. Deactivating the SFM% managers and Workflow Managers will save a ton java resources. Workflow will require the Workflow Agent Listeners to be up. You can stop the Workflow Service Components in Oracle Applications Manager for products you are not using (ECX% for example). These will each spawn a seperate java process.

  • Problem with Concurrent managers in RAC environment

    We have 12.1.2 EBS with 2-Node RAC
    Issue is that concurrent managers needs to be restarted, incase if one of the database is down. ?
    But ebs fwk pages, forms all works fine, even if one of the database node is down, but CM needs a restart
    Can someone let me know what could be the problem

    Please see the following docs.
    Parallel Concurrent Processing (PCP) Running Request Behavior when Standard Manager Failed Over [ID 1476803.1]
    Concurrent Manager Functionality Not Working And PCP Failover Takes Long Inspite of Enabling DCD With Database Server [ID 438921.1
    EBS - Technology Area - Webcast Recording 'E-Business Suite - RAC & Parallel Concurrent Processing (PCP)' [video] [ID 1359612.1]
    Thanks,
    Hussein

  • All concurrent managers will not start

    We installed the minimum baseline patches for 11.5.10.2 along with the July CPU patches. After doing that, the standard manager (fndlibr) starts but all of the specialized managers do not (invlibr). We have relinked everything, run cmclean.sql, shortened the system path variable, etc. without success. This is on windows. I am looking for suggestions on what else to try.

    Here's the script. Already tried setting the environment variable and all that does is echo the setting of the environment commands. Notice the script also says can just start the service.
    @echo OFF
    @if not "%ORAWIN_DBG%"=="" echo %ORAWIN_DBG%
    @REM $Header: adcmctl_nt.cmd 115.19 2009/03/20 09:07:36 jmajumde ship $
    @REM *========================================================================+
    @REM | Copyright (c) 2000 Oracle Corporation, Redwood Shores, California, USA |
    @REM | All rights reserved |
    @REM | Applications Division |
    @REM +========================================================================+
    @REM |
    @REM | FILENAME
    @REM | adcmactl.cmd
    @REM |
    @REM | DESCRIPTION
    @REM | Start / Stop Concurrent Manager for orat_rta08
    @REM |
    @REM | USAGE
    @REM | adcmactl.cmd start <APPS username/APPS password>
    @REM |
    @REM | PLATFORM
    @REM | NT Generic
    @REM |
    @REM | NOTES
    @REM | On NT you can start and stop the concurrent manager process using the
    @REM | services utility in the control panel.
    @REM |
    @REM | HISTORY
    @REM |
    @REM +========================================================================+
    @REM
    REM ###############################################################
    REM
    REM This file is automatically generated by AutoConfig. It will be read and
    REM overwritten. If you were instructed to edit this file, or if you are not
    REM able to use the settings created by AutoConfig, refer to Metalink document
    REM 165195.1 for assistance.
    REM
    REM ###############################################################
    @REM
    echo
    if "%ORAWIN_DBG%"=="ON" echo You are running adcmctl.cmd
    echo
    @REM Get Date and Time
    FOR /F "DELIMS=" %%a IN ('DATE /T') DO (
    SET dateline=%%a
    FOR /F "DELIMS=" %%a IN ('TIME /T') DO (
    SET timeline=%%a
    echo %dateline%%timeline%
    set env_file="f:\oracle\orapappl\APPSorat_rta08.cmd"
    if exist %env_file% goto env_ok
    echo Cannot find environment file %env_file%
    VERIFY OTHER 2> NUL
    goto end
    :env_ok
    call %env_file%
    IF "%1" == "" GOTO usage
    set control_code=%1
    setlocal enableextensions
    if "%2" == "" (
    set /P unpw="Enter the APPS Username/Password: "
    ) else (
    if "%2" == "-nopromptmsg" (
    set /P unpw=""
    ) else (
    set unpw=%2
    for /F "usebackq tokens=1,2 delims=/" %%i in ('%unpw%') do set APPS_UNAME=%%i && set APPS_PWD=%%j
    IF NOT EXIST f:\oracle\orapcomn\admin\log\orat_rta08 mkdir f:\oracle\orapcomn\admin\log\orat_rta08
    REM
    REM Check Reviver pid file
    REM
    set CMPIDFILE="f:\oracle\orapappl\fnd\11.5.0\log\reviver_orat_rta08.pid"
    if exist %CMPIDFILE% goto :get_pidfile
    REM As we are providing the functionality to check the status via bug 3835198.
    REM The following line may be conflicting .So commenting it.
    REM echo Concurrent managers (no pid file) not running
    set RUNNING=0
    goto :reviver_cont
    :get_pidfile
    FOR /F %%a IN ('type %CMPIDFILE%') DO (
    set reviver_pid=%%a
    IF "x%reviver_pid%" == "x" (
    echo Concurrent managers ( %reviver_pid% ) not running
    set RUNNING=0
    ) ELSE (
    echo Concurrent managers ( %reviver_pid% ) is running
    set RUNNING=1
    :reviver_cont
    REM
    REM check to see the status and set to 1 if started
    REM
    SET status=0
    FOR /F "delims=" %%a IN ('NET START ^| findstr /C:"OracleConcMgrorat_rta08"') DO (
    SET status=1
    IF /i "%control_code%" == "status" GOTO control_ok
    IF /i "%control_code%" == "start" GOTO control_ok
    IF /i "%control_code%" == "stop" GOTO control_ok
    echo
    echo $program: You must either specify 'start' or 'stop' or 'status'
    goto usage
    :control_ok
    IF /i "%control_code%" == "status" GOTO statuscm
    IF /i "%control_code%" == "start" GOTO startcm
    IF /i "%control_code%" == "stop" GOTO stopcm
    :statuscm
         IF %status% == 0 (
    ECHO The service "OracleConcMgrorat_rta08" hasn't been started
    GOTO :end
    IF %status% == 1 (
    ECHO The service "OracleConcMgrorat_rta08" is already started
    GOTO :end
    :startcm
    IF %status% == 1 (
    ECHO The service "OracleConcMgrorat_rta08" is already started
    GOTO :end
    echo Starting concurrent manager for %DB_NAME% ...
    net start OracleConcMgrorat_rta08
    goto end
    :stopcm
    IF %status% == 0 (
    ECHO The service "OracleConcMgrorat_rta08" hasn't been started
    GOTO :end
    IF %RUNNING% == 0 goto :disable_rev
    IF %RUNNING% == 1 (
    f:\oracle\orapappl\fnd\11.5.0\bin\reviver.exe -k %reviver_pid%
    DEL /Q %CMPIDFILE%
    :disable_rev
    echo Shutting down concurrent managers for %DB_NAME% ...
    ( echo %APPS_PWD% ) | f:\oracle\orapappl\fnd\11.5.0\bin\concsub.exe %APPS_UNAME% SYSADMIN "System Administrator" SYSADMIN WAIT=Y CONCURRENT FND DEACTIVATE > f:\oracle\orapcomn\admin\log\orat_rta08\adcmctl.txt 2>&1
    goto end
    :usage
    echo Usage:
    echo adcmctl.cmd {start^|stop^|status} ^<APPS username/APPS password^>
    echo
    VERIFY OTHER 2> NUL
    :end
    echo adcmctl.cmd exiting with status %ERRORLEVEL%

  • After Cloning Concurrent managers erroring out while coming up

    Hi
    I have cloned the r12.1.1 instance all the things are successful but the concurrent managers are not coming up.
    I checked the by login as sysadmin concurrent-->administer-->select standard manager-->processes log file i found the following errors
    Application Object Library: Concurrent Processing version 11.5
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    STANDARD Concurrent Manager started : 05-OCT-2011 13:33:49
    05-OCT-2011 13:33:49
    Starting concurrent program FNDWFBG for concurrent request 19347388 (MODULE=FNDWFBG)
    05-OCT-2011 13:33:50
    Starting concurrent program FNDWFBG for concurrent request 19347390 (MODULE=FNDWFBG)
    Routine AFPCSQ encountered an ORACLE error. ORA-12170: TNS:Connect timeout occurred
    Review your error messages for the cause of the error. (=<POINTER>)
    Shutting down Concurrent Manager : 05-OCT-2011 13:37:04
    ORA-01012: not logged on
    ORACLE error 3114 in AFPRSR-Resubmit_Time
    Cause: AFPRSR-Resubmit_Time failed due to ORA-03114: not connected to ORACLE
    The SQL statement being executed at the time of the error was: and was executed from the file .
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-01012: not logged on.
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPPRD has encountered a fatal error. ORA-03114: not connected
    to ORACLE
    Contact your system administrator or support representative.
    _ 3 _
    Routine AFPCSQ encountered an ORACLE error. ORA-12170: TNS:Connect
    timeout occurred
    Review your error messages for the cause of the error. (=<POINTER>)
    I tried to trouble shoot the issue by doing the following things
    1)stop all Appl services
    2)stop database and listener
    3)start db and listener
    4)as a apps user
    EXEC FND_CONC_CLONE.SETUP_CLEAN;
    COMMIT;
    EXIT;
    5)run Auotconfig on DB Tier
    6)as a apps user execute the following script
    SQL> @$FND_TOP/patch/115/sqlafdcm037.sql;
    select CONCURRENT_QUEUE_NAME from FND_CONCURRENT_QUEUES where CONCURRENT_QUEUE_NAME like 'FNDSM%';
    7)ran adrelink for FND module
    Go to cd $FND_TOP/bin
    $ adrelink.sh force=y "fnd FNDLIBR"
    $ adrelink.sh force=y "fnd FNDSM"
    $ adrelink.sh force=y "fnd FNDFS"
    $ adrelink.sh force=y "fnd FNDCRM"
    8)run autoconfig on appl tier
    9)run cmclean.sql
    10) start all the application services.
    All went fine but the concurrent manager are terminating with the error messages above....
    Please can any one help on this....
    Thanks
    SAI

    Hi,
    I think it is the issue with standard manager. during startup of application triger to intialize standard manager service is not working fine.
    Execute the following to alter trigger FNDSM:
    CREATE OR REPLACE TRIGGER fndsm
    AFTER INSERT OR UPDATE ON FND_NODES
    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;
    commit;
    Clean FND_NODES by executing the following:
    exec FND_CONC_CLONE.SETUP_CLEAN;
    Run autoconfig.
    Restart concurrent managers and retest.
    Hope this may help...!!!
    Regards RanjanS

  • Erratic behaviour of Concurrent Managers

    We have PCP configured on 2 node EBS. We have recently started seeing that our FNDSM on node 2 stops working and also couple of other managers got deativated. When we try to start them manually they won't start. The only thing we do is to bounce application services as pointed out in "Note ID 245563.1 Concurrent Processing - The Concurrent Manager Fails to Start on GSM Enabled Due to DBMS_LOCK.Request ResultCall Failed to Establish ICM" which is not always possible in production:
    ICM log file showed:
    Routine &ROUTINE has attempted to start the internal concurrent manager. The ICM is already running. Contact you system administrator for further assistance.afpdlrq received an unsuccessful result from PL/SQL procedure or function FND_DCP.Request_Session_Lock.
    Routine FND_DCP.REQUEST_SESSION_LOCK received a result code of 1 from the call to DBMS_LOCK.Request.
    Possible DBMS_LOCK.Request resultCall to establish_icm failed
    The Internal Concurrent Manager has encountered an error.
    I went through the note: Concurrent Managers Will Only Start on One Node in PCP/RAC Environment (Doc ID 264296.1)
    So I have questions regarding this:
    1. Does ICM runs only on primary node as I believe?
    2. When starting the application we start the node 1 and then node 2 by using adstartal.sh which internally executes adcmctl.sh on both the nodes, as the note points out we should run adcmctl.sh only from primary node. How to solve this problem?
    3. If this issue is common how should we start application on another node and still not execute adcmctl.sh?

    1. Does ICM runs only on primary node as I believe?You can setup the internal manager on both nodes but it will start (be running) on one node only.
    How to Setup and Test Failover of PCP on Non-RAC Environments. [ID 743716.1]
    Can a Concurrent Manager Tier be Added Without Setting Up PCP? [ID 389876.1]
    2. When starting the application we start the node 1 and then node 2 by using adstartal.sh which internally executes adcmctl.sh on both the nodes, as the note points out we should run adcmctl.sh only from primary node. How to solve this problem?You can start adcmctl.sh on both nodes so you use adstrtal.sh on both nodes and the internal manager will be running on one node only.
    3. If this issue is common how should we start application on another node and still not execute adcmctl.sh?I have already answered this above.
    Thanks,
    Hussein

  • Not able to start the concurrent Managers in Release 12 on Redhat Linux 4

    Hi,
    I was able to successfully install Release 12 Vision on Other than Linux.. Every thing is working fine but concurrent managers are not active except the Internal Manager. Rest of the Managers has no value in the node name field and the status is "Target node/queue unavailable".. I also ran adcmcmtl.sh to manually stop and start the managers but still facing the same issue.. Other than the install, i have not applied any patches..
    Please tell me what i'm missing..
    Thanks in Advance,
    Prasad

    Check the CM log file for any errors.
    Have you tried to recover the CM from OAM? Shutdown the CM first and run this step.

  • How to assign particular concurrent requests to sparate concurrent managers

    How to assign particular Users concurrent requests to custom or Sparate concurrent managers
    OS : Linux
    Apps: 11.5.10.2

    Hi,
    This can be done via "Specialization Rules".
    How to Create a Custom Concurrent Manager [ID 170524.1
    How to Split the Load of Work to Many Concurent Managers [ID 473310.1]
    Oracle Applications System Administrator's Guide - Configuration (zipped) -- Page 7-14
    http://download.oracle.com/docs/cd/B25516_18/current/acrobat/115sacg.zip
    Make sure you bounce the CM once you are done.
    Thanks,
    Hussein

  • Concurrent managers down

    Dear All,
    Today morning concurrent managers were down on production. when i checked the concurrent logs observed the following error.
    Shutting down Concurrent Manager : 27-FEB-2012 04:21:24
    List of errors encountered:
    _ 1 _
    Routine AFPSMG encountered an ORACLE error. ORA-00604: error occurred
    at recursive SQL level 2
    ORA-04031: unable t.
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPGSR encountered an ORACLE error. ORA-04031: unable to
    allocate 16 bytes of shared memory ("shared pool".
    Review your error messages for the cause of the error. (=<POINTER>)
    then we restarted the cocurrent managers and they are working fine.
    I just want to know the cause of this error.
    Thanks.

    Hi
    The error :ORA-04031: unable to allocate 16 bytes of shared memory.
    indicates that there is not enough sufficient memory in the shared pool for the processes
    You need to check the alert log file of the database to see if there are similar error messages and then do Flush shared pool. This should take care of the issue if it has come once.
    ALTER SYSTEM FLUSH SHARED_POOL;
    If this does not work:
    Increase the shared memory or a simple DB bounce could resolve the issue.
    Regards
    Shalini

  • V$license and concurrent managers

    Are concurrent managers considered part of session limits in terms of licensing. In other words, do they count as sessions towards license limits?
    Thanks.

    Hi,
    Please find these docs
    Concurrent Managers Fail To Start After New Install of Release 12 (Doc ID 413164.1)
    ICM Not Starting: Node Name not Registered (Doc ID 602942.1)
    Regards
    Yoonas

  • Concurrent managers problem 11.5.9

    I got through the process and reinstalled 11.5.9
    but now I m getting a problem of starting my concurrent manager
    I heard there is a patch for it but that requires me to raise a TAR which I don have access for.
    Can u tell me a workaround on it

    Hi,
    I believe the scripts are helpful. However, you can query FND_CONCURRENT_QUEUES tables for details about the CM (refer to eTRM for details about the table/columns).
    eTRM
    http://etrm.oracle.com
    To receive alerts, you can make use if the scripts (or the table), check the status of Concurrent Managers, and integrate this with Oracle Alert.
    11i (11.5.10.2+ virtual) Documentation Library
    http://download-uk.oracle.com/docs/cd/B25516_14/current/html/docset.html
    You may also monitor the CM from the OS (write a shell script to monitor FNDLIB processes, and make it sends an email in case the number of processes is less than the actual running processes (or zero)).
    Sorry, I do not have any script to share as I am using those scripts in the note referenced above.
    Regards,
    Hussein

  • Concurrent Managers on Multiple nodes

    Hi,
    We have this setup
    2 DB server - RAC & ASM
    2 APPS server - which has loand balancing through IP configuration.
    Now we have requirement of having concurrent managers in the DB server. I am bit confused here
    1) suppose if i install cm tier on both DB servers and ask them to communicate to RAC DB server, IF any request comes , how this will distribute the work between two servers.
    2) do we have to configure anything ?
    3) Is there any entry is available in config files with respect to CONCURRENT HOST NAME. How the values are populating in FND_NODES table.
    4) am i thinking two complex, is there any other solution to achiev this - Basically i have to have concurrent manager in both DB server and work needs to be shared automatically.
    Waiting for your valuable inputs.
    Cheers!
    Venki.

    Forgive my brief answers; I'm headed to bed and don't have time to dig up full references. :-)
    As a side note, in the future, please start a separate thread. Your environment and requirements are different from the original poster, and replies may be confusing, both to future readers, and to those trying to help.
    1) Is it possible to configure PCP keeping both the CM on appsTier in non-RAC env. ?Yes.
    2) If yes, will both the CM work at the same time or one at a time? In other words, it can distribute the CM load among the CM tiers?All the CMs will run at the same time, managed by ICM and GSM.
    3) If yes, please provide me a guideline or any special instruction.You note below that you won't be using a shared application tier filesystem. You might want to reconsider this architecture. At the very least, you will want to share the log and output directories for the concurrent managers. Life will be much easier if all nodes can see the same log and output files. :)
    Take a look at section 3.12 of
    Note 388577.1: Using Oracle 10g Release 2 Real Application Clusters and Automatic Storage Management with Oracle E-Business Suite Release 12. Although you're not running RAC, this section of the document explains the various parameters needed to configure PCP.
    Also, if you haven't already, review the sections on PCP in the Oracle E-Business Suite System Administrator's Guide - Configuration
    Since, I'm planning to go with 2 appsTier nodes (non-shared, local filesystem), I would like to go for LoadBalancing configuration as well.
    Refered Note: 380489.1 - Using Load-Balancers with Oracle E-Business Suite Release 12
    Section 2.4 Using Domain Name Server (DNS) Load Balancing with Single Web Entry Point
    Is the above DNS Load Balancing is only for web services? what about other services (forms,CM)? Should work for Forms as well. CMs mostly care about where the database is, not the web/forms entry point, so the Load Balancer doesn't come into play for the CMs ...at least, I'm pretty sure that's true. It's late. :)
    Once LoadBalancing is done, then is it possible to go for E-Biz integration with OID/SSO?Yes. See Integrating Oracle E-Business Suite Release 12 with 10g AS Oracle Internet Directory and Oracle Single Sign-On
    Regards,
    John P.
    http://only4left.jpiwowar.com

  • List of Concurrent managers and services

    I am trying to find a listing of all the concurrent managers and services and what they do but I can't find this info all in one place, does anybody have an idea where i can find this?

    Hi,
    Refer to "Oracle Applications System Administrator's Documentation Set".
    11i (11.5.10.2+ virtual) Documentation Library
    http://download-uk.oracle.com/docs/cd/B25516_14/current/html/docset.html
    Release 12.0.4 Documentation Library
    http://download.oracle.com/docs/cd/B40089_09/current/html/docset.html
    You can also query FND_CONCURRENT_QUEUES table which stores information about concurrent managers. Each row includes the name and description of a concurrent manager, as well as values that identify the program library attached to the manager.
    Regards,
    Hussein

  • Number of concurrent managers

    Hi,
    how to change the number of concurrent managers ?
    Many thanks before.

    Hi Shashi,
    In our R12 test environments , the defualt number of concurrent managers are 3, where as the average number of Concurrent Request are 12 at a time and see 20-30 concurrent requests in pending and nothing in CRM. Can you please advise how can I increase the default number of concurrent manager from 3 to 8. Do you mean number of CM or number of processes? If you want to increase the number of concurrent managers, refer to the document below. For increasing the number of processes you can do from (Concurrent > Manager > Define).
    Also we has custom requests with an average of 1-2 at a time, so reading on some of the previous posts, It was recommended to have custom manager to handle the custom request. Can you please tell me how to create Custom Managers.It is recommended you have custom concurrent managers to process your custom concurrent programs.
    Note: 170524.1 - How to Create a Custom Concurrent Manager
    Oracle Applications System Administrator's Guide Documentation Set
    http://www.oracle.com/technology/documentation/applications.html
    Thanks,
    Hussein

  • Two node installation with 2 concurrent managers..

    Need your help. I have 12.1.1 Two node installation on Linux 5.9 with 64 bit.
    Linux2- Database server + Concurrent manager
    Linux1- Apps Node
    Port - 8002 (port pool -2)
    on my app node - linux1, I have 2 directories <SID>_linux1 and <SID>_linux2. First one is for primary apps node and second one is for 2nd concurrent manager. It is a shared directory structure. I have 2 questions:
    1) If I run the autoconfig on Linux1, I can run all the services and connect to apache. However, If I run the autconfig on linux2, I will not be able to connect to web server (for a short time request will be sent to Linux1 and then it gets forwarded to Linux2 - even though Linux2 is not app server).
    2) How do I run the second concurrent manager on LInux2? After I run the 2 concurrent manager, how do I test both concurrent managers are working?
    Your help is much appreciated.

    Hi Hussein,
    Thank you for the info. I was wondering whether the Linux2 concurrent manager was installed correctly or not. I went to xml file and found these entries and it made me think, it didn't install correctly because only concurrent manager should have been yes and the rest should be no. Isn't it? If it is wrong, how do I correct this?
    <oa_system_config>
             <TIER_DB oa_var="s_isDB">NO</TIER_DB>
             <TIER_ADMIN oa_var="s_isAdmin">YES</TIER_ADMIN>
             <TIER_WEB oa_var="s_isWeb">YES</TIER_WEB>
             <TIER_FORMS oa_var="s_isForms">YES</TIER_FORMS>
             <TIER_NODE oa_var="s_isConc">YES</TIER_NODE>
             <TIER_FORMSDEV oa_var="s_isFormsDev">YES</TIER_FORMSDEV>
             <TIER_NODEDEV oa_var="s_isConcDev">YES</TIER_NODEDEV>
             <TIER_WEBDEV oa_var="s_isWebDev">YES</TIER_WEBDEV>
             <config_option type="techstack" oa_var="s_techstack">as1013</config_option>
             <config_option type="techstack" oa_var="s_tnsmode">generateTNS</config_option>
             <config_option type="adx" oa_var="s_apps_version">12.1.1</config_option>
             <config_option type="techstack" oa_var="s_apache_mode">NORMAL</config_option>
             <ias_version oa_var="s_ias_version">10.1.3.4.0</ias_version>
          </oa_system_config>

Maybe you are looking for

  • HP Deskjet 9650 with Photoshop Elements 7 and Windows 7 not printing

    I have a new Windows 7 computer and installed Photoshop Elements 7.0 on it, which works fine, except I cannot print.  I did the installation instructions to use the alternate driver 9800 and can print 8 1/2 X 11 Word documents, but I cannot print a 1

  • HELP with 2010 Visio!

    I have been tasked to do a business process flow chart. It will have seven lanes in it showing the various departments and the tasks they perform. There are over 57 major steps and each has sub-tasks. The requirement is that this fit on one page in h

  • How to apply master pages across sections or whole

    It's a very basic problem to which I'm not readily finding the answer in searches. I wish to apply master pages and consistently, no matter how I format the request, am notified: "one or more of the pages specified are not valid page names." So pleas

  • How can I fix my slow MacBook Pro?

    My MacBook Pro is running really slow.  I downloaded Clean my Mac 2 but this did nothing.  I have removed Apps I know longer use and files that I no longer need.  What can I do next?

  • ITunes very slow opening after connecting iPod Touch

    Just bought a brand new 32gb, and have had to restore settings more than once as iTunes won't respond when connecting it to my Macbook. I have the latest iTunes and 2.0 for the Touch. Now it's responding but takes over 5 minutes. Other than restoring