Query execution times increase when reruns after 10 minutes

We strive to optimize the query (SELECT statement of the USERS table) below. On the first run time, 47ms and on the next run, it takes averagely about 5ms. If I run it again after 10 minutes, then same 47ms on average.

This means that I need to increase the size of the SGA to hold the query/blocks here for a long time. The USERS table is a small table containing about 500 lines. Here are the General settings. The machine is not used actively, because this is a dev database.

SGA_MAX_SIZE = 325 MB

SGA_TARGET = 325 MB

Query:

DECLARE
   v_id   number;
   v_user varchar2(100);
   v_password varchar2(1000);
   v_description varchar2(100);
   v_active char(1);
   v_update_time date;
   
   start_time   TIMESTAMP;
   end_time   TIMESTAMP;
BEGIN
   start_time := SYSTIMESTAMP;


   SELECT ID, name, password,description,active, update_time
     INTO v_id, v_user, v_password,v_description,v_active, v_update_time
     FROM USERS
    WHERE user_name = 'userName2';
   end_time := SYSTIMESTAMP;
DBMS_OUTPUT.PUT_LINE ( (EXTRACT (SECOND FROM end_time) - EXTRACT (SECOND FROM start_time)) * 1000);
END;
/

We use the Oracle 10 g R2 with Linux.

Oh sorry you have defined sga_target then it means that you use Automatic Shared Memory Management. If you use a 10.x database I guess.

The buffer cache works in FIFO basis. So when you run the same query after 10 minutes the data block is not available in the buffer cache, if oracle is physical i/o.

And as you mentioned that you are working on a DEV database is it possible that someone else is populating the buffer cache which may not be the case in the PROD?

There is no rule defining the size of the SGA. You will need to constantly work on it to keep your optimum performance. But at the same time, you also need to consider the available memory. You may not use all of them for yourself.

So the bottom line is based on the available memory and your condition of database, you can try to adjust the size of the SGA. But do it in a DEV box (which I suppose is not as close as a PROD box) cannot be successful.

Tags: Database

Similar Questions

  • Why the execution time increases with a while loop, but not with "run continuously?

    Hi all

    I have a problem of severe weather that I don't know how to fix it because I don't know exactly where it comes from.

    I order two RF switches via a data acquisition card (NI USB-6008). One job at the same time can be selected on each switch. Basically, the VI created for this feature (by a colleague) resets all the outputs of acquisition data and active then those desired. It has three entrances, two chain simp0le controls and a cluster table, that contains the list of all the outputs and some practical information to know what is connected (specific to my application).

    I use this VI in a complex application, and I have some problems with the execution time, which increased whenever I said the VI, so I did a test VI (TimeTesting.vi) to determine where the problem came. In this special VI I record the execution time in a csv file to analyze then with excel.

    After several tries, I found that if I run this criterion VI with the while loop, execution on every cycle time increases, but if I remove the while loop and use the funtionnality "Continuous run", the execution time remains the same. In my high level application, I have while loops and events, and so the runtime increases too.

    I someone could explain to me why execution time increases and how can we avoid this? I have attached my VI test and the necessary subVIs, as well as an image of a graph that shows the execution time with a while loop and «run permanently»

    Thanks a lot for your help!

    Your SetReset_DO VI creates a channel whenever it is called.  And that you never delete a task.

    When running continuously, that it's as if it only runs once and LabVIEW has internal mechanisms to close references that will not be used again.  When a VI is used as a Subvi, LV does not know if she will be called again, and lacks these things until the first level VI stops. You have a memory leak.

    Just as you open and close your file outside the loop for, create your channel out of the loop.

    Lynn

  • How to get the query execution time without running...?

    Hello

    I had one condition... as follows...
    I had 3 sql statements. I need to run only sql what runtime is very less.

    Can someone help me, how to get the time query and run this query without using explain plan... ?

    Thank you
    Rajesh

    I can't think in any way at all to get the query execution time without running the query.

    You might get an estimate ( approximation ) If you are using explain plan.

    But you have governed to explain plan for a reason, so I can't help you.
    Why you do not want to use don't explain plan?

  • Reg: SQL query execution time

    Hi all

    How to identify the oracle sql query execution time.

    Thanks in advance.
    SQL> set timing on
    
  • Query execution time

    Hello

    Maybe a stupid question, but I would like to know if it is possible to calculate the execution time of a query.

    I know ' set timing on ', but I can't use it, because I don't have any environment for the needs of the school project.

    I have to select all the orders for a line in a table with more than 1,000,000 records (easy ^^) and there are 100 users simultaneously connected.

    How long is the execution time and the impact of 100 users (Oracle 11 g)?

    Of course, it also depends on the server, the table index, etc., but this should be ignored.

    Maybe somebody has a tip or a white paper?

    Thank you

    It depends on the code that you are proposing.

    If you are using bind variables and/or analyze only once, your application is scalable and the number of users is not serious.

    As part of the memory is to be locked during analysis, analysis each time or do not use do not bind variable, your application allows serialize access to the database, and the amount of resources will be directly dependent on the number of users. In doing so, your app is impassable.

    The number of users will now be certainly serious.

    ----------

    Sybrand Bakker

    Senior Oracle DBA

  • Odd variance in query execution time

    I am able the time it takes to run a query. The query produces a 363 object result set from a cache of the 704 150 object. I run the query 20 times in a row and get the average and standard deviation.

    When I run the query directly on a cluster node, I get: = 3,605 average Min = Max = StdDev 3,845 = 0.059 3,750

    When I run the query from a customer to extend I get: average = 3.759 Min = Max = StdDev 13.928 7.218 = 4.721

    (all time in seconds)

    I have a hard time explaining why he has this great fluctuation in the results when executing on the client to extend it. Can anyone provide an overview?

    Considering that the request was indeed not indexed the original sounds of run time much more reasonable although I find the new results from slower that I use on measure for same sizes queries (based on the number and size of the result) in our application, but this can be explained by the complexity of the query, how much help the index to , the complexity of serialization, material used etc etc...

    From what I remember of runing the program test your figures look ok (very well with 1.0 success rates - which is beter than I used to see with our network equipment!)

    I've done only brief essays to extend and did not measures of performance (especially not on performance gaps) so I can't say yet whether or not this is "expected" (I suppose not, but maybe someone who use extend in this project can "go in" and give some info better)?

    I'm sorry to say that I have any more sugestions on the variance "expand." Except for the things that I have already mentioned that I have a hard time to see how to add an additional IP-based communication protcoll would add that much variance...

    Maybe you better post a request for formal assistance on this specific issue as it may require some research?

    / Magnus

  • framerate would increase to 10 after 15 minutes of gameplay. After about 6 months of ownership of pc

    so, I got problems with framerate when playing games, which worked very well before.  I have no virus or anything like it either and no has not changed any hardware. and have the latest drivers.  a he decided just to panic during gameplay and he did that since, and it was about half a year since it was purchased, brand new.

    I do not play no matter what games particularly high-end on it, just fortress team, and even to its smallest settings, it still does it.  I find it strange that it just started this doing out of nowhere.  I searched the forums here and people have said that they have experienced the same problem, but only after that they upgraded to windows 7. my computer came with 7, and it worked very well, for awhile. so I thought it was weird.

    could someone please help, so I can play again? Thanks :)

    The video card could be overheating (I hope is not the CPU!) and slow down to compensate. It would be a hardware problem, probably the warranty because your computer is so new. If your computer is shipped with hardware gives software test that is running just after hit by the downturn. If this is not the case, see if you can find software to monitor your video card and CPU temperatures during the game.

  • I tried to watch a video I had a link to and I saw entirely several times before, and now after 5 minutes of normal play, it keeps cutting. What can I do to stop this? It is really important - work.

    There is no error message, nothing.  It was just normally played for exactly the same amount of time every time I start it up, then suddenly stops at the same place, no matter OW many different places, I click on that link, I get exactly the same thing.  I checked the internet options settings, and I think they are OK.  I watched the video in full, a few timew before and the only thing that I think is different is that I went to IE 7 or 8.  Help, please!

    Hello Ninib,

    The first thing I would try remove all cookies and temporary internet files.  If this does not help, try IE8 in compatibility mode.  Last resort, go back to IE7 and test.

    See you soon

  • Execution time of the XML CVI functions increase when loop

    I wrote several functions with CVI who read XML files. I confirmed in the utility of monitoring resources I have cleaned all my lists, items, documents, etc. I found that when I loop one of the functions I created, the execution time increases. The increase is small, but it is sensitive and does not affect the performance of my.

    Are there other sources of memory I need to release? It seems that there is a leak memory somewhere, but I can't see where this increase.

    I am running LabWIndows/CVI 2009 on Windows 2008 Server. I closed my functions using TestStand 4.2.1. Any help would be appreciated!

    Thanks in advance,

    Kyle

    Hi Daniel,.

    After some playing around, it turns out that the source of my problem was due to running my program as a Debug version, rather than a Release. As soon as I build in a configuration of output, the function remains coherent and quick time loop.

    Thank you for the research on this problem for me.

    Kyle

  • Should I wait until the end of the execution time of the query for the execution plan?

    Hello Experts,

    I want to see the execution plan of the query below. However, it takes more than 3 hours. Should I wait all the time to see the execution plan?

    Note: EXPLAIN PLAN for does not work. (I mean that I do not see the actual line number, etc. with EXPLAIN the PLAN of market)

    You can see the output of the execution plan when I canceled the execution after 1 minute.

    My first question is: what should I do to see the execution plan for queries running out of time time?

    2nd question: when I cancel the query during execution in order to see the execution plan, will I see the specific plan of execution or erroneous values? Because the first execution plan seems inaccurate, what do you think?

    question 3: why EXPLAIN the PLAN for the clause does not work? Also, should I use EXPLAIN the PLAN of the clause to this scenerio? Can I see the result of running for long time without her queries?

    Thnaks for your help.

    Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production

    PL/SQL Release 11.2.0.2.0 - Production

    CORE Production 11.2.0.2.0

    AMT for Linux: Version 11.2.0.2.0 - Production

    NLSRTL Version 11.2.0.2.0 - Production

    Select / * + GATHER_PLAN_STATISTICS NO_PARALLEL * / J.INVOICEACCOUNT, J.INVOICEID, J.INVOICEDATE, (T.LINEAMOUNT + T.LINEAMOUNTTAX) price

    of custinvoicejour j join custinvoicetrans t on

    substr (nls_lower (j.DataAreaId), 1, 7) = substr (nls_lower (t.dataareaid), 1, 7) and

    substr (nls_lower (J.INVOICEID), 1: 25) = substr (nls_lower (t.INVOICEID), 1: 25)

    where

    substr (nls_lower (T.DATAAREAID), 1, 7) = '201' and T.AVBROCHURELINENUM = 29457

    and substr (nls_lower (j.dataareaid), 1, 7) = '201' and

    J.INVOICEACCOUNT in

    (select IT. Drmpos.avtr_seg_cust_campend ACCOUNTNUM this where THIS. CAMPAIGN = '201406' and THIS. SEGMENT_LEVEL in (', 'E'))

    and J.AVAWARDSALES > 190

    and substr (nls_lower (J.AVBILLINGCAMPAIGN), 1, 13) = '201406'

    "and J.INVOICEDATE between ' 04.06.2014' and ' 13.06.2014 ';

    SQL_ID, dznya6x7st0t8, number of children 0

    -------------------------------------

    Select / * + GATHER_PLAN_STATISTICS NO_PARALLEL * / J.INVOICEACCOUNT,.

    J.INVOICEID, J.INVOICEDATE, (T.LINEAMOUNT + T.LINEAMOUNTTAX) price of

    CustInvoiceJour j join custinvoicetrans t on

    substr (nls_lower (j.DataAreaId), 1, 7) =

    substr (nls_lower (t.DataAreaId), 1, 7) and

    = substr (nls_lower (J.INVOICEID), 1: 25)

    substr (nls_lower (t.INVOICEID), 1: 25) where

    substr (nls_lower (T.DATAAREAID), 1, 7) = '201' and T.AVBROCHURELINENUM =

    29457 and substr (nls_lower, (j.dataareaid), 1, 7) = '201' and

    J.INVOICEACCOUNT in (select CE. ACCOUNTNUM of

    drmpos.avtr_seg_cust_campend this where THIS. CAMPAIGN = '201406' and

    IT. SEGMENT_LEVEL in (', 'E')) and J.AVAWARDSALES > 190 and

    substr (nls_lower (J.AVBILLINGCAMPAIGN), 1, 13) = '201406' and

    "J.INVOICEDATE between ' 04.06.2014' and ' 13.06.2014 '.

    Hash value of plan: 2002317666

    --------------------------------------------------------------------------------------------------------------------------------------------------------------

    | ID | Operation | Name                           | Begins | E - lines. A - lines.   A - time | Pads | Bed |  OMem |  1Mem | Used Mem.

    --------------------------------------------------------------------------------------------------------------------------------------------------------------

    |   0 | SELECT STATEMENT |                                |      1.        |      0 | 00:00:00.01 |       0 |      0 |       |       |          |

    |*  1 |  HASH JOIN |                                |      1.   3956.      0 | 00:00:00.01 |       0 |      0 |  2254K |  1061K | 2190K (0) |

    |*  2 |   HASH JOIN |                                |      1.     87.  16676. 00:00:01.64 |     227K |   3552.  3109K |  1106K | 4111K (0) |

    |*  3 |    TABLE ACCESS BY INDEX ROWID | CUSTINVOICEJOUR |      1.   1155 |  31889 | 00:00:01.16 |     223KO |     15.       |       |          |

    |*  4 |     INDEX RANGE SCAN | I_062INVOICEDATEORDERTYPEIDX |      1.   4943 |    134K | 00:00:00.83 |   45440 |      0 |       |       |          |

    |   5.    SIMPLE LIST OF PARTITION.                                |      1.  82360 |    173K | 00:00:00.08 |    3809 |   3537 |       |       |          |

    |*  6 |     TABLE ACCESS FULL | AVTR_SEG_CUST_CAMPEND |      1.  82360 |    173K | 00:00:00.06 |    3809 |   3537 |       |       |          |

    |   7.   TABLE ACCESS BY INDEX ROWID | CUSTINVOICETRANS |      1.   4560 |      0 | 00:00:00.01 |       0 |      0 |       |       |          |

    |*  8 |    INDEX RANGE SCAN | I_064INVLINENUMCAMPAIGNOFPRICE |      1.   4560 |      0 | 00:00:00.01 |       0 |      0 |       |       |          |

    --------------------------------------------------------------------------------------------------------------------------------------------------------------

    Information of predicates (identified by the operation identity card):

    ---------------------------------------------------

    1 - access("J".") "SYS_NC00299$"="T". "' SYS_NC00165$ ' AND SUBSTR (NLS_LOWER ('J'. "" "" REFFACTURE")(, 1, 25) = SUBSTR (NLS_LOWER ("T"." "" "REFFACTURE")(, 1, 25)).

    2 - access("J".") INVOICEACCOUNT '= SYS_OP_C2C ("EC". ". ACCOUNTNUM'))

    3 - filter("J".") AVAWARDSALES"> 190)

    4 - access("J".") SYS_NC00299$ "= U ' 201"AND "J". INVOICEDATE"> = TO_DATE(' 2014-06-04 00:00:00', 'syyyy-mm-dd hh24:mi:ss') AND

    "J"." SYS_NC00307$ "= U ' 201406"AND "J". INVOICEDATE"< = TO_DATE (' 2014-06-13 00:00:00 ',' syyyy-mm-dd hh24:mi:ss')))

    filter ((' J'. "INVOICEDATE' > = 'J' AND TO_DATE(' 2014-06-04 00:00:00', 'syyyy-mm-dd hh24:mi:ss') '." " SYS_NC00307$ "= U '201406' AND"

    "J"." INVOICEDATE"< = TO_DATE (' 2014-06-13 00:00:00 ',' syyyy-mm-dd hh24:mi:ss'))))

    6 filter (("CE". "SEGMENT_LEVEL" = A "OR"THIS"." SEGMENT_LEVEL "=" E"))

    8 - access("T".") SYS_NC00165$ "= U ' 201"AND "T". AVBROCHURELINENUM "= 29457)

    filter ("T". ("AVBROCHURELINENUM" = 29457)

    EXPLAIN PLAN FOR

    Select / * + GATHER_PLAN_STATISTICS NO_PARALLEL * / J.INVOICEACCOUNT, J.INVOICEID, J.INVOICEDATE, (T.LINEAMOUNT + T.LINEAMOUNTTAX) price

    of custinvoicejour j join custinvoicetrans t on

    substr (nls_lower (j.DataAreaId), 1, 7) = substr (nls_lower (t.dataareaid), 1, 7) and

    substr (nls_lower (J.INVOICEID), 1: 25) = substr (nls_lower (t.INVOICEID), 1: 25)

    where

    substr (nls_lower (T.DATAAREAID), 1, 7) = '201' and T.AVBROCHURELINENUM = 29457

    and substr (nls_lower (j.dataareaid), 1, 7) = '201' and

    J.INVOICEACCOUNT in

    (select IT. Drmpos.avtr_seg_cust_campend ACCOUNTNUM this where THIS. CAMPAIGN = '201406' and THIS. SEGMENT_LEVEL in (', 'E'))

    and J.AVAWARDSALES > 190

    and substr (nls_lower (J.AVBILLINGCAMPAIGN), 1, 13) = '201406'

    "and J.INVOICEDATE between ' 04.06.2014' and ' 13.06.2014 ';

    SELECT * FROM table (DBMS_XPLAN. DISPLAY_CURSOR);

    SELECT * FROM table (DBMS_XPLAN. DISPLAY_CURSOR ('7h1nbzqjgwsp7', 2));

    SQL_ID, 7h1nbzqjgwsp7, number of children 2

    EXPLAIN PLAN for select / * + GATHER_PLAN_STATISTICS NO_PARALLEL * /.

    J.INVOICEACCOUNT, J.INVOICEID, J.INVOICEDATE,

    (T.LINEAMOUNT + T.LINEAMOUNTTAX) join price j custinvoicejour

    CustInvoiceTrans t on substr (nls_lower (j.dataareaid), 1, 7) =

    substr (nls_lower (t.DataAreaId), 1, 7) and

    = substr (nls_lower (J.INVOICEID), 1: 25)

    substr (nls_lower (t.INVOICEID), 1: 25) where

    substr (nls_lower (T.DATAAREAID), 1, 7) = '201' and T.AVBROCHURELINENUM =

    29457 and substr (nls_lower, (j.dataareaid), 1, 7) = '201' and

    J.INVOICEACCOUNT in (select CE. ACCOUNTNUM of

    drmpos.avtr_seg_cust_campend this where THIS. CAMPAIGN = '201406' and

    IT. SEGMENT_LEVEL in (', 'E')) and J.AVAWARDSALES > 190 and

    substr (nls_lower (J.AVBILLINGCAMPAIGN), 1, 13) = '201406' and

    "J.INVOICEDATE between ' 04.06.2014' and ' 13.06.2014 '.

    NOTE: cannot fetch SQL_ID plan: 7h1nbzqjgwsp7, CHILD_NUMBER: 2

    Check the value of SQL_ID and CHILD_NUMBER;

    It could also be that the plan is no longer in the cursor cache (check v$ sql_plan)

    NightWing wrote:

    Randolf,

    I don't understand. What you hear from the above statement that you mean A-lines and E will be incorrect, but the ratio between them remain the same. Therefore, you can deduct the bad things by comparing the differences.

    Thus, A-lines always give a wrong result for cancellation of queries, isn't it?

    Charlie,

    I think that Martin gave a good explanation. Here's another example that hopefully makes more obvious things:

    17:56:55 SQL >-things go very wrong here with a small buffer cache

    17:56:55 SQL >-T2 lines are badly scattered when you access through T1. FK

    17:56:55 SQL >--

    17:56:55 SQL >-"Small job" approach would have been a good idea

    17:56:55 SQL >-if the estimate of 100 iterations of the loop was correct!

    17:56:55 SQL > select

    17:56:55 (t2.attr2) count 2

    17:56:55 3 of

    17:56:55 4 t1

    17:56:55 5, t2

    17:56:55 6 where

    17:56:55   7  /*------------------*/

    17:56:55 8 trunc (t1.attr1) = 1

    17:56:55 9 and trunc (t1.attr2) = 1

    17:56:55 10 / *-* /.

    17:56:55 11 and t1.fk = t2.id

    17:56:55 12.

    T1

    *

    ERROR on line 4:

    ORA-01013: user has requested the cancellation of the current operation

    Elapsed time: 00:04:58.30

    18:01:53 SQL >

    18:01:53 SQL > @xplan_extended_display_cursor ' ' ' ' 'ALLSTATS LAST + COST.

    18:01:53 SQL > set echo off verify off termout off

    SQL_ID, 353msax56jvvp, number of children 0

    -------------------------------------

    SELECT count (t2.attr2) from t1, t2 where

    / / *-* trunc (t1.attr1) = 1 and

    trunc (T1.attr2) = 1 / *-* / and t1.fk = t2.id

    Hash value of plan: 2900488714

    ------------------------------------------------------------------------------------------------------------------------------------

    | ID | The NEST | DSB | Operation | Name | Begins | E - lines. Cost (% CPU). A - lines.   A - time | Pads | Bed |

    ------------------------------------------------------------------------------------------------------------------------------------

    |   0 |     |   7. SELECT STATEMENT |        |      1.        |  4999 (100) |      0 | 00:00:00.01 |       0 |      0 |

    |   1.   0 |   8 2 GLOBAL TRI |        |      1.      1.            |      0 | 00:00:00.01 |       0 |      0 |

    |   2.   1.   5.   NESTED LOOPS |        |      1.        |            |  57516 | 00:04:58.26 |     173K |  30770 |

    |   3.   2.   3.    NESTED LOOPS |        |      1.    100.  4999 (1) |  57516 | 00:00:21.06 |     116K |   3632.

    |*  4 |   3.   1.     TABLE ACCESS FULL | T1 |      1.    100.  4799 (1) |  57516 | 00:00:00.19 |    1008 |   1087 |

    |*  5 |   3.   2.     INDEX UNIQUE SCAN | T2_IDX |  57516 |      1.     1 (0) |  57516 | 00:00:20.82 |     115K |   2545 |

    |   8 2 2 |   4.    TABLE ACCESS BY INDEX ROWID | T2 |  57516 |      1.     2 (0) |  57516 | 00:04:37.14 |   57516 |  27138 |

    ------------------------------------------------------------------------------------------------------------------------------------

    Information of predicates (identified by the operation identity card):

    ---------------------------------------------------

    4 filter ((TRUNC ('T1'. "ATTR1") = 1 AND TRUNC ('T1'. " ATTR2') = 1))

    5 - access("T1".") FK '= 'T2'.' (ID')

    You say here that I canceled a query after about 5 minutes, and looking at the statistics of content (RowSource) I can already say the following:

    1. the estimation of cardinality of T1 is far - the optimizer estimated 100 lines, but it actually generated more than 57000 lines when the query was cancelled. If this definitely seems like a candidate at the origin of the problems

    2. the query has spent most of the time in search of random table T2

    So while it is true that I don't know final A-lines of this cancelled query information, I can still say a lot of this and begin to deal with the problems identified so far.

    Randolf

  • How to know the execution time of query in sql plus

    Hello

    I want to know the duration of execution of query in sql more accompanied by statistics

    I say time is set on;
    Set autotrace on;
    Select * view where usr_id = "abcd";


    If the result is 300 lines it scrolls up until all the rows are retrieved and finally gives me the run time in 40 seconds, or 1 minute... (it is after all records scrolls)

    but when I run it in Toad he gives 350 milli seconds...

    I want to see the execution time in sql how to proceed

    client and database server 11g is g 10

    concerning
    REDA

    In sqlplus you can do set autotrace traces to suppress the display of the selected lines.

    John

  • Oracle NoSQL YCSB - continuous increase in execution time

    Greetings,

    I'm testing with YCSB nosql databases. I'm new to this type of databases, but I already tried few of them. I use the VM with 2 GB of RAM and hosted on Win 7. Although it is not recommended, because I work in the environment of capacity now, I use KVlite. But my problem is confusing and I can not find the reason. So, I have successfully loaded data and tested NoSQL Oracle using different workloads. However, each time, I get the higher execution time. For example, if 1 performance I get 20 seconds, if I stopped database and next day run even workload once again, I get 35 second run time and so on.

    Do you have an idea of what may be the cause of that? As I said, I did research on some nosql databases, but I've never had that strange results.

    Kind regards.

    I can't say with certainty why you see the results you have described, probably is just that with every race on the same data store, more data is getting integrated into the KVlite.

    It is not a good idea to use KVlite for a test YCSB.

    KVlite links to your application instance and does not provide the kind of partitioning of a key space that is normally essential to YCSB workload.

    The idea of YCSB is to provide a random workload on a large number of keys and then to make things as expand data store while the operations are happening and see the impact.

    These kinds of operations on random data access workloads cannot be expected to scale on a single data store instance that distributes keys.

    I suggest that you use an appropriate version of kvstore to run these tests.

    Hope this helps,

    -Robert

  • Questions HFR - "5200: query execution error: invalid item ID".

    Hi all

    We use the Hyperion HFM 11.1.1.3 application. We have recently upgraded to the Oralce Database 11.2.0.2 and reconfigured the HFM application with this new version of the database. When I tried to run the Financial reporting via the HFR studio, I get the error message - ' 5200: query execution error: invalid item ID ". Please could you help me solve this problem.

    Thank you

    Michel K

    It was because of the default angle that is invalid for the user which was inconsistent with the special report.

    Change the preferences to the preview from the user Point of view and rerun the report.

    File > preference > Financial Reporting > preview select 'ON' box under the Point of view.

    Re-run the report, then select the desired POV.

    This will prompt the user to change their POV every time that he or she opens a report. They can select the correct POV and the report runs successfully.

    You can turn off later. Let me know if it solved that problem.

  • BPEL process times out after 5 minutes

    Hello

    I created an asynchronous BPEL process that calls a view that takes time to give all of the records; While the process is invoking this database adapter, my process ends abruptly with the following error after 5 minutes

    Exception occurred when the link was invoked. Exception occurred during invocation of the JCA binding: "JCA binding run operations reference 'CAMPAIGN_BATCH_COUPONS_VSelect' have to: DBReadInteractionSpec Execute Failed Exception." Name of the query: [CAMPAIGN_BATCH_COUPONS_VSelect], the descriptor name: [CAMPAIGN_BATCH_COUPONS_V.WcCampaignBatchCouponsV]. Caused by java.sql.SQLTimeoutException: ORA-01013: user has requested cancellation of the pending operation. See the first exception for the specific exception. This exception is considered as reproducible, probably due to a communication failure. Because the overall transaction is reversing the invoke should be retried in a new transaction, restart from the place of the last committed transaction. To be classified as not reproducible instead, add nonRetriableErrorCodes property to "1013" deployment descriptor (i.e. weblogic - RA.Xml). ". The called JCA adapter threw an exception of resource. Please review the error message above carefully to determine a resolution.

    It seems that my approach is expired. Can I do for her to not expire like that?


    Can someone help me on this please?

    Thanks in advance.

    Published by: user1165407 on Sep 6, 2011 16:19

    Try to increase the JTA timeout in Admin Console... keep this value according to your business needs...

    Take a look at this...

    http://sudhakarsoa.blogspot.com/2011/03/How-do-you-configure-transaction.html

  • If I press the button 2 times to run the query 2 times

    Hello..

    If I press the button 2 times to run query 2 times
    I want to limit this problem, than a run time enough.
    no need to rerun query when I press the button because it will make the erroneous data.

    Please give me a solution
    Maha

    Hello Maha

    did you use KEY-EXEQRY trigger and turn off the query button?

    SET_ITEM_PROPERTY('BLOCK1.) REPRINT ', ENABLED, PROPERTY_FALSE);

    Sorry not clear for me, but plu everything sounds good :)

    Kind regards

    Amatu Allah

Maybe you are looking for

  • transfer data from Tiger Mountain Lion

    I'm trying to move the data from my old powerbook that has OS 10.4.11 on my MacBook Pro OS 10.8.5.   Can you help as well as most offer effectively and easily do this?

  • Bookmark, toolbar is unable to borrow with the icon 'disconnect' Yahoo.

    I can't log out using the "logout" Yahoo icon more of the bookmarks bar. Delete cache and cookies didn't help. I always use my PC. Any help is appreciated. Thanx.

  • Upgrade Acer E1-531 RAM 1333 mhz to 1600 mhz RAM?

    As E1 - 531 supports DDR3 1333 mhz sodimm 1.5V, it is possible to be upgraded with DD3 1600 mhz sticks? I use 2x2gb DDR3 1333 mhz I want to replace 1x2GB DD3 1333 mhz with DD3 1600 mhz 1x4Go So the end result will be 1x4Go DD3 1600 mhz + 1x2Go DD3 13

  • HP 630 atheros WIFI

    Can I get help on the arheros of HP630 driverupdate AR9285. ? my wifi doesn't work anymore and there is just no update for 32-bit model... Please advice

  • How to extend HDMI on Cisco TV presence Codec C60 camera cable

    Hello everyone. I need to know how we can extend the camera HDMI cable and the control of camera d-SUB/RJ45 cable up to 50 m. We know that HDMI cab be extended to aid commercial Extender HDMI, but we do not know if the C60 uses standard HDMI signal.