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

Thread: memory per user

  1. #1
    Join Date
    Sep 2000
    Location
    Chicago, IL
    Posts
    316

    Question

    How much memory is being consumed by each connection ???
    Is this is a constant for the OS or every database ???

    Where can I find this ???

  2. #2
    Join Date
    Sep 2000
    Posts
    384
    I hope it is 1.5 M for evergy session in the database level..
    Radhakrishnan.M

  3. #3
    Join Date
    Jul 2000
    Posts
    68
    Do you mean the uga? You can check the uga for a given user by:

    select value sess_mem from v$sesstat s, v$statname n
    where s.statistics# = n.statistics#
    and n.name = 'session uga memory'
    and s.sid = (user id you want to check);

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