How to find query completion time

How to find active insert query completion time in oracle?

friend,
i don't find anything in the query since time_remaing value show zero.
select TIME_REMAINING,TOTALWORK,START_TIME,SOFAR from v$session_longops where sid=115.
TIME_REMAINING TOTALWORK START_TIM SOFAR
0 21456 11-MAY-09 21456
0 4588 11-MAY-09 4588
0 6138 11-MAY-09 6138
could you please guide me how to calcaluate the completion time?

Similar Messages

  • How to find query processing time?

    im using Oracle Express Edition
    i want to find the processing time of a query?,
    anyone please specify briefly how to find the query processing time
    can i get the processing time of a query by using Express edition or should i install Enterprise Edition.
    with regards,
    ravikanth.

    This link will help
    http://forums.oracle.com/forums/thread.jspa?threadID=2210335&tstart=0

  • How to find the processing time of any query?

    im using oracle express edition, can anyone help me, how to find the processing time of any query?

    Trace the query and tkprof the generated trace file.
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16638/sqltrace.htm#PFGRF01010

  • How to find the Latency time in java.

    How to find the Latency time in java.

    long start = System.currentTimeMillis();
    doTheWork();
    long durationInMillis = System.currentTimeMillis() - start;You might repeat doTheWork() several (100-1000 or more) times if it is fast and the granularity of your system clock is not good enough.

  • How to find date and time on photo taken by iphone?, How to find date and time on photo taken by iphone?

    How to find date and time on iphone's photo taken?

    in iPhoto no matter the source of the photo you see the information about th ephoto by selecting the photo and showing info (the get info button may be in a different location depending on the version of iPhoto you have)
    If you are not aking an iPhoto question but are asking an iPhone question instead then repost in the iPhone forum - iPhoto has no association with the iPhone
    LN

  • Function used to find Query Execution Time

    Hi All!
    Could you please let me know the function name used in finding 'Query Execution Time'?
    Thanks and Regards,
    Vikas

    I'm not quite sure what you mean...
    In SQL*Plus: SET TIMING ON
    This will display a timing message after the execution of a query. Is this what you mean?
    cheers,
    Anthony

  • How to measure query run time and mnitor performance

    Hai All,
                   A simple question. How to measure query run time and mnitor performance? I want to see the parameters like how long it took to execute, how much space it took etc.
    Thank you.

    hi,
    some ways
    1. use transaction st03, expert mode.
    2. tables rsddstat*
    3. install bw statistics (technical content)
    there are docs on this, also bi knowledge performance center.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cccad390-0201-0010-5093-fd9ec8157802
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3f66ba90-0201-0010-ac8d-b61d8fd9abe9
    BW Performance Tuning Knowledge Center - SAP Developer Network (SDN)
    Business Intelligence Performance Tuning [original link is broken]
    also take a look
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cccad390-0201-0010-5093-fd9ec8157802
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ce7fb368-0601-0010-64ba-fadc985a1f94
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c8c4d794-0501-0010-a693-918a17e663cc
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/31b6b490-0201-0010-e4b6-a1523327025e
    Prakash's weblog on this topic..
    /people/prakash.darji/blog/2006/01/27/query-creation-checklist
    /people/prakash.darji/blog/2006/01/26/query-optimization
    oss note
    557870 'FAQ BW Query Performance'
    and 567746 'Composite note BW 3.x performance Query and Web'.

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

    Hi ,
    I had one requirement .... as follows ......
    i had 3 sql statements . I need to execute only one sql which execution time is very less.
    Can any one help me , how to get query execution time without running that query and without using explain plan..?
    Thanks,
    Rajesh

    Kim Berg Hansen wrote:
    But you have ruled out explain plan for some reason, so I cannot help you.OP might get some answers if query was executed before - but since restart. Check V$SQL dynamic performance view for SQL_TEXT = your query. Then ROUND(ELAPSED_TIME / EXECUTIONS / 1000000) will give you average elapsed time.
    SY.
    Edited by: Solomon Yakobson on Apr 3, 2012 8:44 AM

  • How to find out the time when the ASE started?

    Normally, ASE not reboot for production. Only for maintenance or performance tuning, maybe need to reboot ASE.
    Question is how to find out the time when ASE was started?
    one way maybe is check errorlog. Any more simple way no need to login to server OS?

    Hi Kent,
    In ASE 12.5 and up, you can do 'select @@boottime'  For older releases, a general method is 'select crdate from sysdatabases where dbid=2'
    1> select @@boottime, crdate from sysdatabases where dbid=2
    2> go
                                     crdate
                 Jul 15 2014  9:19AM             Jul 15 2014  9:19AM
    (1 row affected)
    Cheers
    Dan

  • I accidentally erased a sticky from my Dashboard?  I don't know how to find them in Time Machine.

    I accidentally erased a sticky from my Dashboard?  I don't know how to find them in Time Machine.  Any ideas how to recover it?

    When you have a Write window open press F9 to turn on the Contact Sidebar. Select the contact or contacts to send to. Hold the control key while clicking contacts to select more than one. Then use one of the Add To buttons at the bottom.
    This looks like the first message you have posted here. You will get an email to the address you used when registering.
    You can click on your username to go to your profile/activity page. I suggest that you bookmark that so you can find your posts and answers easily.

  • Need to find out how much % of query completed from OEM

    Need to find out how long will a query take to run or when I am running the query where can I check to see that X% of my query is complete.
    Is that % shown on OEM --> Performance --> Top Activitity?

    Under OEM/GC of release 10g you won't be able to see how long the query will take neither how much % of a query are already finished.
    I know that this functionality was given in the old release of the OEM (javas based GUI with ll the databases on the left side). I'm missing
    that old functionality, too...

  • How to find the Executed time of query

    hi,
       i want to find out the execution time of query like a sales report executed in 10 min. how to find out that? is there is any TC for that or what is the option to use that?
    and how to fing out execution time of Data source to info providers.. or DSOs to IC? like how much time taken to load data?
    regards,
    preety

    Hello Preety,
          Goto RSRT give the query name and see the technical property you will find the query generation time.
    For the time taken for execution Select the execute and debug mode in the options select display statistics.
    Execute the query
    Click back
    You can see the statistics.
    Thanks
    Chandran

  • How to find Query with Running time

    dear frnds,
    I need to find the query details and query execution time from a DB USER. am using oracle 11g. how to generate this report
    please give me any idea.,
    thanks.
    Edited by: Velsjeya on May 14, 2012 1:07 AM
    Edited by: Velsjeya on May 14, 2012 1:07 AM

    Velsjeya wrote:
    thanks a lot,
    here i need to show query running time also...( how many mins that particular query ran) ... please help mePlease do search for the question's answer. V$SQL should be able to show you what you are looking for. Asktom's thread given below discusses the same,
    http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:912859800346801944
    Aman....

  • How to find the execution time of a query?

    hi guys,
    i need to find the execution time of a query.
    i tried finding it in rsrt but couldn find the execution time.
    pleasse let me know the way to do it..
    regards
    sagar

    Hi sagar,
    If you want to know the frontend time, first of all you need to maitain the BW Statistics. To maintain you have to go the respective target and click on it. Go to the tools, select BW Statistics of infoprovider. It pop ups a window there you find two check boxes 1) WHM and 2) Front end time. Check both.
    Now Exe query and close the analyzer. Then go to SE11 table RSDDSTAT. There is one field which displays Frentend time.
    OR
    Go to STO3 here also you can analys the frontend time.
    If you feel useful Assign Pts.
    Regards,
    Vishal

  • Couldnt find query elapsed time  version 2.1.1.64

    Hi All,
    I have oracle sql devloper 2.1.1.64. can you please help me how to find the query elapsed time in this? i tried the help option but couldnt figure out correctly. not cant we see the query elapsed time in sql devloper at all ?

    Then you can:
    1) temporarily modify the
    Tools -> Preferences -> Database -> Advanced -> Sql Array Fetch Sizeparameter to fetch all the records you need.
    2) simply hit Ctrl-Pag down to fetch all the remaining records
    3) run as script (using F5).

Maybe you are looking for

  • Getting selected rows in ALV grid output

    Hi All, As per my requirement, in the ALV output i have 3 push buttons (Display, Edit and Print). Using the below code, I am trying to get the selected rows from the output.     CALL METHOD ob_grid->check_changed_data       CHANGING         c_refresh

  • Utl_file + query

    Hi guys. I am really newbie in procedures. I am trying to implement a procedure, using utl_dir : create or replace procedure UTL_FILE_EXAMPLE is FILE_HANDLE utl_file.file_type; COL1 varchar2; RETRIEVED_BUFFER varchar2(100); DIR_NAME varchar2(40) := '

  • Upgraded to Maverick.  Can't use my mighty mouse

    Using an IMac desktop.  Upgraded to Maverick.  Can't use my mighty mouse anymore.  Bought a trackpad, hate it.  It is so touchy....constantly opening any window I scroll over.  Any suggestions on another mouse that is compatible?

  • Looks Like the iPad 3G Wait is Over

    Looks like the very last day of the month for iPad 3G orders.......why not just say Last Day of the Month instead of Late April. It's all about the hype I suppose. Well now at least we all know. My order status still says "Ships: Late April". http://

  • UaServer ends up with error

    Trying to PREPARE for upgrade from 46C ( Windows 2003 SP2 /SQL 2005 SP2) to ECC 6, after running prepare.bat for the first time. when trying to run e:\usr\sap>java -cp e:\usr\sap\put\UA\ua.jar UaServer for the Upgrade Assistant, it ends up with the