User complaining report very slow?

Hi Gurus,
There is an interview question in EBS 11I:
“We have lot of issues in here, We facing some problem, the Discoverer users always complaining getting report very slow, sometimes it gives time-out error. What you think, how to resolve the problem?”
What are the answers they are looking from us?
Usually they are not satisfied with couple of answers, if we answered/verified each answer, the interviewer reply “No, …No…No……….. ”.
So tell me the answer what they are looking for. Please provide full possible scenarios.
Thanks,

Here is my 2 cent comments:
1. network issue
you can compare the discoverer reports with Oracle reports or Application module to identify this, usually this is not the case
2. tune the backend query
you can run the discovery report backend sql query in TOAD, if the query is very slow, then the query has performance issue, you can modify the join condition to improve the performance
3. add Parameter to Discoverer report
sometimes it is very difficult to modify the backend sql query, you can add parameter to discoverer report, when end user run the report based on the parameter, data can be quickly displayed. for example, currently report will retrieve all invoices for the company, if you add a year parameter, 2010, the report only retrieve the invoice of 2010.
4. change timeout time
timeout issue is a discoverer report setup issue, you can change the timeout time for example from 30 minutes to 60 minutes.
Thanks

Similar Messages

  • OAM Identity Server user search is very slow after upgrading to 10.1.4.2

    We recently upgraded Identity-Server from 7.0.4 to 10.1.4.2 + BP10. The new webpass (version 10.1.4.2) is on iPlanet webserver, which does not have any bundled patch available. After this upgrade, we found the user search is very slow. It is taking double the time compare to version 7.0.4. The search performance for NetPoint admin users is fine.
    The new version is connecting to the same LDAP (Sun 5.2) as the old one. The 7.0.4 version was well tuned (like Ldap connections, caching, etc) for the performance. The migration suppose to carryover those performance configuration to the new version. Is there any new parameter (related to performance) I should look for in version 10 ? Anybody have faced these issues after migration and found a fix for it ?
    Thanks!
    Kabi

    More in this thread - Re: OAM- "You do not have sufficient access rights" message with Master Adm
    -Vinod

  • Cisco Unity Connection 8.0 / access to the user configuration is very slow

    Hello!!
    The access to the user configuration is very slow. When you click on an user it need about 2-3 minutes until the configuration sidewill be loaded.
    What could be the reason?
    How is it possible to load the user configuration a little bit faster?
    A restart of the Cisco Unity Connection was done.
    The user will be imported from the CallManager.
    Cisco Unity Connection 8.0.2.40000-12
    WebBrowser: Internet Explorer 8.0
    Same result with Mozilla Firefox 3.6
    Any ideas?
    Thank you!!!
    Joerg K.

    Hello Joerg,
    could it be possible that you have some problems with the AXL integration for example wrong /dead server IP:
    CSCth86004 Import page takes long time to load if AXL integration is broken
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCth86004
    Kind regards,
    Marcel Ammann
    P.S.: Please rate helpful post's

  • Generation of ASH report very slow

    Hello,
    I'm in 11203, and generation of ASH report is very slow.
    AWR and ADDM reports are generated quickly.
    To understand what happen, I check the wait event on the session that is executing ASH report, and I found that this session is waiting 99% with "controlfile sequential read".
    My question is :
    Is there any way to make the generation of ASH report quick ?
    Why the generation need to access to the controlfile ?
    Thank you a lot.

    Hi, Keith.
    I tried the pagination scheme "Row Ranges X to Y (with next and previous links)".
    This caused the same problem - my page aborts with the error message:
    "Internet Explorer cannot open the Intenet site https://oraweb.slac.stanford.edu/apex/slacprod/f?p=116:13:439623456781::NO:::
    Operation aborted"
    I even removed pagination altogether and still got the same error.
    Futhermore, it is sporadic. At times I invoke the report with 500 rows and it
    displays without problem. And then, 5 seconds later, I run the re-run the report (again asking to display 500 rows), and it aborts.
    This report worked without error (it was "slow", but worked) two weeks ago. But now, it is failing. My gut feeling is that my problem lies with out Oracle
    Application Server. I have the feeling that our DBA's have changed some
    sort of configuration (a buffer, perhaps) that is causing my problem. Not sure
    about this. I guess I'm reaching for straws at this point.
    Thanks for your help. It is appreciated.
    Elie

  • Apex Report Very Slow And Aborts

    Hello All.
    I am using Apex 2.2.1 and have created a report region in which I retrieve upto 1500 rows in a report. The underlying report query is a function returning a SELECT statement in which search criteria are made part of the SELECT only if the user has actually typed-in any values for the search criteria fields on the Apex region.
    I also have a "Display" drop down list populated by a hard-coded LOV. Users can select the number of rows desired in the report by choosing one of: "10", "20",
    "50", "100", "200", "500", "1000", "5000" from the drop down.
    I've set the following fields in the "report Section":
    "Report Template" set to Template: 10. Standard
    "Show NULL Values as" set to empty
    "Pagination Scheme" set to Row Ranges 1-15 16-30 in select list (with pagination)
    "Display Position" set to Top and Botton - Left
    "Number Of Rows" set to empty
    "Number Of Rows (Item)" set to P13_ROWS - this is my Display select list
    "Maximum Row Count" set to 5000
    "Strip HTML" set to YES
    The underlying query is not calling any PLSQL functions. It is basically a SELECT
    from a view which is itself a join between two tables. One of these tables has
    1500 rows (each row has 25 columns) while the other has 251000 rows. I am
    selecting one column from this second table.
    Both tables have indexes on the columns used as search criteria and both tables
    and their indexes have been analyzed via DBMS_STATS on Oracle 10gR2. The
    PARALLEL option is NOT enabled on any of these tables or indexes.
    When I run the underlying query (that results from my report function) in SQLPLUS,
    it returns all 1500 rows in under 2 seconds.
    When I run the report in Apex (with out any search criteria), the following occurs.
    When the Display drop down is set to "10", the report returns 10 rows within 1 second.
    When Display = "50", the time takes about 3 seconds.
    When Display = "200", it takes 10 seconds.
    When Display = "500", the report "sits there" for over 30 seconds and then
    literally aborts. The only error message I get is that the "operation could not
    be completed". There is no ORA error message. I checked with our DBA
    and there is nothing in the Oracle server Alert Log. I appended &p_trace=YES
    to my report url and ran the resulting trace file through TKPROF. All looks good.
    What is causing this report to abort and to take so terribly slow?
    It appears to be somehow associated with the "Display" drop down list value,
    but I'm puzzled as to why. As mentioned, the report query in SQLPLUS runs
    to completion in under 2 seconds.
    Any help would be greatly appreciated.
    Thank you.
    Elie

    Hi, Keith.
    I tried the pagination scheme "Row Ranges X to Y (with next and previous links)".
    This caused the same problem - my page aborts with the error message:
    "Internet Explorer cannot open the Intenet site https://oraweb.slac.stanford.edu/apex/slacprod/f?p=116:13:439623456781::NO:::
    Operation aborted"
    I even removed pagination altogether and still got the same error.
    Futhermore, it is sporadic. At times I invoke the report with 500 rows and it
    displays without problem. And then, 5 seconds later, I run the re-run the report (again asking to display 500 rows), and it aborts.
    This report worked without error (it was "slow", but worked) two weeks ago. But now, it is failing. My gut feeling is that my problem lies with out Oracle
    Application Server. I have the feeling that our DBA's have changed some
    sort of configuration (a buffer, perhaps) that is causing my problem. Not sure
    about this. I guess I'm reaching for straws at this point.
    Thanks for your help. It is appreciated.
    Elie

  • Crystal Report Very Slow

    I am developing a software using Vb.net 2008 and Cr 12.1.0.892
    after loading my application the first report calling take 2 - 5 minutes to be viewed by the viewer to to be printed
    next time if i ask the same report or another report it printed very fast 0.1 - 0.5 minutes
    What is my problem
    Please help

    Hello,
    When you run the report for the first time in the designer, how long does it take? It may just be loading files and retrieving data.
    It may be searching for the printer the report was created with before loading the drivers for another printer that is available.
    Open the report in Crystal Reports, go to File ->Page Setup check the No Printer option under Printer Options.
    Save the report  and run it again.
    Elaine

  • SQL Query Report Very slow

    Hi I have a sql query report that is taking very long to render.The query on sql developer comes back in less than a second.Any ideas on what could be wrong?

    Hi
    When posting code on the forum, put {noformat}{noformat} (with the curly brackets and the word code in lowercase) above and below your code like this...
    {noformat}{noformat}
    SELECT *
    FROM emp
    {noformat}{noformat}
    It will then appear like this, preserving formatting...SELECT *
    FROM emp
    Next, how many rows are returned in total, it may be that you have SQL Developer set up to fetch only the first x number of rows?
    Why have you put a CHOOSE hint in there?
    Is it a classic report or an interactive report?
    It looks like you're going over a database link, you really need to provide an explain plan (formatted as I have detailed above), a DRIVING_SITE hint may help you but it's impossible to know without seeing the plan...
    Cheers
    Ben                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • User profile page very slow to load

    Hello,
    the page that displays information about a user's profile loads very slowly. I occasionally try to visit the profile page of OTN forum users, to know the little they wish to disclose about their name, job, area,... an it's not unusual to wait for a good 30s for this page, when most of the forum page (topics listing, thread,...) display in under 10 seconds.
    Of course I prefer it that way than the other way round, but 30s is around the limit of usability, whereas the info displayed there seems to deserve no complex query (ah, the points total, maybe...).
    J.
    Edited by: jduprez on Feb 24, 2011 3:03 PM
    It seems the profile page is not very well served indeed, I also pointed out this bug in the forum markup: {thread:id=2129240}

    I think it's something to do with the single sign on for the site, and the fact that the profile details are all stored in a central server somewhere rather than with the forum server itself.Ah, yes, that's likely, since indeed one can freely browse the forums listing, topics, etc... but in order to view a profile page one has to be logged in.
    And maybe the profile page are even served by another server, if the same profile page is used in other areas enrolled in the same SSO domain.
    Regards,
    J.

  • LMS3.2 Syslog reports very slow when send via email

    Hello,
    we have ~5000 devices in LMS3.2 and we have a problem with syslog reports.
    When I create a "severity level summary report" for 5000 devices for the last 24hours and select as run type "immediate" it needs ~2-3 minutes. That's ok.
    But when I create exactly the same report and select the run type "once" , it needs ~3 hours. ("Once" means that the report is send via email after it's finished).  It happens with report type "pdf" and "csv".
    What can be the problem ?  Or is it usual ???
    Regards
    Hendrik

    The scheduled reports can output a full list of messages where as the immediate reports output a limit of 10,000 records.  If you have a lot of syslog messages, it can take a considerable amount of additional time to generate a full report.

  • Oracle 9i - my application report writer performing reports very slow..

    Hi,
    To tune the performance, where to find the pfile? location?
    What kind of tuning should be done & how?
    Please advice...
    rgd
    frz

    Hi,
    Use the Documentation forum to report broken links or general feedback about Oracle documentation.
    For better/faster response, please post your question in the Database forum.
    Database
    http://forums.oracle.com/forums/category.jspa?categoryID=18
    Regards,
    Hussein

  • Open Directory: users enter accounts very slow

    We have Mac OS X Server Snow Leopard 10.6.8 with OpenDirectory and some iMacs with Mac OS X Snow Leopard 10.6.8. After adding Network Account Server in iMacs (System Preferences->Accounts->Login Options->Network Account Server Edit) all works great and users login and anter thir accounts for 5-10 seconds. But some days or weeks later the time for logging and entering their accounts takes for about 5 minutes. If I re-add Network Account Server, then all works greatly again. What's the matter? How to avoid this re-adding?

    What do you get when you try to logon?
    Does the screen just shake at you?
    Can you logon as the diradmin?

  • Mouse response and other user inputs are very slow

    Installed the new Flash player on IE8. When playing Farmville on facebook, there is a 2 to 5 second delay between moving my mouse and the cursor responding to the movement. Similar lag for mouse clicks. Connection is high-speed cable. There is no response problem using my other computer with an older Flash player.

    AIM is wayyy outdated for macs....the best alternitive is either AdiumX or ichat....adium doesn't have webcam option but its very customizeable

  • Report run very slow because some user accessing the same report

    Dear All,
    I group my table into 3 tablespace And some reports, accessing different tablespace (more than 1 table space). and these report will always be run by 5 user in the same time. and make it run very slow. Is it going to make the report very slow ? Please advice
    Thanks in advance
    Widhi

    Hi,
    i hope that may not be the actual problem..
    if ur report processing includes relatively high
    amount of calculations on tables..then the report
    processing can be very slow...
    In that case try to create a table to store ur calculations
    temporarily and try to use that table in the report..

  • Very slow display of whatu0092s typed in

    Hi,
    Sometimes the user experiences a very slow rendering of what he's just
    typed in: he types in for example the note for an Interaction Record
    and instead of the text instantaneously showing up sometimes only the
    first letters appear and then it takes 2,3 seconds for the rest to
    display (when it’s worse it does not show up at all so the user lost what they’d thought they typed in) . 
    Also, other times when they click into an input field it takes time for the cursor to appear so they have to wait to be able to type in.  And it happens to most users, but very sporadically and it is very annoying as it is a call center and this issue slows down the users.
    I’m pretty sure this is client PC related but how can I identify what’s going on ?
    I witnessed this happening, Task Manager was displayed as well but I could see no other process taking up the CPU as I was told it could be the cause.
    However, in this case the time lag wasn’t very noticeable  so perhaps this was the reason that I could see nothing out of the ordinary in the Task Manager (i.e. it was too fast to be able to notice anything unusual).
    Thank  you !

    I am running into the same situation.  Sometimes I have to cold boot the Win 8.1 to get the mouse to work.  Still it takes a minute before the mouse connects.  I have a Macbook Air (2013).  I am trying to find a solution as well. Have you found anything? 

  • Why Customers Online is very slow?

    I did insert data(party) about 1,500,000 using API
    The API is
    HZ_PARTY_V2PUB.create_person,
    hz_location_v2pub.create_location,
    hz_party_site_v2pub.create_party_site,
    HZ_EXTENSIBILITY_PUB.Process_Person_Record .
    It is work fine all about that in vision.
    Page moving is fast like 'person simple search'
    But It is too slow in fresh.
    version is R12.1.1.
    I working hard why very slow it is.
    I found out that It is work fine while concurrent request is running (Staging all data).
    But after concurrent request is complete, It is to be slow again.
    When I login my id, work fine, I can see responsibilities.
    But when I clicked about 'Customers Online User' or ''Customers Online Super User', It is very slow.
    It seems sleep about 1~3 minutes.
    After about 1~3 minutes I can see the page what I wanted.
    Why it is too slow?
    Advice me plz.
    Thanks for reading.

    Duplicate post.
    Why Customers Online is very slow?
    Re: Why Customers Online is very slow?

Maybe you are looking for