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

Thread: V$SESSION

  1. #1
    Join Date
    Sep 2000
    Posts
    64
    Hello,

    Anyone could give me more information about the following columns in the v$session view :

    FIXED_TABLE_SEQUENCE :
    LAST_CALL_ET :


    Thanks in advance

    Sofiane
    Sofiane

  2. #2
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Fixed_table_sequence : this contains a number that increases every time the session completes a call to the database ans there has been an intervening select from a dynamic performance table. This is used by performance monitor to monitor statistics in the database. Each time the Perf. monitor looks at the database, it only needs to look at the sessions that are currently active or have a higher value in this column than the highest value that the performance monitor saw the last time.

    LAST_CALL_ET: as the name suggest it holds the last call.


    I hope this would help you.

    Sam

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