Response Time Problem in IE when rendering records to exce- JSP application

Hello,
My application is a web application and uses JSP and WebSphere server.
There is a functionality when a button is pressed the page sends the request to server and the search result is shown in a spreadsheet(excel file).
Now when we use Mozilla browser it gives the results in 5-6 seconds for some hundred records. when we use IE it takes several minutes for the same search.
Is there some kind of setting that needs to be altered?
please help.

I am wondering if some kind of settings of IE disable
the redirection of the jsp pages. no, I don't think so. The problem is elsewhere. Most likely your code doesn't send redirect for some reason.

Similar Messages

  • Spry menu response time problems with IE

    We implemented the spry vertical menu for showing the
    categories of a products catalog. It has almost 1400 categories
    organizad at about 5 levels, some categories have about 20
    subcategories. These categories are in a coldfusion session
    variable.
    It works perfect in mozilla, but in IE7 and IE6 in some
    computers, present this problem:
    - The response time is slow when you change from one category
    that has subcategories to ahother. If you see the Windows Task
    Manager of the computer while you use the menu, the processor use
    go up to the top level.
    And the effiecience of the menu decrease.
    See in
    http://edit.panamericana.com.co/
    Thanks,
    Alejandro

    mdr4win wrote:
    i dont think you understood my question, wasnt about body background, but abut the spry image slideshow to work properly in IE
    I was not talking about body background, but about having markup that screws up your document when using a browser. Body background just happened to be there. Perhaps you would do well to have a look here http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Flittletreats.org%2F.
    I have noticed that you ignored my solution; your document still shows two bodies.
    Perhaps I should have mentioned that I tested in IE6 through to IE9 using IETester and the above was the only thing stopping IE from performing properly.
    How did you determine that the slideshow was not working correctly in IE and which versions of IE?
    Grumps

  • Navigation between records in a JSP application

    Hi,
    I would like to know how to provide navigation between records in a tabular form liked JSP application using JDeveloper 3.2
    without using the Oracle or Default template.
    I can do it with a singular record view but not in a tabular view. I like to know now I can mimic the navigation provided in Oracle template in which the current selected record is hightlighted. Can we navigate between records using Up and Down
    arrow key like in Oracle form instead of using Navigation Bar. Please provide details code.
    Thanks a bunch,
    Khanh Hoang

    You can refer to the source code in jbohtmlsrc.zip for deriving your own implementation.

  • Problem while handling When-Validate-Record Trigger in Forms 6i

    I am using below mention code in when validate trigger and use go block loop in when button pressed. if Check_Date_Range gives RAISE Form_Trigger_Failure error user will enter in a loop. kindly provide me solution for below mention problem.
    BEGIN
    Check_Date_Range(:Experiment.Start_Date,:Experiment.End_Date);
    END;
    ** The procedure looks like this
    PROCEDURE Check_Date_Range( d1 DATE, d2 DATE ) IS
    BEGIN
    IF d1 > d2 THEN
    Message('Your date range ends before it starts!');
    RAISE Form_Trigger_Failure;
    END IF;
    END;

    You have more chance to find a response if you post into Forms<br>
    <br>
    Nicolas.

  • Response time problems, slow excel execution with new ibook

    Hello: I'm a first time ibook user (long time pc user). I have had my ibook for less than 1 month. It's sometimes very slow. I can understand a slow response when I'm accessing a website, but I don't understand why I often experience a 5-15 second delay when I'm in excel and I click on "file" or "format". (I very often get the whirly multicolored pinwheel.)
    I have also had to do a "force quit" a number of times to stop an unresponsive excel model or firefox application.
    I'm also very disappointed in the excel performance. I run very large excel models some of which take a minute or more to recalc on our hp pavillion pc. My new ibook, however, doesn't run these modes any faster than my 2-3 year old pc. I haven't upgraded from the standard memory and I don't know how much that would help.
    Anyone have any suggestions to offer?
    Mikecupertino

    Welcome to the Apple Discussions!
    I have had my ibook for less than 1 month.
    If this is the case, then you qualify to get the next version of Microsoft Office, version 2008 for free (besides shipping). Check out this Microsoft site:
    http://www.microsoft.com/mac/go/promotions/supersuitedeal/
    Next week there are bound to be several new announcements from all sorts of Mac-related companies at the Macworld Expo in San Francisco. Microsoft is releasing their next version of Office for the Mac next week too. This version will run natively on an Intel-based Mac. Right now, Office is running in Apple's "Rosetta" technology which emulates the older, PowerPC processors. This allows you to run applications that haven't been updated yet, but it does slow down performance and increase hardware requirements. I think you should see better performance with the updated version. (Although, there may be a few bugs to work out with the brand new version, so keep check on updates!)
    -Doug

  • Hello all my problem is that when I record a video oh when I use facetime I speak rather than listen to my voice they hear frequencies?

    Help me

    I am having the same issue with my iPhone 4. I can hear everyone but they can't hear me. Visited Apple Store and they said speakers were out, both bottom mic and top one for speaker phone. Said they were busted. Reloaded all software and didn't work. Got in parking lot and worked for 1 call. Now it's out again. Wanted $150 for new phone, haven't done it yet. don't know what to do.

  • Need help on storing persistance records in J2EE JSP application

    Hi,
    I want to store a hashtable of info with about five attributes (id, name, username, date) in a persistent state in JSP order to not always call the database. I am either going to use session or request objects.
    My question is if it's a good idea to store the hashtable with 2000 records just to avoid the database connection or should I just stick with using database connection using connection pooling? Thanks.
    Mkie

    Well it seems to be having a heavy session if you keep 2000 records Hashtable I think, I would have gone with a serialized to a file or database so that to handle more no. of sessions as well as persistant information. Anyway if you put the data in session object if server crashes you loose data of every active session :(
    Just a thought !!

  • Error when accessing a struts based JSP application

    Hello
    I have a JSP based web application, based on the struts framework. When I deploy this on a Sun ONe application server 7 , on s SunOS 5.8 machine, I get the following errors when I try to access the starting page. Is there something special which needs to be done for struts to work with the application server. ANy help is appreciated
    Regards
    - Aniruddha
    [07/Jan/2003:14:53:48] SEVERE ( 54): ApplicationDispatcher[acweb1] Servlet.se
    rvice() for servlet jsp threw exception
    javax.servlet.ServletException: Cannot find bean under name com.actuate.locales
    at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContext
    Impl.java:471)
    at jasper.private._login_jsp._jspService(_login_jsp.java:1187)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.service(JspServlet.j
    ava:552)
    at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:368)
    at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:287)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatch
    er.java:723)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispa
    tcher.java:444)
    at org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDisp
    atcher.java:123)
    at org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(Appl
    icationDispatcher.java:138)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatc
    her.java:355)
    at org.apache.struts.action.ActionServlet.processActionForward(ActionServlet
    .java:1759)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1596)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.StandardWrapperValve.invokeServletService(Standa
    rdWrapperValve.java:720)
    at org.apache.catalina.core.StandardWrapperValve.access$000(StandardWrapperV
    alve.java:118)
    at org.apache.catalina.core.StandardWrapperValve$1.run(StandardWrapperValve.
    java:278)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve
    .java:274)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:50
    5)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve
    .java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:50
    5)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve
    .java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:50
    5)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
    203)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:50
    5)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor
    .java:157)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)
    ----- Root Cause -----
    ----- Root Cause -----
    javax.servlet.jsp.JspException: Cannot find bean under name com.actuate.locales
    at org.apache.struts.taglib.html.OptionsTag.getIterator(OptionsTag.java:383)
    at org.apache.struts.taglib.html.OptionsTag.doEndTag(OptionsTag.java:222)
    at jasper.private._login_jsp._jspService(_login_jsp.java:942)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.service(JspServlet.j
    ava:552)
    at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:368)
    at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:287)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatch
    er.java:723)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispa
    tcher.java:444)
    at org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDisp
    atcher.java:123)
    at org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(Appl
    icationDispatcher.java:138)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatc
    her.java:355)
    at org.apache.struts.action.ActionServlet.processActionForward(ActionServlet
    .java:1759)
    at org.apache.struts.act

    Hi Experts,
    Please give me a solution for this.
    I am accessing the function like this in Webdynpro java
    wdComponentAPI.getMessageManager().reportSuccess("Inside MAT Search");
    Zmm_Bapi_Ptip_Search_Input input = new Zmm_Bapi_Ptip_Search_Input();
    wdContext.nodeZmm_Bapi_Ptip_Search_Input().bind(input);
    Zptip_Mat inputMat = new Zptip_Mat();
    inputMat.setMaktx(wdContext.currentVn_InputElementsElement().getVa_MatDesc());
    inputMat.setMatnr(wdContext.currentVn_InputElementsElement().getVa_MatNo());
    inputMat.setWerks(wdContext.currentVn_InputElementsElement().getVa_Plant());
    inputMat.setSearch("MCRS");
    wdComponentAPI.getMessageManager().reportSuccess("B4 Execution");
    wdContext.currentZmm_Bapi_Ptip_Search_InputElement().modelObject().execute();
    wdComponentAPI.getMessageManager().reportSuccess("After Execution");
    } catch (Exception e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    wdComponentAPI.getMessageManager().reportSuccess("Error in Material Search"+e.getMessage());
    wdComponentAPI.getMessageManager().reportException(e.getLocalizedMessage(),true);
    Please leet em know, if anywhere i am going wrong.
    Thanks & Regards,
    Palani

  • Send email when first record updated problem

    Hi guys i have problem
    this code send email based on timer every 5 minutes
    it working ok but my problem i need to determine first rcord updated not inserted
    and send email this is starting work
    this is my code
    ---timer1_Tick---
    Sales.SalesClass SalesClass1 = new Sales.SalesClass();
    DataTable dt = SalesClass1.ShowSalesData("Data Source=192.168.1.5;Initial Catalog=Altawi-last06-01-2015;User ID=admin;Password=123");
    dataGridView1.DataSource = dt;
    dataGridView1.Refresh();
    namespace Sales
    class SalesClass
    public DataTable ShowSalesData(string ConnectionString)
    SqlConnection con = new SqlConnection(ConnectionString);
    SqlCommand cmd = new SqlCommand();
    cmd.Connection = con;
    cmd.CommandType = CommandType.Text;
    cmd.CommandText = "showsales1";
    SqlDataAdapter da = new SqlDataAdapter();
    da.SelectCommand = cmd;
    DataSet ds = new DataSet();
    da.Fill(ds);
    DataTable dt = ds.Tables[0];
    return dt;
    SELECT     ROW_NUMBER() OVER (ORDER BY dbo.[Jeddah-Live$Sales Header].No_) AS [م], dbo.[Jeddah-Live$Sales Line].[Document No_] AS 'رقم الطلب',
    dbo.[Jeddah-Live$Sales Header].[Bill-to Name] AS 'العميل', dbo.[Jeddah-Live$Sales Line].Area AS 'نوع الصبه', dbo.[Jeddah-Live$Sales Line].Description AS 'البيان',
    dbo.[Jeddah-Live$Sales Header].[Pump No_] AS 'المضخه', CAST(ROUND(dbo.[Jeddah-Live$Sales Line].Quantity, 0, 1) AS int) AS 'المطلوب',
    CAST(ROUND(dbo.[Jeddah-Live$Sales Line].[Quantity Shipped], 0, 1) AS int) AS 'المصبوب', CAST(ROUND(dbo.[Jeddah-Live$Sales Line].[Outstanding Quantity], 0,
    1) AS int) AS 'المتبقى '
    FROM         dbo.[Jeddah-Live$Sales Header] INNER JOIN
                          dbo.[Jeddah-Live$Sales Line] ON dbo.[Jeddah-Live$Sales Header].No_ = dbo.[Jeddah-Live$Sales Line].[Document No_] AND
                          dbo.[Jeddah-Live$Sales Header].[Sell-to Customer No_] = dbo.[Jeddah-Live$Sales Line].[Sell-to Customer No_]
    The code above not have any problem and working
    When first record updated send email
    Example to show
    orderno   quantity  shipped quantity
    12            20               0
    13            30               0
    14            25               0
    15           22                0
    suppose order no 14 shipped quantity updated be 10 (meaning 0 be 10
    then send email with starting work
    after this any updated to any record not send
    no problem i dont need any send email code but how to get record updated first

    Hi guys i have problem
    this code send email based on timer every 5 minutes
    it working ok but my problem i need to determine first rcord updated not inserted
    and send email this is starting work
    this is my code
    ---timer1_Tick---
    Sales.SalesClass SalesClass1 = new Sales.SalesClass();
    DataTable dt = SalesClass1.ShowSalesData("Data Source=192.168.1.5;Initial Catalog=Altawi-last06-01-2015;User ID=admin;Password=123");
    dataGridView1.DataSource = dt;
    dataGridView1.Refresh();
    namespace Sales
    class SalesClass
    public DataTable ShowSalesData(string ConnectionString)
    SqlConnection con = new SqlConnection(ConnectionString);
    SqlCommand cmd = new SqlCommand();
    cmd.Connection = con;
    cmd.CommandType = CommandType.Text;
    cmd.CommandText = "showsales1";
    SqlDataAdapter da = new SqlDataAdapter();
    da.SelectCommand = cmd;
    DataSet ds = new DataSet();
    da.Fill(ds);
    DataTable dt = ds.Tables[0];
    return dt;
    SELECT     ROW_NUMBER() OVER (ORDER BY dbo.[Jeddah-Live$Sales Header].No_) AS [?], dbo.[Jeddah-Live$Sales Line].[Document No_] AS '??? ?????',
    dbo.[Jeddah-Live$Sales Header].[Bill-to Name] AS '??????', dbo.[Jeddah-Live$Sales Line].Area AS '??? ?????', dbo.[Jeddah-Live$Sales Line].Description AS '??????',
    dbo.[Jeddah-Live$Sales Header].[Pump No_] AS '??????', CAST(ROUND(dbo.[Jeddah-Live$Sales Line].Quantity, 0, 1) AS int) AS '???????',
    CAST(ROUND(dbo.[Jeddah-Live$Sales Line].[Quantity Shipped], 0, 1) AS int) AS '???????', CAST(ROUND(dbo.[Jeddah-Live$Sales Line].[Outstanding Quantity], 0,
    1) AS int) AS '??????? '
    FROM         dbo.[Jeddah-Live$Sales Header] INNER JOIN
                          dbo.[Jeddah-Live$Sales Line] ON dbo.[Jeddah-Live$Sales Header].No_ = dbo.[Jeddah-Live$Sales Line].[Document No_] AND
                          dbo.[Jeddah-Live$Sales Header].[Sell-to Customer No_] = dbo.[Jeddah-Live$Sales Line].[Sell-to Customer No_]
    The code above not have any problem and working
    When first record updated send email
    Example to show
    orderno   quantity  shipped quantity
    12            20               0
    13            30               0
    14            25               0
    15           22                0
    suppose order no 14 shipped quantity updated be 10 (meaning 0 be 10
    then send email with starting work
    after this any updated to any record not send
    no problem i dont need any send email code but how to get record updated first

  • Response time & dump-allowed & disable connection pooling

    3 Questions:
    Question 1:
    Where do I find status report when I set "dump-allowed" to yes? Where does it get "dumped"? I've looked in servlet log files, such as:
    1. C:\Program Files\New Atlanta\ServletExec ISAPI\Servlet Logs\Servlet.Log
    C:\WINNT\SYSTEM32\LogFiles\W3SVC1\exyymmdd.log
    in a NewAtlanta ServletExec 4.1 for IIS/PWS 5.1 scenario AND
    2. C:\oracle\ora81\Apache\Jserv\logs\Jserv.log
    C:\oracle\ora81\Apache\Apache\logs\access_log
    in a Apache 1.3.12 with JServ 1.1 scenario (the versions that come with Oracle 8.1.7 on W2K).
    but cannot find any connection pool dump information in any of the above log files.
    Is there documentation on "dump-allowed" other than the short blurb in the XSQLConfig.xml file?
    Question 2:
    Does setting the following connection pool elements, initial & increment, in the XSQLConfig.xml file
    <initial>1</initial>
    <increment>1</increment>
    to 1 & 1 respectively, actually DISABLE connection pooling?
    When I set the timing-info element to "yes", I see about 2 to 4 second response time to any of the Insurance demos at the outset. This is probably normal to establish the first connection and to process the SQL statement. However after 60 seconds, which is the setting for the timeout-seconds element, I again see about 2 to 4 second response time. I expect a response time under 1 second because not only should the SQL statement be cached since it had previously been parsed, the initial connection should still be live.
    Thus it seems that an initial setting of 1 does not do what it's suppose to do, and that is maintain a connection pool of 1.
    I thought I had read in the XML forum that:
    <initial>1</initial>
    <increment>0</increment>
    does disable connection pooling. Not sure how and why. What does disabling connection pooling really mean anyway?
    BTW I'm using XDK 9.2.0.1.
    Question 3:
    The real reason behind questions 1 & 2. How do I track response times from end to end?
    I know about setting timing-info element to "yes" in the XSQLConfig.xml file.
    <timing-info>
    <page>yes</page>
    <action>yes</action>
    </timing-info>
    However if I want to know where a hold up is, timing-info is not enough.
    How do I turn on sql trace for the session affiliated each JDBC connection. I know about setting time_statistics= true in the init.ora file, but how do I alter session set sql_trace=true for an XSQL query action?
    I think I answered this question. See following amended claim1.xsql file for the Insurance example:
    Claim1.xsql:
    <?xml version="1.0"?>
    <page connection="demo" xmlns:xsql="urn:oracle-xsql">
    <xsql:dml><![CDATA[
    ALTER SESSION SET SQL_TRACE = true
    ]]></xsql:dml>
    <xsql:query><![CDATA[
    select value(c) as Claim from insurance_claim_view c
    where c.claimpolicy.primaryinsured.lastname = 'Astoria'
    ]]></xsql:query>
    <xsql:dml><![CDATA[
    ALTER SESSION SET SQL_TRACE = false
    ]]></xsql:dml>
    </page>
    The result of which is:
    <?xml version="1.0" ?>
    - <page xsql-timing="3485">
    <!-- 260 -->
    <xsql-status action="xsql:dml" rows="0" />
    <!-- 3195 -->
    - <ROWSET>
    - <ROW num="1">
    - <CLAIM>
    <CLAIMID>77804</CLAIMID>
    <FILED>1/1/1999 0:0:0</FILED>
    </CLAIM>
    </ROW>
    - <ROW num="2">
    - <CLAIM>
    <CLAIMID>12345</CLAIMID>
    <FILED>3/11/1998 0:0:0</FILED>
    </CLAIM>
    </ROW>
    </ROWSET>
    <!-- 10 -->
    <xsql-status action="xsql:dml" rows="0" />
    </page>
    and in the database trace file:
    select value(c) as Claim
    from insurance_claim_view c
    where c.claimpolicy.primaryinsured.lastname = 'Astoria'
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.08 0 0 0 0
    Execute 1 0.00 0.07 0 0 0 0
    Fetch 1 0.00 0.21 0 11 12 2
    total 3 0.00 0.36 0 11 12 2
    Do I use the elapsed time to understand the time spent in the db? Do I consider the other SQL statements in the trace file that seem to deal with the page request? If so, then there is an overall timed total provided.
    OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS
    call count cpu elapsed disk query current rows
    Parse 14 0.00 0.20 0 0 0 0
    Execute 15 0.04 1.07 0 14 0 6
    Fetch 7 0.00 0.38 0 210 12 21
    total 36 0.04 1.65 0 224 12 27
    Misses in library cache during parse: 0
    OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS
    call count cpu elapsed disk query current rows
    Parse 2 0.00 0.16 0 0 0 0
    Execute 7 0.00 0.04 0 0 0 0
    Fetch 7 0.04 0.25 0 56 0 7
    total 16 0.04 0.45 0 56 0 7
    Misses in library cache during parse: 0
    So do I use overall elapsed time in db affiliated with the Claim SQL statement, which is 2.1 seconds? Is the 3.5 seconds in the XSQL timing an elapsed time, and does it include time spent (2.1 seconds) in the database?
    I guess you can see where this is going. What I really need is a recommended plan to analyze response time problems.
    Has anyone come across this respose time problem, and how did you attack the problem? Did you use timing-info and cross check with database timed statistics using tkprof? What database statistics did you use?
    How does one analyze response time even further. For example how does one track time within the web server? How does one track time within the servlet engine?
    Ideas anyone?
    Steve.
    The section of the XSQLConfig.xml file to which I refer:
    <!--
    |
    | Set the parameters controlling database connection pools.
    |
    | When used, each named connection defined can have a pool of
    | connection instances to share among requests. These values
    | control the initial number of connection instances in the pool,
    | the number that will be added/incremented when under-load the
    | pool must be grown, and the number of seconds that must
    | transpire without activity before a connection instance will be
    | dropped out of the pool to shrink it back towards its initial
    | number.
    |
    | If the "dump-allowed" element has the value "yes"
    | then a browser-based status report that dumps the
    | current state of the connection pools is enabled.
    |
    | <connection-pool>
    | <initial>2</initial>
    | <increment>1</increment>
    | <timeout-seconds>60</timeout-seconds>
    | <dump-allowed>no</dump-allowed>
    | </connection-pool>
    |
    +-->                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    [list=1]
    [*]Where do I find status report when I set "dump-allowed" to yes?
    The report is returned in the browser.
    [*]Does setting the following connection pool elements, initial=1 & increment=1 actually DISABLE connection pooling?
    No. This tells the pool to start a one connection, and to grow by one connection whenever the pool finds all current connections in-use in the pool.
    When I set the timing-info element to "yes", I see about 2 to 4 second response time to any of the Insurance demos at the outset.
    Initial = 1 means that the pool will start with 1 connection. It also means the pool will never shrink to below 1 connection.
    I thought I had read in the XML forum that initial=1, increment=0 disables connection pooling.
    Setting increment=0 forces the pool never to grow, but if you have more than one user this is not a desireable situation to be in. It will cause potential delays for users contending for the one connection available.
    [*]How do I track response times from end to end?
    <timing-info> is the only XSQL pages specific timing info available. You saw how to use <xsql:dml> to turn on tracing. Once you have the trace output, the analysis is a database profiling task.
    [list]
    You can experiment with the fetch-size parameter to see if increasing the number of records fetched at a time will improve your throughput.

  • Significant difference in response times for same query running on Windows client vs database server

    I have a query which is taking a long time to return the results using the Oracle client.
    When I run this query on our database server (Unix/Solaris) it completes in 80 seconds.
    When I run the same query on a Windows client it completes in 47 minutes.
    Ideally I would like to get a response time equivalent on the Windows client to what I get when running this on the database server.
    In both cases the query plans are the same.
    The query and plan is shown below :
    {code}
    SQL> explain plan
      2  set statement_id = 'SLOW'
      3  for
      4  SELECT DISTINCT /*+ FIRST_ROWS(503) */ objecttype.id_object
      5  FROM documents objecttype WHERE objecttype.id_type_definition = 'duotA9'
      6  ;
    Explained.
    SQL> select * from table(dbms_xplan.display('PLAN_TABLE','SLOW','TYPICAL'));
    PLAN_TABLE_OUTPUT
    | Id  | Operation          | Name      | Rows  | Bytes |TempSpc| Cost (%CPU)|
    |   0 | SELECT STATEMENT   |           |  2852K|    46M|       | 69851   (1)|
    |   1 |  HASH UNIQUE       |           |  2852K|    46M|   153M| 69851   (1)|
    |*  2 |   TABLE ACCESS FULL| DOCUMENTS |  2852K|    46M|       | 54063   (1)|
    {code}
    Are there are configuration changes that can be done on the Oracle client or database to improve the response times for the query when it is running from the client?
    The version on the database server is 10.2.0.1.0
    The version of the oracle client is also 10.2.0.1.0
    I am happy to provide any further information if required.
    Thank you in advance.

    I have a query which is taking a long time to return the results using the Oracle client.
    When I run this query on our database server (Unix/Solaris) it completes in 80 seconds.
    When I run the same query on a Windows client it completes in 47 minutes.
    There are NO queries that 'run' on a client. Queries ALWAYS run within the database server.
    A client can choose when to FETCH query results. In sql developer (or toad) I can choose to get 10 rows at a time. Until I choose to get the next set of 10 rows NO rows will be returned from the server to the client; That query might NEVER complete.
    You may get the same results depending on the client you are using. Post your question in a forum for whatever client you are using.

  • Adobe Premier pro running very slow when rendering a file

    Adobe Premier pro running very slow when rendering a file

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen. Click the Clear Display icon in the toolbar. Then take one of the actions that you're having trouble with. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Data warehouse response time

    Hi all,
    I have a warehouse about 1/2TB in size an its response time is very slow when reports are ran against it
    The share pool stata are below
    SQL Area get ratio = 95.2%
    pin ratio = 99.8%
    reloads/pins = .0016%
    What should i be looking at

    Are you certain that no query plans have changed?
    am not 100% sure
    What version of Oracle?
    9.2.0.4.0
    Which optimizer are you using?
    none
    initialization parameter
    optimizer_index_caching=0
    optimizer_index_cost_adj=100
    optimizer mode=choose
    When did you last gather statistics?
    today
    Thanx

  • Response times using BEX/Web vs. BEX /Excel user interface

    Our customer in Sweden is currently rolling out SAP BW to local sales offices around the globe and they are having huge response time problems with the BEX/Excel interface running from Australia towards the BW servers in Sweden. If running the Web interface the response time is acceptable.
    Question: Is this problem caused purely by bandwidth limitations or is it the distance itself that is the problem. If they double their bandwidth capacity, will the response times using the BEx web interface be reduced by 50% or will it remain unchanged?
    /Fredrik Osterstrom, Capgemini,

    Hi,
    It is generally much slower to display queries using Excel than the HTML version because of the way they display data and the way they are designed/engineered.
    But generally of course, it should also be on an acceptable basis.
    If you still  could not figure out the problem, I advice you  to display the query using HTML version via Browser and then download to Excel aftewards. It is normally fast. This is just a work around till you figure out the probable cause. There are many factors that contribute to this.
    Try isolation technique.
    1.) Is the query slow on displaying using Excel on all desktop computers or only selected computers?
    2.) Is the desktop computer fast enough w/ ample memory to handle the processing?
    3.) Are there any programs running/installed on the computer which directly affects Excel processing?
    Hope I have helped, and if I did, please grant points!
    --Jkyle

  • Java Webserver - Tomcat / Axis2 - Response time very slow!!

    Hi all,
    I'm developing a Java Web Server using Axis2 inside Tomcat 7, but i'm having a big problem with the response time for each request made.
    The purpose of this application is to fetch data from a database and return it to a client (also developed in Java)
    For example: If i make a request from the database for 4000 objects, the database returns the data rather quickly (about 100ms), but then it takes about 30 seconds to generate the soap response, the xml containing the response has about 3mb size. The class in the webservice that represents the information from the database is quite simple, it has a string array, and about 3 Integers and 2 Strings..
    Is this normal for the response time? Is there any way to optimize (Tomcat definition, etc)?
    Thanks in advance :)

    Here's a method from the webserver that returns the information from the database:
    * The method receives a SQL Query to execute, and return a list with all the objects from the database
    public MyObject[] getMyObject(String querySQL) throws SQLException, ConfigurationException, AxisFault  {
         try {
              ArrayList<MyObject> myObjectList = new ArrayList<MyObject>();
              //Executes the query on the database
              Statement stmt = RdbmsDAOFactory.connection.createStatement();
              ResultSet rs = stmt.executeQuery(querySQL.toString());
              //Fetching the results
              while (rs.next()) {
                   List<AttributesFromMyObject> attributeList = new ArrayList<AttributesFromMyObject>();
                   int columnCount = rs.getMetaData().getColumnCount();
                   for(int i = 1; i <= columnCount; i++){
                        //This class saves the column name/value for each object from the database
                        AttributesFromMyObject attribute = new AttributesFromMyObject();
                        attribute.setName(rs.getMetaData().getColumnName(i));
                        attribute.setValue(rs.getString(i));
                        attributeList.add(attribute);
                   //Creates the object and saves the corresponding attributes list
                   MyObject r = new MyObject();
                   r.setAttributeValues((AttributeValue[])attributeList.toArray(new AttributeValue[0]));
                   //Add each object to the arraylist that will be returned at the end
                   myObjectList.add(r);
              //UNTILL HERE IT TAKES ABOUT 125 ms
              return (MyObject[])myObjectList.toArray(new MyObject[0]);
         } catch (Exception e) {
              throw new AxisFault ("Unknown error: " + e.getMessage() + " - " + e.getStackTrace());
    }And here's a method from the client that saves the resuts from the Web Server
    * The method sends a query sql to the Web Server and save the results
    public void getMyObject(){
         //This is from a library that i'm using to generate SQL
         Table dbTable = new Table(tableName);
         select = new SelectQuery(dbTable);
         select.addColumn(dbTable, "*");
         select.addCriteria(new InCriteria(new Column(dbTable, "[idObject]"), ids));
         //Create request object to the Web Server
         GetMyObject getMyObject = new GetMyObject();
         getMyObject.setQuerySQL(select.toString());
         //FROM HERE
         MyObject[] rList = this.webService.getMyObject(getMyObject).get_return(); //Response from the Web Server
         //TO HERE -> IT TAKES ABOUT 36 seconds IF I'M GETTING THE 4000 OBJECTS
    }And here's a bit of the soap response that i'm getting (from a total of 82600 lines generated):
    <?xml version="1.0" encoding="utf-8"?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
      <soapenv:Body>
        <ns:getMyObjectResponse xmlns:ns="http://xx.xxx.xxx.com" xmlns:ax21="http://xx.xxx.xxx.com/xsd"
    xmlns:ax27="http://exception.lang.commons.apache.org/xsd" xmlns:ax26="http://configuration.commons.apache.org/xsd" xmlns:ax23="http://sql.java/xsd">
          <ns:return xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ax21:MyObject">
            <ax21:attributeValues xsi:type="ax21:AttributeValue">
              <ax21:name>idMyObject</ax21:name>
              <ax21:value>2290</ax21:value>
            </ax21:attributeValues>
            <ax21:attributeValues xsi:type="ax21:AttributeValue">
              <ax21:name>Calldate</ax21:name>
              <ax21:value>2003-12-22 00:00:00.000</ax21:value>
            </ax21:attributeValues>
            <ax21:attributeValues xsi:type="ax21:AttributeValue">
              <ax21:name>Call_duration</ax21:name>
              <ax21:value>10</ax21:value>
            </ax21:attributeValues>
            <ax21:attributeValues xsi:type="ax21:AttributeValue">
              <ax21:name>Gross_amnt</ax21:name>
              <ax21:value>2.1000000000000001</ax21:value>
            </ax21:attributeValues>
            <ax21:id>0</ax21:id>
            <ax21:idSourceEntity>0</ax21:idSourceEntity>
            <ax21:idTargetEntity>0</ax21:idTargetEntity>
            <ax21:subtype xsi:nil="true" />
            <ax21:type xsi:nil="true" />
          </ns:return>
        </ns:getMyObjectResponse>
      </soapenv:Body>
    </soapenv:Envelope>Thanks!
    Edited by: user9257993 on 19/Abr/2011 2:46

Maybe you are looking for

  • IPod touch 3G won't work after falling in water? Help!

    Ok it's been 3 months since my iPod touch fell in the...toilet. I immediately put it in rice after pushing all the buttons. It was only in the water for a second. When I picked it up the screen was dim, flickering, then when black. I wiped it off and

  • How in the HECK can I change my Hard Drive icon??!??!!

    I've tried searching these discussion forums for how to do this, but the question has always remained unanswered! Does ANYbody know how to use this? I'd buy applecare but I'm a student and can't afford it. Would somebody please figure out how to make

  • To duplicate data

    Hello everybody, as I do to duplicate a information in database in the ADF? There are any method especific to that?

  • Using Pen Tablet in Apple Mail?

    Is it possible to handwrite emails using a pen tablet in Apple Mail or Sticky Notes?

  • Setting Resource Manager  - 11g database

    Could you help please, I'm getting the following in my 11g database alert log but can't find anything helpful in google. Setting Resource Manager plan SCHEDULER[0x2C0A]:DEFAULT_MAINTENANCE_PLAN via sch eduler window Setting Resource Manager plan DEFA