DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: *<TKPROF>*

  1. #1
    Join Date
    Aug 2001
    Posts
    26
    UPDATE TB_USED_RCPT_NO SET STATUS='U',LOCAL=:b1,KEY_SEQ=:b2,
    EFFC_DATE=:b3
    WHERE
    TRAN_NO = :b4 AND TRAN_TYPE = :b5 AND KEY_SEQ > 0 AND LOCAL = :b1


    call count cpu elapsed disk query current rows
    ------- ------ -------- ---------- ---------- ---------- ---------- ----------
    Parse 1 0.24 0.32 0 0 0 0
    Execute 1 0.48 18.00 2743 2744 18 1
    Fetch 0 0.00 0.00 0 0 0 0
    ------- ------ -------- ---------- ---------- ---------- ---------- ----------
    total 2 0.72 18.32 2743 2744 18 1

    Misses in library cache during parse: 1
    Misses in library cache during execute: 1
    Optimizer goal: CHOOSE
    Parsing user id: 627 (recursive depth: 1)
    ********************************************************************************

    Hi guys,
    can u interpret this output.... Thank u guys for the reply, I really appreciate it.



  2. #2
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Thanx
    Sam



    Life is a journey, not a destination!


  3. #3
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Originally posted by kevlar
    Code:
    UPDATE TB_USED_RCPT_NO SET STATUS='U',LOCAL=:b1,KEY_SEQ=:b2, 
    EFFC_DATE=:b3 
    WHERE 
    TRAN_NO = :b4 AND TRAN_TYPE = :b5 AND KEY_SEQ > 0 AND LOCAL = :b1 
    
    
    call count cpu elapsed disk query current rows 
    ------- ------ -------- ---------- ---------- ---------- ---------- ---------- 
    Parse 1 0.24 0.32 0 0 0 0 
    Execute 1 0.48 18.00 2743 2744 18 1 
    Fetch 0 0.00 0.00 0 0 0 0 
    ------- ------ -------- ---------- ---------- ---------- ---------- ---------- 
    total 2 0.72 18.32 2743 2744 18 1 
    
    Misses in library cache during parse: 1 
    Misses in library cache during execute: 1 
    Optimizer goal: CHOOSE 
    Parsing user id: 627 (recursive depth: 1) 
    ******************************************************************************** 
    
    Hi guys, 
    can u interpret this output.... Thank u guys for the reply, I really appreciate it.
    


    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width