Accrual accounting reconciliation executed load performance problem report.

We have significant performance problems when you run the reconciliation of charge accumulation report run. We had to cancel after having run for a day. any idea on how to solve it?

We had a similar question. As this report runs depends on the input parameters. Remember, your first round of what this report will take a lot of time and subsequent executions will be much shorter.

But w had to apply the fixes mentioned in the MOS article to solve the performance issue.
Accrual accounting reconciliation Load Run has slow performance [ID 1490578.1]

Thank you
MIA...

Tags: Oracle Applications

Similar Questions

  • Performance problem in production; Please help me out

    Hi all,

    I'd really appreciate if someone can help me with this.

    Every night, the server's SWAP, Sysadmin add more space disk swap every night and for the last 4 days.
    I run ADDM report from 22:00 to 04:00 (when the server is running out of memory)
    I had the problem of performance of this query:
    RECOMMENDATION 4: SQL Tuning, 4.9% benefit (1329 seconds)
          ACTION: Investigate the SQL statement with SQL_ID "b7f61g3831mkx" for 
             possible performance improvements.
             RELEVANT OBJECT: SQL statement with SQL_ID b7f61g3831mkx and 
             PLAN_HASH 881601692
    I can't find what the problem is and why it is a source of performance problem, could you help me please
    *WORKLOAD REPOSITORY SQL Report*
    
    Snapshot Period Summary
    
    DB Name         DB Id      Instance     Inst Num Release     RAC Host        
    ------------ ----------- ------------ -------- ----------- --- ------------
    ****       1490223503 ****             1 10.2.0.1.0  NO  ****
    
                  Snap Id      Snap Time      Sessions Curs/Sess
                --------- ------------------- -------- ---------
    Begin Snap:      9972 21-Apr-10 23:00:39       106       3.6
      End Snap:      9978 22-Apr-10 05:01:04       102       3.4
       Elapsed:              360.41 (mins)
       DB Time:              451.44 (mins)
    
    SQL Summary                         DB/Inst: ****/****  Snaps: 9972-9978
    
                    Elapsed 
       SQL Id      Time (ms)
    ------------- ----------
    b7f61g3831mkx  1,329,143
    Module: DBMS_SCHEDULER
     GATHER_STATS_JOB
    select /*+ no_parallel(t) no_parallel_index(t) dbms_stats cursor_sharing_exact u
    se_weak_name_resl dynamic_sampling(0) no_monitoring */ count(*),count("P_PRODUCT
    _ID"),count(distinct "P_PRODUCT_ID"),count("NAME"),count(distinct "NAME"),count(
    "DESCRIPTION"),count(distinct "DESCRIPTION"),count("UPC"),count(distinct "UPC"),
    
              -------------------------------------------------------------       
    
    SQL ID: b7f61g3831mkx               DB/Inst: ***/***  Snaps: 9972-9978
    -> 1st Capture and Last Capture Snap IDs
       refer to Snapshot IDs witin the snapshot range
    -> select /*+ no_parallel(t) no_parallel_index(t) dbms_stats cursor_shari...
    
        Plan Hash           Total Elapsed                 1st Capture   Last Capture
    #   Value                    Time(ms)    Executions       Snap ID        Snap ID
    --- ---------------- ---------------- ------------- ------------- --------------
    1   881601692               1,329,143             1          9973           9974
              -------------------------------------------------------------       
    
    
    Plan 1(PHV: 881601692)
    ---------------------- 
    
    Plan Statistics                     DB/Inst: ***/***  Snaps: 9972-9978
    -> % Total DB Time is the Elapsed Time of the SQL statement divided 
       into the Total Database Time multiplied by 100
    
    Stat Name                                Statement   Per Execution % Snap 
    ---------------------------------------- ---------- -------------- -------
    Elapsed Time (ms)                         1,329,143    1,329,142.7     4.9
    CPU Time (ms)                                26,521       26,521.3     0.7
    Executions                                        1            N/A     N/A
    Buffer Gets                                 551,644      551,644.0     1.3
    Disk Reads                                  235,239      235,239.0     1.5
    Parse Calls                                       1            1.0     0.0
    Rows                                              1            1.0     N/A
    User I/O Wait Time (ms)                     233,212            N/A     N/A
    Cluster Wait Time (ms)                            0            N/A     N/A
    Application Wait Time (ms)                        0            N/A     N/A
    Concurrency Wait Time (ms)                        0            N/A     N/A
    Invalidations                                     0            N/A     N/A
    Version Count                                     2            N/A     N/A
    Sharable Mem(KB)                                 71            N/A     N/A
              -------------------------------------------------------------       
    
    Execution Plan
    ---------------------------------------------------------------------------------------------------
    | Id  | Operation               | Name    | Rows  | Bytes | Cost (%CPU)| Time     | Pstart| Pstop |
    ---------------------------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT        |         |       |       | 24350 (100)|          |       |       |
    |   1 |  SORT GROUP BY          |         |     1 |   731 |            |          |       |       |
    |   2 |   PARTITION RANGE SINGLE|         |  8892 |  6347K| 24350   (1)| 00:04:53 |   KEY |   KEY |
    |   3 |    PARTITION LIST ALL   |         |  8892 |  6347K| 24350   (1)| 00:04:53 |     1 |     5 |
    |   4 |     TABLE ACCESS SAMPLE | PRODUCT |  8892 |  6347K| 24350   (1)| 00:04:53 |   KEY |   KEY |
    ---------------------------------------------------------------------------------------------------
     
    
    
    Full SQL Text
    
    SQL ID       SQL Text                                                         
    ------------ -----------------------------------------------------------------
    b7f61g3831mk select /*+ no_parallel(t) no_parallel_index(t) dbms_stats cursor_
                 _sharing_exact use_weak_name_resl dynamic_sampling(0) no_monitori
                 ng */ count(*), count("P_PRODUCT_ID"), count(distinct "P_PRODUCT_
                 ID"), count("NAME"), count(distinct "NAME"), count("DESCRIPTION")
                 , count(distinct "DESCRIPTION"), count("UPC"), count(distinct "UP
                 C"), count("ADV_PRODUCT_URL"), count(distinct "ADV_PRODUCT_URL"),
                  count("IMAGE_URL"), count(distinct "IMAGE_URL"), count("SHIPPING
                 _COST"), count(distinct "SHIPPING_COST"), sum(sys_op_opnsize("SHI
                 PPING_COST")), substrb(dump(min("SHIPPING_COST"), 16, 0, 32), 1, 
                 120), substrb(dump(max("SHIPPING_COST"), 16, 0, 32), 1, 120), cou
                 nt("SHIPPING_INFO"), count(distinct "SHIPPING_INFO"), sum(sys_op_
                 opnsize("SHIPPING_INFO")), substrb(dump(min(substrb("SHIPPING_INF
                 O", 1, 32)), 16, 0, 32), 1, 120), substrb(dump(max(substrb("SHIPP
                 ING_INFO", 1, 32)), 16, 0, 32), 1, 120), count("P_STATUS"), count
                 (distinct "P_STATUS"), sum(sys_op_opnsize("P_STATUS")), substrb(d
                 ump(min(substrb("P_STATUS", 1, 32)), 16, 0, 32), 1, 120), substrb
                 (dump(max(substrb("P_STATUS", 1, 32)), 16, 0, 32), 1, 120), count
                 ("EXTRA_INFO1"), count(distinct "EXTRA_INFO1"), sum(sys_op_opnsiz
                 e("EXTRA_INFO1")), substrb(dump(min(substrb("EXTRA_INFO1", 1, 32)
                 ), 16, 0, 32), 1, 120), substrb(dump(max(substrb("EXTRA_INFO1", 1
                 , 32)), 16, 0, 32), 1, 120), count("EXTRA_INFO2"), count(distinct
                  "EXTRA_INFO2"), sum(sys_op_opnsize("EXTRA_INFO2")), substrb(dump
                 (min(substrb("EXTRA_INFO2", 1, 32)), 16, 0, 32), 1, 120), substrb
                 (dump(max(substrb("EXTRA_INFO2", 1, 32)), 16, 0, 32), 1, 120), co
                 unt("ANALISIS_DATE"), count(distinct "ANALISIS_DATE"), substrb(du
                 mp(min("ANALISIS_DATE"), 16, 0, 32), 1, 120), substrb(dump(max("A
                 NALISIS_DATE"), 16, 0, 32), 1, 120), count("OLD_STATUS"), count(d
                 istinct "OLD_STATUS"), sum(sys_op_opnsize("OLD_STATUS")), substrb
                 (dump(min("OLD_STATUS"), 16, 0, 32), 1, 120), substrb(dump(max("O
                 LD_STATUS"), 16, 0, 32), 1, 120) from "PARTNER_PRODUCTS"."PRODUCT
                 " sample ( 12.5975349658) t where TBL$OR$IDX$PART$NUM("PARTNER_PR
                 ODUCTS"."PRODUCT", 0, 4, 0, "ROWID") = :objn
                 

    Dear friend,

    Why do you think you have problems with shared pool? In the ASH report you are provided, there was just 2.5 medium active sessions and 170 requests during this period, he is very low with swimming pool shared, problems
    you have some queries that use literals, it will be better to replace literals with bind variable if possible, or you can set the init cursor_sharing parameter to force or similar, this is the dynamic parameter.
    But it is not so dramatic problem in your case!

    From ASHES of your report, we can see that top wait events is "CPU + wait for CPU", "RMAN backup & recovery i/o" and "log file sync" and 65% of your database of waiting time. And even in the background waiting events.
    If I understand well report, you have two members in your redo log groups, you have problems with log IO writer speed, check the distribution of files on the disc, newspaper editor is slow causing it to wait for the other sessions. High
    processor can be related to rman compression. Best service can we sea GATHER_STATS_JOB consumes 16% of activity 33% consumes rman and only 21% your applications and also there is something running
    SQL * more under the sys (?) account. There is from the top of the sql page, this is the sql in your application, if I understand correctly, 'scattered db reading file' event indicates that full scans have a place, is it normal that your application? If Yes, then try using
    running in parallel, as we can see in the section "Sessions running PQs Top" your report there is no running in parallel, but as I understand it there are 8 processors, try to use parallel executions or avoid full scans. But consider that
    When you do full scans in parallel PGA memory not used CMS, then decrees setting pga_aggregate_target SGA and increase respectively.

    Is there another application or a program running on the server except oracle?
    Is the performance degradation was strong, I mean yesterday, everything was ok, but today all the evil, or it was good?

    Check the reasons for the slow newspaper writer, it can greatly affect performance.
    Also of 90% of the performance problems generally because of the poor sql, poor execution plans.
    Also if you use automatic memory management, tap Settings, but you must know that in this case the settings will identify the minimum values, this is why define them to lower values in oracle can manage
    entirely.
    Don't increase your SGA at this stage, get the awr report, use @$ORACLE_HOME/rdbms/admin/awrrpt.sql, check your cover shot.

    BUT first, you must change your backup strategy, look at my first post, after that check performance again, before you do that it will be very difficult to help you.

    Good luck

  • When I connect to my Windows Live Hotmail account, system say loading but shows emails. Often, said system temporily unavailable.

    When I connect to my hotmail account, system say loading but it displays emails.  Often, said system temporily unavailable.

    Is there a problem with my hotmail account.

    original title: connect to Hotmail

    Hello MarcelleBroadhurst,

    Thank you for visiting the Microsoft answers community.

    The question you have posted is bound using Windows Live (hotmail) and would be better suited in the Center to help Windows Live Hotmail. Please visit this link to find a community that will provide the support you want.

  • How to deal with analysis PC Performance & Stability Report

    Yesterday, when I just walked into my Office Xp, an error report in a program called... uh, PC Performance & Stability Report analysis, can possibly be, telling me to correct these errors have shown under its professional service.
    How to deal with him?
    Thank you for your advice it.

    Hello MeriClaybron,

    1. have you installed any show analyzing the program on your computer?

    This problem can be caused due to infection by the Virus. I suggest that you run a virus scan on your computer using Microsoft Safety scanner and check if you have the same problem.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

  • "Problem reports and Solutions" does not

    After scoring in my Windows Vista machine, I am bombarded with notifications "Problem reports and solution" does not. I tried to disable the service, but I still get notifications. I can't find PRS in the control panel. In the event viewer, I found the following:

    Error
    Log name: Application
    Source: Application error
    Event ID: 1000

    WerCon.exe application, version 6.0.6002.18005, time stamp 0x49e026db, module wercplsupport.dll, version 6.0.6000.16386, time stamp 0x4549d345, exception code 0xc000001d, offset error 0x000000000000ce84, 0xda0, failing application start 0x01cd140e4c7b7770 process id failed.

    I can't confirm or deny that usrename of the local administrator account has been changed. It is quite possible. I know that usernames on the pc have been changed to instead of creating new user accounts. I just can't confirm if one of these accounts was a local administrator.

    Any help would be greatly appreciated. It is a major pain in the back.

    SG

    Hello

    1. Your computer is connected to a domain?

    2. don't you make changes to the computer until the problem occurred?

    I suggest you to see link below and check if it helps.

    Windows Error Reporting and reports on problems and Solutions feature in Windows Vista: http://technet.microsoft.com/en-us/library/cc709644(v=ws.10).aspx

    Hope this information is useful.

  • Do I really need to download Windows Vista SP1, if I already have SP2? Problem reports and Solutions says to download.

    I ran, "Find new solutions", in the problem reports and Solutions and a new solution was found for Blue error screen and he recommended that I have download Windows Vista SP1. I have SP2, so I need to download the old version too?

    Hi JJ,

    I took the lead and it moved to the Performance and maintenance Forum. In response to the original question don't you're useless to download SP1 again since you have installed SP2. However, it would be preferable to follow with PA support to troubleshoot the Stop Code you receive.

  • How do I remove an element in Windows Vista "Problem Reports and Solutions"?

    I have this problem here in my pc which is said in the "Problem Reports and Solutions" window, "Antimalware Service Executable" which seems to be irremovable. Even if I click on 'Clear the problem and the solution of history' it does not disappear, it just says: "cannot delete the 1 article.

    Help, please

    I checked again and what da you know... it's GONE already as he was not there. u

    Thanks for the 1 Viewer. ALT + 0252 = u

    Try the steps mentioned in the article

    http://www.calendarofupdates.com/updates/index.php?showtopic=13967

  • a user account cannot be loaded and pop up asking admin password

    original title: my problem is that the user just went every time when I want to connect it says the user account cannot be loaded. pop window on request an administrator password, which i do not know.what?

    proven system recovery

    Hi agicork,

    1. don't you make changes before the show?
    2 have you tried to restore the computer to an earlier time?

    We recommend that you download and run the Microsoft Fix it or follow the manual steps to fix the problem:http://support.microsoft.com/kb/947215

    Very important: Modifying the registry incorrectly will cause serious damage to the computer. Back up the registry until you make changes.
    See Registry backup

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Displays error message the problem report for this solution has been deleted or modified on the computer and is no longer available installation multifunction printer

    Original title: solve PC issues icon

    install your all-in-one printer driver, then click on it, then it will take you to a screen that indicates the problem report for this solution has been deleted or changed on this computer and is no longer available. But since it is presented as a problem, it's not going to disappear.

    Hello
    1. What is the brand and model of your computer and the printer?
    2 did you change on your computer before this problem?
    3. the printer is working correctly?

    4. are you clicking on a program from the printer or printer driver file?

    Look for error messages in the device to the printer driver manager.

    a. Click Start.

    (b) in the search box, type Device Manager.

    Follow the suggestions and see if it works very well.
    Method 1
    Check if the problem persists in a clean boot state.
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135
    Note: After a troubleshooting follow step 7: reset the computer to start as usual

    Method 2
    You can uninstall and reinstall the printer and see if it works very well.
    Install a printer
    http://Windows.Microsoft.com/en-us/Windows7/install-a-printer

    See also:
    Find and install printer drivers in Windows 7
    http://Windows.Microsoft.com/en-us/Windows7/find-and-install-printer-drivers

  • Performance monitor reports OS check failure

    A few days ago Norton IS (to date) has reported that it had prevented a Trojan attack. I ran Norton Power Eraser and removed the Trojan horse. Also ran Malware Bytes it didn't report any problems.

    However, since then, I noticed some strange things.

    1. the performance reports monitor produces virus - anti but Norton is short. Have seen other posts of this topic and that it does not cause a problem, I'm happy wait for the fix fully tested in next SP.

    2. performance monitor reports also under alltests OS checks failed, version OS check Failed.

    3. I tried to run Fix IT for a similar sounding problem and get the message in case of problem cannot continue because an error has occurred. Download the utility for troubleshooting and enforcement it detects no problem.

    4. Furthermore, in performance under traceptHeader monitor, I get this message "the WMI class data service is not available.

    5. I tried to run restore but that crashes after it restarts.

    6 folder Admin Tools proved to be empty, but which were fixed by downloading a new set of tools.

    I presume that the Trojan horse did some damage before he was eliminated.

    It is better to repair Windows running or is there something else I need to do?

    Win 7 64 bit SP1 entirely up-to-date, Norton IS perfectly up-to-date.

    Thank you

    Derek

    Hello DerekNB,

    I thank you very much for the update on the question and sorry for delay acknowledgment.

    I really appreciate your efforts to solve the problem. It is worth noting that you have been able to determine the root cause and solved the problem. The steps that you updated will help other members of the community to solve similar problems.

    In addition to this, feel free to answer in the case where you are facing in the future other problems with Windows. We will be happy to help you again.

    Kind regards.

  • 4.2 APEX performance problem

    Hi all

    We are facing the problem of performance when we are by selecting one of the underside of responsibility that rests in the Organization as if we select APEX_01 Reporting ALL then in this case, we can see all the organization such as ETL, BRN, CHICKEN ect in home page, but I am facing performance problem when it forms that select area of responsibility to the home page. Please indicate how to check this page's performance in the APEX and also advise how to solve this problem.

    apex_performance_issue_4.2.jpg

    LnTInfotech wrote:

    so you want to say below takes more time and we need to address this request?

    15.34901 224.01663 ... Run the statement: SELECT DISTINCT papf.full_name a, papf.full_name b
    OF po_agents pa
    per_all_people_f women's wear
    org_organization_definitions org
    WHERE 1 = 1
    AND papf.person_id = pa.agent_id
    AND org.organization_CODE = NVL(:P1_WARE_HOUSE,org.organization_CODE)
    AND TRUNC (SYSDATE) BETWEEN papf.effective_start_date AND papf.effective_end_date
    AND EXISTS SELECT (SEPARATE 1
    OF po_headers_all poh
    WHERE poh.agent_id = pa.agent_id
    AND poh.org_id = org.operating_unit)

    This request seems to be missing a join. An obligation to use DISTINCT in application code usually indicates that there is something seriously wrong with the data model or query...

  • Oracle 9i Java component performance problems

    Hello

    I am reorganizing a java component inherited because of performance problems.


    A java stored procedure is used to trigger a shell script that runs a java component. The component connects to a series of remote directories via ftp, gets the files and load them using slq * charger.

    Is there a better way to do this? I saw a few articles talking using a FTP interface directly from PL - SQL jump the java component entirely. It would be preferable to the current solution its?

    Thanks in advance,
    Pedro

    I am reorganizing a java component inherited because of performance problems.

    The first step is to identify what are the problems of performance, where they occur, and what causes them.

    View details on

    1. WHAT you do

    2. HOW to

    3. WHAT results you get

    4 what ARE the results you expect to get.

  • [ORACLE 10.2.0.5] performance problem with high enq: TX - line lock contention waiting

    Hello

    I have a performance problem involving high line response to locking conflicts that I can't wait.

    The application updates the specific table about 1200 times for my AWR report representing 2 hours.

    This update represents 98% of the db_time and wait to enq: TX - line lock conflict is:

    -83 796 waiting

    -245 441 seconds

    The application updates a row both an unprecedented SELECT UPDATES. This is the query:

    Update my_table set creationtime =: 1, modificationdate =: version 2, =: creationuserid 3, =: fortesting 4, =: 5, modificationuserid =: participation_uuid 6, =: actimenucontact 7, =: allegroid 8, =: campaign_uuid 9, =: desjardinsemployeetype 10, =: effectiveparticipationtype 11, =: family_uuid 12, =: fetchpasseport 13, =: 14, healthratingfilldate =: hoursofsleeptimecommitment 15, =: igaid 16, =: initialsubscriptiontype 17, =: minutesofsleeptimecommitment 18, =: goal 19, =: partner_uuid 20, =: 21, promotionalemails =: 22, readrules =: sccsubscriptionprovenance 23, =: = subscriptionprovenance 24,: 25, supportemails =: where the 26 uuid = : 27 and = version: 28

    Clause where is filtering on uuid which is the primary key of my_table.

    The uuid is a specific user and two users would not update the same row, what could be the reason for this wait event?

    Thank you

    Why guess when you know.

    Watch ASH data for these events to the queue.

    He'll tell you sql id as well.

  • Performance problems on Oracle 11 G with Windows 2008 64 bit.

    Hello world

    I noticed that our database is going bad and low every week. My server has 16 GB of RAM and 10 GB are dedicated to the database Oracle, it is a 11.2.0.1 with Windows 2008 R2 SP1 64 bit. I would like to know according to the values of the movement following you guys recommend to adjust in the init.ora:

    ORCL.__db_cache_size = 5402263552
    ORCL.__java_pool_size = 33554432
    ORCL.__large_pool_size = 33554432
    ORCL.__pga_aggregate_target = 3657433088
    ORCL.__sga_target = 6878658560
    ORCL.__shared_io_pool_size = 0
    ORCL.__shared_pool_size = 1308622848
    ORCL.__streams_pool_size = 33554432

    * .memory_target = 10511974400
    * .open_cursors = 5000

    * .optimizer_mode = "RULE".
    * runoff = 300

    According to the target memory on how values can be increased the process, pga_agregate_target, etc.

    We also have problems with the bug Bug 9593134 "connection to Oracle 11 g are slow and can take anywhere from 10 seconds to 2 minutes." there is a difficulty on linux by removing dns names on this subject, but someone has experience on windows platforms?

    Thanks to all and sorry for my English.

    Kind regards.

    Arturo.

    Concerning the long connection times, have you tried to use the network (such as Wireshark) packet capture software to determine that the client computer when a connection attempt is initiated?

    The Oracle database time can help the model statistics and wait events extensive system you diagnose performance problems related to poor (you should not only look at the statistics, but rather capture the current values, wait a while, statistics capture again and compare the evolution of the values of the statistics). A statspack report may also help - but a trace 10046 to level 8 or 12 is more appropriate if you are able to identify a few sessions that have performance problems.

    I claim not just blindly changing the settings, even if I'm curious about:
    * Why the session level setting OPEN_CURSORS is set to 5000 - you expect a single session to hold cursors open 5,000?
    * Why do you use the obsolete RULE based optimizer?
    * Why the MEMORY_TARGET parameter is used when the target SGA_TARGET and PGA_AGGREGATE are specified?

    Charles Hooper
    http://hoopercharles.WordPress.com/
    IT Manager/Oracle DBA
    K & M-making Machine, Inc.

  • EBS 11i performance problem

    Hi hussein, helios, & all,


    Happy New Year to you :)
    I hope we have a better year 2011 year of the rabbit.
    I hope that we have even better in 2011.

    I just want to learn something from each of you through the year 2010.

    Can you share how tackle you performance problems in EBS?
    I know that there is joint action, that you have done to improve performance.
    It should be after all statistical analyses of performance as Statspack, SAR,
    and other output of the performance monitoring report.

    What actions / solutions did you resolve performance issues in EBS?

    Is it upgraded the server itself for a more powerful?

    For example, our users are complaining about the Oracle Apps very slow race at any time of the day. This produces 20% of the day(performance problem) and 80%, as the Oracle applications is running fine (no complaints of users).
    The appearance of performance problem is not fixed in time, sometimes in the morning and in the afternoon sometimes. Sometimes, even when there are a few users logged in and sometimes it is no problem of performance, even if many users are connected. If you run a statspack you see programs to eat a lot of resources, but they are oracle programs if you can not touch or tune right? So to keep users calm, they agreed to get rebooted server. Temporarily, this solves the performance problem. So we just keep it this way. My suspect is that there are many programs of concurrent background (on request) who is running who is right for which users get slow even if only a few is connected to it. I want to know what are simultaneous programs running at the time where the performance issue of gets users.
    Is there a sqlplus program to list all concurrent programs running?


    Thank you very much

    Mrs. Mina

    What actions / solutions did you resolve performance issues in EBS?

    Depends on what kind of performance issues you have.

    Is it upgraded the server itself for a more powerful?

    Not necessarily.

    For example, our users are complaining about the Oracle Apps very slow race at any time of the day. This produces 20% of the day(performance problem) and 80%, as the Oracle applications is running fine (no complaints of users).

    What part of the application? What activities do you have when there are performance issues?

    The appearance of performance problem is not fixed in time, sometimes in the morning and in the afternoon sometimes. Sometimes, even when there are a few users logged in and sometimes it is no problem of performance, even if many users are connected. If you run a statspack you see programs to eat a lot of resources, but they are oracle programs if you can not touch or tune right? So to keep users calm, they agreed to get rebooted server. Temporarily, this solves the performance problem. So we just keep it this way.

    Please see old similar threads.

    Performance optimization
    http://forums.Oracle.com/forums/search.jspa?threadID=&q=performance+tuning&objid=C3&DateRange=all&userid=&NumResults=15&rankBy=10001

    My suspect is that there are many programs of concurrent background (on request) who is running who is right for which users get slow even if only a few is connected to it. I want to know what are simultaneous programs running at the time where the performance issue of gets users.
    Is there a program of sqlplus to the list of current jobs running?

    Please see these documents.

    How to find database Session & process associated with a competitor, which is currently running program. [735119.1 ID]
    How to extract information from SID to apply for operation [ID 280391.1]
    How to find abandoned UNIX PID for a competing program [154368.1 ID]

    Thank you
    Hussein

Maybe you are looking for

  • ordinal error 383 when opening a program

    What is ordinal 383 When I try to load a program from the library of dynamic links 383 ordinal message arrives and I can not load

  • How can I get my computer to windows update?

    Windows has not been updated since October 20. I tried to update manually and received the error code 80070424: Windows Update encountered an unknown error.I don't know what the problem is either. I looked through similar threads on this site, but di

  • Aspire V5 - 473G

    Hello does anyone know if this laptop has slot mSATA? I saw configurations with 1 120 GB (120 GB SSD + 1 TB SATA III HARD disk), but it is still little doubt that this laptop might actually have two bays for hard drives. Thank you in advance. BR/Stan

  • True label

    I have real key code, it is a Windows XP Professional sp2 (SP3 update). But I have not the original cd because the laptop comes with windows allrady installed, if I have a copy of the original Windows XP Professional SP3 cd, can I use the original ke

  • HP 4630. impossible to automatically print both sides

    Hello My HP Officejet 4630 print automatically on both sides very well. However, after I've deleted and reinstalled the device, I can't print both sides automatically. the printer give me only two options to print. I know if only print one or two fac