FNDOPP process consumes 200% CPU even though request count is less

Hi Guys,
We have problem with FNDOPP services in R12.1.3 with database version 11.2.0.3
Its a multinode environment with RAC database and shared Appl_top with PCP.
The problem is that FNDOPP process at OS level is consuming 200% CPU
we have defined 4 threads for OPP in our production environment. with server having 24 CPU on each application node.
Also Post processing action Concurrent Request takes long to process with OPP.
Please suggest what areas to look into bring down load on OPP and hence CPU consumption through OPP process.
Your help is appreciated.
Regards,
Milan

Please see the following docs.
R12: Troubleshooting Known XML Publisher and E-Business Suite (EBS) Integration Issues [ID 1410160.1]
EBS - Technology Area - Webcast Recording 'BI Publisher / XML Publisher Overview & Best Practices - Webinar' [video] [ID 1513592.1]
Poor Performance /High Buffer Gets In FND_CONC_TEMPLATES [ID 1085293.1]
Performance Issue - PDF Generated With BI Publisher [ID 956902.1]
Overview of Available Patches for Oracle XML Publisher embedded in the Oracle E-Business Suite [ID 1138602.1]
Tuning Output Post Processor (OPP) to Improve Performance [ID 1399454.1]
Thanks,
Hussein

Similar Messages

  • Emails sent to me are sometime returned to the sender with the message "Inbox full" even though I have maybe less than 100 emails in the Inbox and I regularly compact them. How can I increase the storage space?

    Question
    Emails sent to me are sometime returned to the sender with the message "Inbox full" even though I have maybe less than 100 emails in the Inbox and I regularly compact them. I delete emails from the Inbox and the Sent and Trash boxes to overcome this. How can I increase the storage space to stop this happening?

    Hi terrybohle1938,
    Firefox is a web browser. It provides access to online content. Things like your email are handled by the content provider. Who is your email provider? You'll have better luck consulting their documentation.
    That being said, deleting only email is a great way to free up space. Another option would be to purchase a "Premium" account if your email provider offers this service. Many times more storage space is offered as part of paid subscription.
    Hopefully this helps!

  • Query to find out which process consuming more cpu?

    Hi All,
    some one please tell me the query to find out which process is consuming more
    cpu resources?
    Thanks and Regards
    Srikanth

    Use V$SESSTAT to determine which sessions are using most CPU, and investigate what SQL these users/sessions are executing:
    SQL> select ss.sid, se.command, ss.value CPU, se.username, se.program
    from v$sesstat ss, v$session se
    where ss.statistic# in
    (select statistic#
    from v$statname
    where name = 'CPU used by this session')
    and se.sid=ss.sid
    order by ss.value desc;

  • Since the FF8 update, all bookmarks were lost and none of the recommended methods for restoring lost bookmarks work; I always get "Unable to process to backup file" even though the backup .json files still exist

    Since a FF8 update, all bookmarks were lost and none of the recommended restore methods work, even though I have been able to find the backup ".json" files; I continually get "Unable to process the backup file" for all methods of importing or restoring the bookmarks from the .json files. As others note, I can also no longer add any new bookmarks to my now empty bookmarks tab. My profile has not changed, so that's not the problem. This is really a pain.

    Did you try to delete the file places.sqlite to make Firefox rebuild the places.sqlite database file from a JSON backup?
    *http://kb.mozillazine.org/Unable_to_process_the_backup_file_-_Firefox
    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_places-database-file

  • Distnoted process consumes +300% cpu on my macbook pro (early 2011) using Yosemite

    My fans keep ramping up on my macbook pro. I looked at processes using activity monitor, and noted that a process called distnoted was consuming +300% of the cpu. I've only been getting this problem on Yosemite, and didn't see any of this with the older OS X products. Is this something others are seeing, and more importantly whats the fix. Just searching around looks like this is a messaging function in kernal?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • SMON process consume High CPU in production setup.

    Hi,
    Recently we migrate our storage from IBM DS4700 to IBM v7000. on last Saturday from yesterday and today cpu almost 100 percent in peak hours.
    Right now our datafiles in SSD and archivelogs in SAS disk.
    Please suggest
    regards,
    Karthi.

    Hi Karthi,
    Which SMON process is consuming CPU ,I mean,Database SMON /ASM SMON if is in use.
    + Install and enable OSwatcher with atleast 30 seconds interval and monitor which process /what is causing high CPU.
    + If they are oracle processes ,then validate what are they doing at database level .
       Does it comes from any application code ,if so validate those sqls.
    + Install procwatcher to understand what are they doing .
    Refer::-----------
    ==============
    Procwatcher: Script to Monitor and Examine Oracle DB and Clusterware Processes (Doc ID 459694.1)
    + Then as per your environment get pstack/procstack of that process in 30 seconds interval for 3-4 times .
    If try to identify the issue ,if required please open service request with us.
    Regards,
    Aritra

  • Java process consuming 100% CPU

    I have two JVM running on my Application tier and both of them consuming 50% each of CPY resources. I searched and found some inactive sessions under them. Even after release those inactive sessions nothing has come down. Still 100% is there. Is there anything else I can check
    PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND
    22018 oracle 46 10 10 783M 709M cpu0 303.8H 51.92% java
    22014 oracle 48 1 10 685M 613M run 233.3H 39.95% java

    Hi,
    Can you confirm your version of JDK and ATG patchlevel ? I've seen this as a problem which was partially addressed by moving to ATG RUP 5.
    Rgds,
    Rakesh

  • Process chain status RED even though successful

    Hi Gurus,
    Process of my procss chain show status as RED though it is successful and it does not stop the further processes. in the end whole chain is run successfully & this process showing red.
    What could be the reason.
    regards
    Vikash

    which process is failed data loading or activation job? is this chain automatically executed or some one scheduled manually? in general when a process failed and we ran it manually and you donot get a repeate option then we can trigger the remaining processes of this process chain using a funtion module in SE38, seems your remaining chain ran in the same way, after this also your process chain overall status will be in Red, if it is data load then you can force it to Green ( you ran it manually), so that your chain over all status will become Green.

  • Java Process consumes my CPU - Why??

    I'm confused. I have an application where you click a button and a thread is created which loads a web page and extracts some information from it. I've posted the code below. However, after I click my button, my system practically locks up while this job is running. Anyone have any ideas why? I'm running on a PC with WindowsXP. No matter what this thing is doing, and since there is no disk access, shouldn't windows do it's thing and give the proper cpu time slice and not bog my system?? What gives??
    Thanks
         public boolean update() {
              Object[] stationNames = JGToolConfig.getStations();
              ArrayList itemData = hts.getPage("http://jossh.com/database/inventory/inventory.txt");
              Object[] array = itemData.toArray();
              for(int i=1; i< array.length; i++) {
                   StringTokenizer tokenizer = new StringTokenizer((String)array, ",");
                   String[] tokens = new String[5];
                   for(int j=0; tokenizer.hasMoreTokens() && j<5; j++) {
                        String str = tokenizer.nextToken();
                        int x = str.lastIndexOf("\n");
                        if(x>0) str = str.substring(0,x);
                        tokens[j] = str;
                   updateStation(tokens[0], tokens);     
              return true;          

    Thanks all, but please don't reply. I found the problem. I won't go into details, but as usual, the problem was some left-over code I thought I removed that was reading a file from disk a few hundred times. :-)

  • Why does playlist on iPod keep repeating and repeating even though play count rule is 1

    Hello, everyone!
    I have a smart playlist of about 100 songs.  The play count rule is set to play songs with a play count of less than 1.  A few days ago, I reset all of the songs play count to 0.  If you ask me, the way I have it set up, when the iPod is playing with my headphones on, the iPod should automatically update each songs play count to 1 after each song plays.  After I have listened to all 100 songs, the playlist on the iPod should be empty.  The reason is is because since each song was updated from their play count of 0 to 1 after each one played the play count rule in the playlist should show no songs in the playlist.  Like I said before, the rule says to play any songs with a play count of less than 1.  Since all of the play count of the 100 songs are now 1 and not less than 1, the playlist should be empty.
    The problem is, when I'm listening to my iPod and the 100 songs have played, the playlist is not empty.  It just keeps repeating songs and it will never stop.  When I go to iTunes, the songs are randomly with play counts of 3 or 2 or 1 or however many times they have been repeated.
    Does anyone know why this is?

    The reason the songs don't delete themselves after playing from the playlist on the iPod is because your iPod is not smart enough to do that. It's only when you re-sync your iPod to your iTunes library does the smart playlist in your iTunes library delete the played songs. Then the playlist on your iPod will adjust to the number left unplayed in that playlist.
    So as long as you don't sync back to your library the number of songs in that playlist will never reduce to zero.
    CDJunkie

  • I can't download tv shows or rented movies.  My iPad indicates that I have 1.3 GB available and even though the downloads are less than that, the movies and tv shows will not download and the message I get says I don't have enough available storage.

    Also, I bought additional storage but it shows up in iCloud and does not alleviate the need for additional storage for videos.  What can I do to get additional storage to download rented movies and tv shows?

    In General you need 2 to 3 times the Space of the Download File size.
    If you are getting the Not Enough Space  message... you will need to Delete items to create sufficent space

  • Clouds process consuming 100% of cpu

    Whenever MBP is not able to connect to internet, the cloudd process consumes 100% cpu.
    This is draining the battery in a very short time.
    Internet connectivity, either lack there of or because of corp. firewall rules send this process into 100% consumption.
    Only work around is to disable all items in iCloud control panel, which is painful for access and re-sync.
    Robert

    Does the it eventually recover on it's own? It's possible that the JVM is doing full garbage collection.  How big is your max heap size?  I suggest to add some garbage collection debugging in the JVM_OPTS to see if it is Java's garbage collection or not.  Might as well check the heap too, to see if it's running our of memory.
    Example;
    -verbose:gc -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -XX:+PrintTenuringDistribution -Xloggc:/tmp/gc.log -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp
    Ron

  • Syslogd Consuming more CPU utilization in Solaris 10

    Hi All,
    The Syslogd process consuming more CPU utilization in Solaris 10. Kindly help how to reduce this cpu utilization.
    Regards
    Siva

    Hi Robert,
    Both are same architecture. x86
    The following is the prstat o/p from the affected server. Pls note that one of the mount point in this server is in ZFS.
    prstat -l
    PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/LWPID
    26092 root 3933M 3930M cpu1 60 0 29:00:43 22% syslogd/56
    26092 root 3933M 3930M run 30 0 289:47:33 12% syslogd/18
    26092 root 3933M 3930M run 40 0 272:31:05 11% syslogd/22
    26092 root 3933M 3930M run 22 0 14:47:16 9.7% syslogd/65
    26092 root 3933M 3930M run 42 0 14:43:46 9.7% syslogd/63
    26092 root 3933M 3930M run 31 0 14:40:42 9.6% syslogd/66
    26092 root 3933M 3930M sleep 40 0 152:45:42 5.9% syslogd/21
    26092 root 3933M 3930M cpu0 53 0 6:41:58 4.1% syslogd/58
    26092 root 3933M 3930M run 52 0 6:23:13 4.0% syslogd/57
    26092 root 3933M 3930M sleep 43 0 6:29:21 3.9% syslogd/59
    26092 root 3933M 3930M sleep 52 0 5:55:14 3.6% syslogd/71
    More over we are continuously receiving the below error message in the /var/adm/messages, we don't know, from where the error arises from the syslog server.
    syslogd: malloc failed: dropping message from remote: Not enough space
    PRIVILEGE :[4] 'NONE'
    Edited by: Siva_Systems on Mar 29, 2010 5:06 AM
    Edited by: Siva_Systems on Mar 29, 2010 8:18 AM

  • Process chain doesn't even with errors in bacrground processes

    Hi experts,
    I need your help again.
    My client is using a process chain to automate the consolidation process in SEM-BCS. This is done using variants of programs UCBATCH01 and UCBATCH11.
    The problem now is that the process chain doesnu2019t stop even though the steps have errors. The validation tasks are the best example.
    Do you know a way to make the process chain stop?
    Best regards
    João Arvanas,

    Hi Marsy,
    I'm having the same issue as discussed in this thread and since I am still very new in BCS I have some additional question
    1. Is the status table for task that you are referring to = /1SEM/UCS001USV1 ?
    2. I read in another source that status table only store the latest run log ? not historical ? is that true or would you might be aware of a historical table ?
    3. The table split cons area task run status into each of the cons unit, so if one of them has error, basically the task error
    Thank You,

  • +1 Jive bug? Thread MISSING even though it's in this forum?!?!

    WHERE is this thread?  When I view it (link) it says it's still in Forum Comments, so I don't think it was moved (unless this place is even more buggy than I thought.)
    http://forums.adobe.com/message/2219228#2219228
    If it is moved (somewhere), how would those of us who already answered the question get back to the thread to respond back to any follow up questions if it was moved to some mystery forum?  If this is the case stop moving gd threads!
    If it hasn't been moved, I'm 10000000% certain that it is NOT showing up in the thread listing for 'forum comments' even though it was updated less than a day ago.  If it hasn't been moved this is a massive, ridiculous Jiveware bug.  Wait, even if it has been moved, it's still a bug!
    Obey the forum thought police.  Violators will be locked, deleted and banned.

    There is something different about that thread.  At the top it has a link saying "Branched to a new thread." with a link that is invalid in Jiveworld.  So something is/was going on with that thing, and it is/was probably another bug.
    Perhaps someone is trying to censor Adobe's customer service incompetence...
    Obey the forum thought police.  Violators will be locked, deleted and banned.

Maybe you are looking for

  • Installing EM Grid Control 10.2.0.3 with Database 10.2.0.3 On RHEL4 U3 & U4

    Note: This is not an official document, it discusses Oracle Enterprise Manager Grid Control (EMGC) installation on Redhat Linux Update 3 & Update 4 with new database NOT with an existing database. Both OS Updates were installed with FULL PACKAGE INST

  • [SOLVED]missing terminfo entry rxvt-unicode-256color

    i've installed rxvt-unicode-patched 9.18-3 from aur. first i could not open any terminal because of missing rxvt-unicode-256color terminfo entry in /usr/share/terminfo/r. i fixed this by adding URxvt*termName: rxvt-256color into .Xresources, but as f

  • JQuery replace text is making all text from webapp the same

    Hello, I'm hoping someone could give me a hand! On this home page: www.largemouthfrog.net  I am running a WebApp called 'Testimonials' which produces a string of words/phrases based on checkbox selected items. They come into the page as: <li>...<div

  • Question about syncing and un-syncing

    i accidentally synced all my pictures to my ipod and i only want a couple. how do i delete the pictures i dont want on there? I used to have a zune so i am way new to this stuff. thanks in advance

  • PS CS 3 Crashes w/ Snow Leopard.

    I am no longer able to use Photoshop CS3 on my Mac using Snow Leopard OS X 10.6.8. Is this version of PS no longer compatible with this software. I'd like to find out if that is the problem before I invest money (that I can't really afford) on a new