Database slow response

Hi Guys,
I am running Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production on Solaris 10.
I upgraded my database from 9i (9.2.0.4.0 - 64bit Production) to 11gR2 (11.2.0.3.0 - 64bit Production)--now I am experiencing slow response from the queries.
Below please find my Top 5 Wait Events:
Top 5 Timed Foreground Events
Event     Waits     Time(s)     Avg wait (ms)     % DB time     Wait Class
db file sequential read      3,573,342     7,796     2     71.69     User I/O
DB CPU          2,780          25.56     
db file parallel read     37,346     327     9     3.01     User I/O
direct path write temp     3,947     248     63     2.28      User I/O
Disk file operations I/O     20,134     170     8     1.56      User I/O
It looks like I have a serious I/O issues here--but how do I see if this is indeed the case?
Please Help!!!!!!
Thanks in advance.
Edited by: user11979518 on Nov 1, 2012 5:05 AM

user11979518 wrote:
Thanks Guys for the replies,
I strongly feel that this link--http://jonathanlewis.wordpress.com/category/oracle/statspack/ posted on this thread by Girish, really addresses my problems.
I used memory target during the upgrade.
Below are the reports from AWR:
This statement inetersted me most:
The DBA had decided to trust Oracle to do the right thing after the upgrade, so he had set the memory_target
and eliminated all the other memory parameters, including the db_keep_cache_size.I did exactly that on during my upgrade.
Here is the report from my database:
Segments by Physical Read Requests:
Owner          Tablespace Name          Object Name               Subobject Name     Obj. Type     Physical Reads     %Total
CTRONLIV     AXS_AP2               PAY_HISTORY                         TABLE          9,286,075     60.12
CTRONLIV     AXS_AP2               AP_VCHRS                         TABLE          2,732,117     17.69
CTRONLIV     AXS_AR2               APPL_HIST_HDRS                          TABLE          1,216,941     7.88
CTRONLIV     AXS_API2          SIY_X51                              INDEX          775,911          5.02
CTRONLIV     AXS_API3          CHCK_RECON_TRANDATE_IDX                    INDEX          263,826          1.71
Segments by UnOptimized Reads:
Owner          Tablespace Name          Object Name               Subobject Name     Obj. Type     UnOptimized Reads     %Total
CTRONLIV     AXS_AP2               PAY_HISTORY                         TABLE          9,278,509          69.33
CTRONLIV     AXS_AR2               APPL_HIST_HDRS                         TABLE          1,215,931          9.09
CTRONLIV     AXS_API2          SIYA_X51                         INDEX          775,915               5.80
CTRONLIV     AXS_AP2               AP_VCHRS                         TABLE          752,067               5.62
CTRONLIV     AXS_API3          CHCK_RECON_TRANDATE_IDX                    INDEX          263,826               1.97
See how much better your report looks when I put in tags for you?
Looking at the report it shows that I have done 9.2M read requests from table PAY_HISTORY and 1.2 M read requests from table APPL_HIST_HDRS,resulting in 9.2 M blocks reads from one table and 1.2M blocks read from the other, now I checked the sizes of the two tables:--PAY_HISTORY-->30GB and APPL_HIST_HDRS-->34GB.
I used dbms_metadata.get_ddl(),as suggested on the link,to see the DDL of the two tables...the storage parameter are as follows :
FOR table PAY_HISTORY:
) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
STORAGE(INITIAL 1048576 NEXT 20971520 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
For table APPL_HIST_HDRS:
) PCTFREE 10 PCTUSED 0 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
STORAGE(INITIAL 2147483648 NEXT 209715200 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
Does these mean that my tables were assigned to use KEEP buffer pool ?
Or are they are assigned to use defualt buffer pool, if so does it mean that my cache is not working and if so, how do I rectify this issue?
BUFFER_POOL DEFAULT means they were put into a pool named DEFAULT.  You should leave them there and work on the actual problem first.  There are queries to find out what is in the various pools, you can check that (and sometimes there are surprises).  But in general, leave it until after fixing the code that is making the problem.
You should look at the top SQL and see if it is accessing those objects.  You should look at all SQL accessing those objects.  Look at the plans, including predicates.  You can post those here for more help, see the thread about how to post a tuning request.  The most likely thing is that some plan is not the best.  After you fix that, you may find your problems magically change.  (Assuming you checked all the config stuff I suggested).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Slow response  on data dictionary queries with optimizer_mode=rule in  10g

    I have two dataabse: DB1 (9i) and DB2 (10g) on windows 2000
    They are two development databases with the same schemas and same tables. The application executes the same commands but with different results and execution plans.
    In DB2 the queries with the most slow response tima are the queries on the data dictionary (for example: all_synonyms).
    These query are very fast with the optimizer_mode=cost and very slow with the optimizer_mode=rule.
    And the the problem is this:
    in DB1 and DB2 the application executes after the connection this command:
    ALTER SESSION SET OPTIMIZER_MODE = 'RULE';
    These are the traces of the session in db1 and db2:
    The queries are created dynamically by the application.
    Is there a solution for this?
    thanks
    Message was edited by:
    user596611

    Here is a simple example of what can happen,
    @>alter session set optimizer_mode=all_rows;
    @>SELECT PLAN_TABLE_OUTPUT FROM TABLE(DBMS_XPLAN.DISPLAY());
    PLAN_TABLE_OUTPUT
    | Id  | Operation        | Name | Rows  | Cost (%CPU)|
    |   0 | SELECT STATEMENT |      |     1 |     2   (0)|
    |   1 |  FAST DUAL       |      |     1 |     2   (0)|
    @>alter session set optimizer_mode=rule;
    @>SELECT PLAN_TABLE_OUTPUT FROM TABLE(DBMS_XPLAN.DISPLAY());
    PLAN_TABLE_OUTPUT
    | Id  | Operation        | Name |
    |   0 | SELECT STATEMENT |      |
    |   1 |  FAST DUAL       |      |
    Note
          - rule based optimizer used (consider using cbo)As you can see incomplete explain plans. Therefore it is not advised.
    Adith

  • Oracle 8i giving slow response when running sql query

    hi ,
    i am using oracle 8i server ;
    and sql query giving slow response before some days;
    so which parameter need to increase
    DB_BLOCK_BFFERS OR SHARE_POOL_SIZE
    CURRENT SETING IS
    DB_BLOCK_BUFFER=256000;
    SHARE POOLSIZE=300M;
    pls advice to me
    thanks

    No parameters need to be increased. Tuning is not done but making arbitrary changes to values and hoping that good things will happen by accident.
    The thing you really should be worrying about is your antique database and likely its impact on your skill set unless you are one year away from retirement.
    Where's the actual version number?
    Where's the DDL?
    Where's the DML?
    Where's the Explain Plan?

  • APEX hosted site slow response issues

    Hi,
    Is anyone else experiencing slow response issues when navigating through the hosted (apex.oracle.com) APEX site. About a 2-3 weeks ago we started noticing that it takes a long time to log into the site as well as navigate through anything
    This might sound odd but often times how we would workaround it is by repeatedly "re-clicking" a link or a button to get the page to return. Whenever the site is slow in respnding we wound see "Waiting for apex.oracle.com" in the browser's bottom console.
    We see the same issue with IE or Firefox and its only the apex.oracle.com site that has this problem.

    As I posted on another thread:
    Sorry for the lack of a reply here. With the long holiday in the U.S. and then my past two days of this week, spending at least a half a day each on apex.oracle.com, I haven't been paying attention to the discussion forums. I was unaware of this active thread.
    Don't worry Ben, I'm not going to say "It's fine for me". TKyte had identified a bug or two in Ask Tom over the weekend, and I tried to fix them on Monday morning. What should have taken me 10 minutes took me two hours.
    This has been my top priority for the past two days. There are some networking issues still being researched. A configuration change was made earlier today which seems to have alleviated the issue, but I'm not convinced that it will be a permanent fix.
    Understand that this has not been a database issue nor an Application Express issue. Every time the performance was glacial, both yesterday and today, I examined the database and there was hardly anything going on. It was a hardware (filer) issue a month ago, and it appears to be either firewall or network card or network issue or all three. Regardless, I am embarrassed for Oracle's sake - this should be our flagship for Oracle Application Express, and the past month or two of poor performance can only serve to dissuade from using Oracle and Oracle Application Express.
    Joel

  • Slow response in software update

    Hi all
    I have a iBook with Tiger on it which races through the software update process however, when i use the software update on a brand new iMac it seems to take ages to check for the software update. It also downloads any updates pretty slowly. Both the iBook and iMac are wireless so i can't figure out why the slow response.
    Is this something to do with Leopard or, is there a function on the iMac i can tweak to check for the updates and speed these downloads up?
    TIA

    Did you update to 10.5.2? 10.5.2 seems to have some pretty massive issues with WiFi (I fall into the category that has the bare minimum of those issues). Also, Leopard brought about a new portion of the receipts database (half of what Software Update checks) that involves a pretty CPU-intensive process. Your iMac may just be running into that as a block in it's path.

  • Database slow; How to check the Oracle query timings

    Hi,
    I have a quick question regarding a troubleshooting iam currently working on.
    We have a J2EE application runnig on WLS 81 SP3.
    We are experiencing a problem where the customer response time on our application is "too slow". We checked our N/W and they seems to be OK. The Iplanet webserver and BEA application servers looks good but on the Oracle database box - i saw "iowait" (when doing top UNIX command) to be 50-60 % which is extremly high. We are suspecting this to be our issue as the "iowait" is very high at the DATABASE box hence causing BEA servers to show "slow response" on certain pages which are database accentric.
    Now, in order to proove that the queries are taking "too longer" to execute from the time BEA server requested and it actually got the reply back from database, i need to dig down and get some "profiling" (due to some political reasons, i can request to turn on profling at the moment) done. So, is there any way i can verify the response time when the BEA server requested some information from the database and the time when Oracle database responded with all the information requested ?
    thanks for your help,

    Yes. Create a Date object prior to the database call. Then create another one when the call completes. Convert both to mililseconds and subtract. You will have network latency in that statistic, but especially if you are using connection pools, the vast majority should be database access.
    Another option is to turn on tk_prof or create an EXPLAIN plan table in Oracle. That will show the 'cost' of each query. Also, try running statistics on the database, that should help the optimizer.
    - Saish

  • Slow response times

    This last weekend, we migrated off of our old server 2003 cf7mx server, to a new Server 2008r2 x64 CF 9,0,1,274733 server.  We are now experiencing slow response times for our server,according to the Windows Performance monitor our Avg Request times are way up. I have been going through some logs but nothing seems to leap out at me, but i am not the best CF admin.  As i dont know what information would be usefull, i have tried to give all the info. 
    Here is our coldfusion-event log:
    08/14 16:22:58 user JSPServlet: init
    08/14 16:23:00 user ColdFusionStartUpServlet: init
    08/14 16:23:00 user ColdFusionStartUpServlet: ColdFusion: Starting application services
    08/14 16:23:00 user ColdFusionStartUpServlet: ColdFusion: VM version = 14.3-b01
    08/14 16:23:08 user ColdFusionStartUpServlet: ColdFusion: application services are now available
    08/14 16:23:08 user CFMxmlServlet: init
    08/14 16:23:08 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
    08/14 16:23:10 user CFSwfServlet: init
    08/14 16:23:10 user CFCServlet: init
    08/14 16:23:12 user FlashGateway: init
    08/14 16:23:12 user MessageBrokerServlet: init
    08/14 16:23:13 user CFFormGateway: init
    08/14 16:23:13 user CFInternalServlet: init
    08/14 16:23:13 user WSRPProducer: init
    08/14 16:23:13 user ServerCFCServlet: init
    08/15 08:13:09 user GraphServlet: init
    08/15 10:25:45 user CFInternalServlet: destroy
    08/15 10:25:50 user FlashGateway: destroy
    08/15 10:25:50 user WSRPProducer: destroy
    08/15 10:25:50 user CFCServlet: destroy
    08/15 10:25:50 user GraphServlet: destroy
    08/15 10:25:50 user CFMxmlServlet: destroy
    08/15 10:25:50 user CFFormGateway: destroy
    08/15 10:25:50 user CFSwfServlet: destroy
    08/15 10:26:50 info No JDBC data sources have been configured for this server (see jrun-resources.xml)
    08/15 10:26:50 info JRun Proxy Server listening on *:51800
    08/15 10:26:50 info Deploying enterprise application "Adobe_ColdFusion_9" from: file:/C:/ColdFusion9/
    08/15 10:26:51 info Deploying web application "Adobe ColdFusion 9" from: file:/C:/ColdFusion9/
    08/15 10:26:52 user JSPServlet: init
    08/15 10:26:53 user ColdFusionStartUpServlet: init
    08/15 10:26:53 user ColdFusionStartUpServlet: ColdFusion: Starting application services
    08/15 10:26:53 user ColdFusionStartUpServlet: ColdFusion: VM version = 14.3-b01
    08/15 10:26:58 user ColdFusionStartUpServlet: ColdFusion: application services are now available
    08/15 10:26:58 user CFMxmlServlet: init
    08/15 10:26:58 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
    08/15 10:26:59 user CFSwfServlet: init
    08/15 10:27:00 user CFCServlet: init
    08/15 10:27:03 user FlashGateway: init
    08/15 10:27:03 user MessageBrokerServlet: init
    08/15 10:27:04 user CFFormGateway: init
    08/15 10:27:04 user CFInternalServlet: init
    08/15 10:27:04 user WSRPProducer: init
    08/15 10:27:05 user ServerCFCServlet: init
    08/15 10:36:30 user CFInternalServlet: destroy
    08/15 10:36:36 user FlashGateway: destroy
    08/15 10:36:36 user WSRPProducer: destroy
    08/15 10:36:36 user CFCServlet: destroy
    08/15 10:36:36 user CFMxmlServlet: destroy
    08/15 10:36:36 user CFFormGateway: destroy
    08/15 10:36:36 user CFSwfServlet: destroy
    08/15 10:38:35 info No JDBC data sources have been configured for this server (see jrun-resources.xml)
    08/15 10:38:35 info JRun Proxy Server listening on *:51800
    08/15 10:38:35 info Deploying enterprise application "Adobe_ColdFusion_9" from: file:/C:/ColdFusion9/
    08/15 10:38:35 info Deploying web application "Adobe ColdFusion 9" from: file:/C:/ColdFusion9/
    08/15 10:38:36 user JSPServlet: init
    08/15 10:38:37 user ColdFusionStartUpServlet: init
    08/15 10:38:37 user ColdFusionStartUpServlet: ColdFusion: Starting application services
    08/15 10:38:37 user ColdFusionStartUpServlet: ColdFusion: VM version = 14.3-b01
    08/15 10:38:41 user ColdFusionStartUpServlet: ColdFusion: application services are now available
    08/15 10:38:41 user CFMxmlServlet: init
    08/15 10:38:41 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
    08/15 10:38:44 user CFSwfServlet: init
    08/15 10:38:44 user CFCServlet: init
    08/15 10:38:46 user FlashGateway: init
    08/15 10:38:46 user MessageBrokerServlet: init
    08/15 10:38:47 user CFFormGateway: init
    08/15 10:38:47 user CFInternalServlet: init
    08/15 10:38:47 user WSRPProducer: init
    Here is our cf application log:
    "Severity","ThreadID","Date","Time","Application","Message"
    "Information","jrpp-0","06/25/11","19:24:19",,"C:\ColdFusion9\logs\application.log initialized"
    "Error","jrpp-0","06/25/11","19:24:19",,"File not found: /CFIDE/main/ide.cfm The specific sequence of files included or processed is: C:\inetpub\wwwroot\CFIDE\main\ide.cfm'' "
    "Error","jrpp-1","06/25/11","22:14:06",,"File not found: /CFIDE/main/ide.cfm The specific sequence of files included or processed is: C:\inetpub\wwwroot\CFIDE\main\ide.cfm'' "
    "Error","jrpp-2","06/25/11","22:32:05",,"File not found: /CFIDE/main/ide.cfm The specific sequence of files included or processed is: C:\inetpub\wwwroot\CFIDE\main\ide.cfm'' "
    "Information","jrpp-3","06/26/11","11:45:13","CFADMIN","Invalid login for Default User"
    "Error","jrpp-0","07/06/11","15:46:07",,"File not found: /CFIDE/main/ide.cfm The specific sequence of files included or processed is: C:\inetpub\wwwroot\CFIDE\main\ide.cfm'' "
    "Error","jrpp-1","08/14/11","20:56:25","impager","Element DEPT is undefined in FORM. The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\clinical\pagers\impager\sendpage.cfm, line: 1 "
    "Error","jrpp-1","08/14/11","21:04:33",,"File not found: /CFIDE/main/ide.cfm The specific sequence of files included or processed is: C:\inetpub\wwwroot\CFIDE\main\ide.cfm'' "
    "Error","jrpp-4","08/14/11","22:04:43","impager","Element DEPT is undefined in FORM. The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\clinical\pagers\impager\sendpage.cfm, line: 1 "
    "Error","jrpp-36","08/15/11","08:50:29","TEAMS_database","Variable MYPERIOD is undefined. The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthly_entry.cfm, line: 220 "
    "Error","jrpp-50","08/15/11","09:12:36",,"Invalid CFML construct found on line 2 at column 25.ColdFusion was looking at the following text:<p>=</p><p>The CFML compiler was processing:<ul><li>An expression that began on line 2, column 8.<br>The expression might be missing an ending #, for example, #expr instead of #expr#.<li>A cfset tag beginning on line 2, column 2.</ul> The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\clinpub\L2\ess\page3e.cfm, line: 2 "
    "Error","jrpp-50","08/15/11","09:13:39",,"Invalid CFML construct found on line 2 at column 25.ColdFusion was looking at the following text:<p>=</p><p>The CFML compiler was processing:<ul><li>An expression that began on line 2, column 8.<br>The expression might be missing an ending #, for example, #expr instead of #expr#.<li>A cfset tag beginning on line 2, column 2.</ul> The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\clinpub\L2\ess\page3e.cfm, line: 2 "
    "Error","jrpp-50","08/15/11","09:14:17",,"Invalid CFML construct found on line 42 at column 35.ColdFusion was looking at the following text:<p>=</p><p>The CFML compiler was processing:<ul><li>An expression that began on line 42, column 8.<br>The expression might be missing an ending #, for example, #expr instead of #expr#.<li>A cfset tag beginning on line 42, column 2.</ul> The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\clinpub\L2\ess\page4a.cfm, line: 42 "
    "Error","jrpp-78","08/15/11","09:56:53","TEAMS_database","Variable MYPERIOD is undefined. The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthly_entry.cfm, line: 220 "
    "Error","jrpp-75","08/15/11","10:10:12","TEAMS_database","Error Executing Database Query.Timed out trying to establish connection The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthlyentry1a.cfm, line: 9 "
    "Error","jrpp-80","08/15/11","10:10:46","TEAMS_database","Error Executing Database Query.Timed out trying to establish connection The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthlyentry1a.cfm, line: 9 "
    "Error","jrpp-78","08/15/11","10:11:28","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthlyentry1a.cfm, line: 124 "
    "Error","jrpp-89","08/15/11","10:13:20","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthlyentry1a.cfm, line: 418 "
    "Error","jrpp-88","08/15/11","10:13:52","TEAMS_database","Error Executing Database Query.Timed out trying to establish connection The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\login.cfm, line: 77 "
    "Error","jrpp-82","08/15/11","10:14:35","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthlyentry1a.cfm, line: 9 "
    "Error","jrpp-92","08/15/11","10:16:25","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\login.cfm, line: 77 "
    "Error","jrpp-84","08/15/11","10:18:11","impager","Error Executing Database Query.Timed out trying to establish connection The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\clinical\pagers\impager\pagerlist.cfm, line: 620 "
    "Error","jrpp-89","08/15/11","10:19:37","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\entry_2011_1.cfm, line: 233 "
    "Error","jrpp-80","08/15/11","10:22:19","TEAMS_database","Error Executing Database Query.Timed out trying to establish connection The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\entry_2011_1.cfm, line: 154 "
    "Error","jrpp-92","08/15/11","10:23:24","TEAMS_database","Error Executing Database Query.Timed out trying to establish connection The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\login.cfm, line: 84 "
    "Error","jrpp-96","08/15/11","10:24:12","TEAMS_database","The request has exceeded the allowable time limit Tag: cfoutput The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\entry_2011_2.cfm, line: 157 "
    "Error","jrpp-95","08/15/11","10:24:12","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\entry_2011_1.cfm, line: 233 "
    "Error","jrpp-14","08/15/11","10:31:03","TEAMS_database","Error Executing Database Query.Timed out trying to establish connection The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthlyentry1a.cfm, line: 9 "
    "Error","jrpp-2","08/15/11","10:31:33","TEAMS_database","Error Executing Database Query.Timed out trying to establish connection The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\sow.cfm, line: 144 "
    "Error","jrpp-15","08/15/11","10:32:04","TEAMS_database","Error Executing Database Query.Timed out trying to establish connection The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\TA_entry.cfm, line: 154 "
    "Error","jrpp-1","08/15/11","10:32:15","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthlyentry1a.cfm, line: 124 "
    "Error","jrpp-12","08/15/11","10:32:58","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\sow.cfm, line: 169 "
    "Error","jrpp-10","08/15/11","10:33:21","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthlyentry1a.cfm, line: 418 "
    "Error","jrpp-4","08/15/11","10:33:43","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\entry_2011_2.cfm, line: 233 "
    Please let me know if any other data would be usefull. 

    Hi,
    I expect the error details in CF9\runtime\logs\coldfusion-out.log will like provide a clue as to problem.
    For a more long term plan I think you should do what you can to migrate the ACCESS data to SQL or some other database.
    HTH, Carl.

  • Slow response of my data base

    Hi Dears.
    I am working on a database project. i have 5 pc and i have made a pc as a database server machine. the network is on peer to peer. so you can say there is a pc as database server with 4 work station which are accessing database on the server machine. initially the database response was very good but after 4000 records the response of database is too too much slow ( you can say in hanging).
    what i do to speed up the database response, i am bothering about slow response of data base.
    on server machin (i.e. is a pc) there is
    256 RAM, 2.4 GHz processor
    Windows XP
    Oracle 8 Enterprize Edition
    and Developer 6i
    plz help men in suggestion of good resposne

    Couple of things,
    1) With 256meg of RAM, it barely can be called a client machine let alone to be called a server machine.You seriously should have minimum 1gb to have somewhat performance from the system.
    2) You are running oracle 8.Its a really really REALLY old version. Any chance to have an idea that how much data would you store over this box? If your data is limited under 4gigs, than you may look at Oracle XE for your project. But again, machine's HW resource will come in between.
    3) Its not possible to have a guess about the performance degradation reasons just like that. It may be due to number of reasons. For example , in your case , the foremost reason is resource crunch. Try increasing this and than again use the box for some time. Feedback at that time how it is working.
    Aman....

  • Database slow

    Hi,
    I am new in database management. I know the structure, installation etc. But I would say I am new to performance tuning. I have a 10.2.0.3 database on RHEL4. We recently moved from 9.2.0.8 and this database is performing good. (meaning I don't see any long running sql). But we have an application server which connects to this database server, seems to be crawling. The user is saying the problem is in the database server. How can I find my server is slow. I ran the ADDM report. But what parameters or metrics should I look to find that my server is slow or normal?
    What should I look for to improve the performance?

    We noticed the slow response from this week only. The migration happened last week. We did not logged in the web last week to check we just checked thru gui and everything was fine. Yes the installation process, migration were all good. I don't see any invalid objects.
    (But I have a question about the catalog upgrade. I created this database long back. I don't remember whether I ran catalog upgrade. How do I find that? Also if I have 2 instances in same $ORACLE_HOME, do I have to run the catalog upgrade 2 times or just once is enough? )
    I don't see any abnormalities in the OEM home page.
    How do I find the buffer and library cache hit ratios?

  • Slow response from search

    When I type in the search bar, I get a very slow response--the letters appear sluggishly, one by one, with about a one second delay between each. I have about 6000 songs and they are all on an internal drive.
    I created a new user account and dragged all my songs into iTunes in that account. Searching was lightning fast.
    So it sounds like the problem is isolated to my account. I want to know if there is a way to speed up the search. The easy solution is to rebuild the xml file by deleting the songs from my library and re-importing them, but I do not want to lose my play counts, last played dates, etc. If there is a program that can save all that information for me, that would also be acceptable.
    Any tips would be appreciated. Thanks!
    --Tim
    iMac G4   Mac OS X (10.4.6)  

    A few questions:
    -Is the application running on the same server as the database?
    -Single DB or RAC?
    -When last was the database analyzed?(SQL Stats)
    -Was there database admin scheduled jobs running(exports,RMAN ect.)
    -When last did you rebuild indexes? (do we need to rebuild indexes)

  • Slow response from DB

    Hi ,
    My database is 10.02.0.4.0 on Solaris 5.9.
    We are using Oracle 10g AS as Application server to
    host the Application. Whenever the end user trying to access the
    application who got the very solw response. At the application level
    we have configured enough settings on datasource and connection pool parameters.
    At Oracle Level 150 session, Processes 300 has set.
    what could be the reason for End user getting problem like "Slow response","Connection Tiemd out".
    Any parameter need to change. When I getting this error, what is the appraoch i need to follow to mitigate these kind of error in future .
    Thanks,
    Tippu

    I have a performance checklist at :
    Re: Multiple Sessions Performance Issue …………
    Hth
    Girish Sharma

  • Parameter based on decode/function field - slow response

    Hi,
    When one of the parameters of a report is used, the report takes a very long time to run. The parameter has a LOV of statuses in Hebrew.
    The folder is a custom folder and the status in Hebrew is a decode field using a function. In other words, it first goes to a function to get the status, and then translates each status (I guess that the Hebrew will be strange but I hope that the general form of the decode is clear):
    DECODE( APPS.JAFI_DISCO_UTILS_PKG.JAFI_GET_INVOICE_STATUS(
    AI.INVOICE_ID,
    AI.INVOICE_AMOUNT,
    AI.PAYMENT_STATUS_FLAG,
    AI.INVOICE_TYPE_LOOKUP_CODE),
    'APPROVED','מאומת',
    'NEVER APPROVED','מעולם לא עבר אימות',
    'NEEDS REAPPROVAL','דורש אימות מחדש',
    'CANCELLED','מבוטל',
    'AVAILABLE','זמין',
    'UNAPPROVED','לא מאומת',
    'SELECTED FOR PAYMENT','נבחר לתשלום',
    'FULL','מיוחס במלואו',
    'UNPAID','לא שולם',' ')
    I am assuming that the reason for the slow response is the constant run of the function in addition to the decode (which I was once told also slows the response a bit).
    Is there anyway to change the sql somewhat? Without using the parameter the report takes about 2 1/2 minutes to run. Using the parameter it takes around 25 minutes to run.
    Thank you.
    Leah
    Edited by: user476771 on May 10, 2010 2:09 AM

    Hi Michael,
    I think your suggestion #3, checking the indexes, is an excellent start.
    As to the other suggestions, I believe that everything passed to the function is needed to find the status.
    We seem to have serious problems running materialized views. Our dba is actually checking it out now. One group of mv were changed a few months ago so that they are no longer needed (someone worked around it using other tables for the data). Another mv is problematic even though it takes 14 minutes to create in a tst environment (which I happen to do yesterday) and causes no problems afterwards, it is a problem when run in prod as part of a job. As I mentioned, our dba is checking it out.
    I hesitate to create a new table that is updated every night with the status of each invoice. It won't be up-to-date during the day, and it means changing the report that has otherwise run smoothly until now. The user avoids using the one parameter as much as possible so it's not THAT bad...
    I really appreciate your giving the four suggestions.
    Thank you so much.
    Leah

  • Slow Response Sun ONE 6.1 SP3 Win 2003

    My Sun ONE web server is processing my JSP pages very quickly when serving one session at a time. However when there are 4 or more active sessions, it slows right down. Response time goes from 2 seconds (1 active session) to 60 seconds (multiple active sessions) for a single JSP page. I've been running the performance monitor to see if I can notice anything, but nothing seems to stand out. I have tried manipulating the Keep Alive settings and the Performance settings within the Magnus Editor but there hasn't been a noticable improvement.
    I've recently upgraded to SP4 to see if this solved my problem, but there was no imporvement.
    This server is an HP DL380 with dual 2.8GHz Xeon processors & 2 Gigs of RAM. There is a lot of available disk space. I'm running Windows 2003 and it's up to date with all the latest patches.
    Anyone have any ideas or experienced this before?
    I've attached the output from my performance monitor:
    webservd pid: 4280
    Sun ONE Web Server 6.1SP4 B01/20/2005 21:34 (WINNT DOMESTIC)
    Server started Thu Mar 03 09:41:06 2005
    Process 4280 started Thu Mar 03 09:41:06 2005
    ConnectionQueue:
    Current/Peak/Limit Queue Length 0/1/4096
    Total Connections Queued 126
    Average Queue Length (1, 5, 15 minutes) 0.00, 0.00, 0.00
    Average Queueing Delay 0.02 milliseconds
    ListenSocket ls1:
    Address http://10.178.132.7:8080
    Acceptor Threads 8
    Default Virtual Server https-guruweb01
    KeepAliveInfo:
    KeepAliveCount 2/64
    KeepAliveHits 1083
    KeepAliveFlushes 0
    KeepAliveRefusals 0
    KeepAliveTimeouts 11
    KeepAliveTimeout 360 seconds
    SessionCreationInfo:
    Active Sessions 2
    Keep-Alive Sessions 1
    Total Sessions Created 48/256
    CacheInfo:
    enabled yes
    CacheEntries 110/1024
    Hit Ratio 1912/2164 ( 88.35%)
    Maximum Age 30
    Native pools:
    NativePool:
    Idle/Peak/Limit 5/6/128
    Work Queue Length/Peak/Limit 0/1/0
    Server DNS cache disabled
    Async DNS disabled
    Performance Counters:
    Average Total Percent
    Total number of requests: 1213
    Request processing time: 1.5520 1882.5520
    default-bucket (Default bucket)
    Number of Requests: 1213 (100.00%)
    Number of Invocations: 15085 (100.00%)
    Latency: 0.0002 0.2013 ( 0.01%)
    Function Processing Time: 1.5518 1882.3507 ( 99.99%)
    Total Response Time: 1.5520 1882.5520 (100.00%)
    Sessions:
    Process Status Function
    4280 keep-alive
    response service-dump
    response service-j2ee
    Thanks...

    The JSP's are simply Hello World JSP's (however I created these type of JSP's for testing and they do respond slowly as well when these are multiple sessions).
    These JSP functioned fine on iPlanet 6.0 SP1 (JDK 1.2.2) without any slow response on Win2K and inferior hardware.

  • Slow response using internet, just hangs

    Not the best at IT and just clicked update when it came up as available without realising what I was doing!  Turns out it was an upgrade to os x 10.9.4.  Since then the laptop has been practically unusable particularily when it comes to safari, it is either really slow getting to a particular page or just doesnt do anything, no matter how long you wait.  Restarting doesnt seem to help, reload view fails as well.  Its strange as sometimes its ok for 10 minutes then starts doing this.  I know this is bad but I have never backed the laptop up so cant restore to previous version.  I am currently looking into which external hard drive to buy so I can start doing regular back ups.  I have run EtreCheck in the hope somebody can help!!  Results below
    Problem description:
    Very slow responses on internet, just hangs for ages
    EtreCheck version: 2.0.6 (91)
    Report generated 25 October 2014 13:18:22 BST
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Late 2011) (Verified)
      MacBook Pro - model: MacBookPro8,1
      1 2.4 GHz Intel Core i5 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 384 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.9.4 (13E28) - Uptime: 0:42:39
    Disk Information: ℹ️
      ST9500325ASG disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 499.25 GB (392.13 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      MATSHITADVD-R   UJ-8A8
    USB Information: ℹ️
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [loaded] com.rim.driver.BlackBerryUSBDriverInt (0.0.97) Support
      [not loaded] com.rim.driver.BlackBerryUSBDriverVSP (0.0.97) Support
      /Users/[redacted]/Downloads/PeerGuardian.app
      [not loaded] xxx.qnation.PeerGuardian (1.1.11 - SDK 10.2) Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] xxx.qnation.PeerGuardian.locum.plist Support
    User Launch Agents: ℹ️
      [running] com.amazon.cloud-player.plist Support
      [loaded] com.google.keystone.agent.plist Support
    User Login Items: ℹ️
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Android File Transfer Agent Application (/Users/[redacted]/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app)
      pploader Application (/Users/[redacted]/Downloads/PeerGuardian.app/Contents/Library/LoginItems/pploa der.app)
      pplogger Application (/Users/[redacted]/Downloads/PeerGuardian.app/Contents/Library/LoginItems/pplog ger.app)
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Cannot contact Adobe
      LogMeIn: Version: 1.0.730 Support
      QuickTime Plugin: Version: 7.7.3
      LogMeInSafari32: Version: 1.0.730 Support
      LogMeInSafari64: Version: 1.0.730 Support
      JavaAppletPlugin: Version: Java 7 Update 67 Check version
    Safari Extensions: ℹ️
      AdBlock
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      Java  Support
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          6% WindowServer
          1% fontd
          0% AppleSpell
          0% Safari
          0% imagent
    Top Processes by Memory: ℹ️
      159 MB Safari
      103 MB pploader
      73 MB com.apple.WebKit.WebContent
      47 MB WindowServer
      34 MB mds_stores
    Virtual Memory Information: ℹ️
      1.53 GB Free RAM
      1.14 GB Active RAM
      655 MB Inactive RAM
      971 MB Wired RAM
      624 MB Page-ins
      0 B Page-outs

    Not the best at IT and just clicked update when it came up as available without realising what I was doing!  Turns out it was an upgrade to os x 10.9.4.  Since then the laptop has been practically unusable particularily when it comes to safari, it is either really slow getting to a particular page or just doesnt do anything, no matter how long you wait.  Restarting doesnt seem to help, reload view fails as well.  Its strange as sometimes its ok for 10 minutes then starts doing this.  I know this is bad but I have never backed the laptop up so cant restore to previous version.  I am currently looking into which external hard drive to buy so I can start doing regular back ups.  I have run EtreCheck in the hope somebody can help!!  Results below
    Problem description:
    Very slow responses on internet, just hangs for ages
    EtreCheck version: 2.0.6 (91)
    Report generated 25 October 2014 13:18:22 BST
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Late 2011) (Verified)
      MacBook Pro - model: MacBookPro8,1
      1 2.4 GHz Intel Core i5 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 384 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.9.4 (13E28) - Uptime: 0:42:39
    Disk Information: ℹ️
      ST9500325ASG disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 499.25 GB (392.13 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      MATSHITADVD-R   UJ-8A8
    USB Information: ℹ️
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [loaded] com.rim.driver.BlackBerryUSBDriverInt (0.0.97) Support
      [not loaded] com.rim.driver.BlackBerryUSBDriverVSP (0.0.97) Support
      /Users/[redacted]/Downloads/PeerGuardian.app
      [not loaded] xxx.qnation.PeerGuardian (1.1.11 - SDK 10.2) Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] xxx.qnation.PeerGuardian.locum.plist Support
    User Launch Agents: ℹ️
      [running] com.amazon.cloud-player.plist Support
      [loaded] com.google.keystone.agent.plist Support
    User Login Items: ℹ️
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Android File Transfer Agent Application (/Users/[redacted]/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app)
      pploader Application (/Users/[redacted]/Downloads/PeerGuardian.app/Contents/Library/LoginItems/pploa der.app)
      pplogger Application (/Users/[redacted]/Downloads/PeerGuardian.app/Contents/Library/LoginItems/pplog ger.app)
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Cannot contact Adobe
      LogMeIn: Version: 1.0.730 Support
      QuickTime Plugin: Version: 7.7.3
      LogMeInSafari32: Version: 1.0.730 Support
      LogMeInSafari64: Version: 1.0.730 Support
      JavaAppletPlugin: Version: Java 7 Update 67 Check version
    Safari Extensions: ℹ️
      AdBlock
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      Java  Support
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          6% WindowServer
          1% fontd
          0% AppleSpell
          0% Safari
          0% imagent
    Top Processes by Memory: ℹ️
      159 MB Safari
      103 MB pploader
      73 MB com.apple.WebKit.WebContent
      47 MB WindowServer
      34 MB mds_stores
    Virtual Memory Information: ℹ️
      1.53 GB Free RAM
      1.14 GB Active RAM
      655 MB Inactive RAM
      971 MB Wired RAM
      624 MB Page-ins
      0 B Page-outs

  • Extremely Slow Response when attempting to display files on Windows Server

    I have set up File Sharing on my MacBook Pro using SMB and defined the folders that are available to be shared. When I look at the Network Neighbourhood in Windows Explorer the Macbook appears listed with all the other PCs on the network. When I try to open the Macbook in Explorer it takes a very long time to open (about 2 minutes or so) and shows me the list of folders. When I try to open a folder the exact same thing happens - it opens after a couple of minutes, this continues for every folder that I try to open. I thought it might be that Explorer needed to "catalog" the files in the folders but the same thing happens each time - if I close the connection and try again it takes the same amount of time. What is very strange is that if I connect to the Windows Server from the Mac opening and looking at shared folders/files is instantaneous so clearly this is not a network problem. If I use the Win2K3 server to look at other computers/files the result is the same - instantaneous access, so it has nothing to do with the Win2K3 server - clearly the problem is with the MacBook serving up the file information to the Win2K3 server. I have tried with AFP on and off and the result is the same. The user name/pwd is the same on both the Win2K3 and the Macbook - and I have tried with a different username on the Win2K3 - no difference. Anyone have any ideas as to why this is happening?

    Yes they are on the same workgroup, on ethernet, plugged into the same switch. The Mac can read and copy files of the Win2K3 server with no problem. The problem is clearly at the Mac end as the Win2K3 server can view files on any machine on the network without the slow response, the Mac can view files on the Win2K3 server without the slow response, it is only when the Win2K3 server tries to view files on the Mac.

Maybe you are looking for

  • Error creating database 11g R2, Windows 7

    Hello! Sorry, Im newbie in Oracle theme. After installing Oracle 11g R2 and creating Listener, I run Database Configuration Assisistant. On the stage of compliting database creation I got such an error: Enterprice manager configuration failed due to

  • Problem writing to file

    I'm working on a program that asks for the users name. after that its supposed to pull the current date and time and print that into a file along with the users name. my problem is when i open the .txt file i get several characters i dont recogize an

  • Car charger no longer works!

    I got the iPhone 3GS for fathers day and everything was great. Until I decided to plug it into my car Charger... the phone then told me that it was not compatible. I was shocked! Every apple iPod or device that used that same connector worked just fi

  • Dynamic creation of ItemListBox and binding a child node

    Hello @all, I have the following context structure root --category -- --report -- -- --id -- -- --name -- --id -- --name the parent node is "category" with attributes "id" and "name" and the child node is "report" with "id" and "name". Now I want on

  • Getting Errors setting up BC Email

    Hi, I'm receiving an error message when trying to set up an email address with Business Catalyst. The primary domain for this website is www.weddingphotography-temecula.com  and I also have anthonydavid.photography setup to be the "Default Domain" fo