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

Thread: user status

  1. #1
    Join Date
    Dec 2001
    Location
    Brazil
    Posts
    282

    user status

    select status from v$session ....

    STATUS
    --------
    SNIPED



    what is sniped status?


    thanks in advance.
    F.

  2. #2
    Join Date
    Apr 2001
    Location
    Bangalore, India
    Posts
    727

    Idle_time

    Hi

    Sniped means idle_time (in user profile) is exceeded by the session.


    Thomas
    Thomas Saviour(royxavier@yahoo.com)
    Technical Lead (Databases)
    Thomson Reuters (Markets)

    http://ora600tom.wordpress.com/

  3. #3
    Join Date
    May 2002
    Posts
    2,645
    STATUS
    VARCHAR2(8)
    Status of the session: ACTIVE (currently executing SQL), INACTIVE, KILLED (marked to be killed), CACHED (temporarily cached for use by Oracle*XA), SNIPED (session inactive, waiting on the client)


    http://download-west.oracle.com/docs...71.htm#1122127

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