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

Thread: Session gets disconnected

  1. #1
    Join Date
    Jan 2001
    Posts
    24
    When the application which is built on D2k is kept idle for 10mts, The session gets diconnected. Can any one help?
    R.John Dhinakaran

  2. #2
    Join Date
    Jun 2000
    Location
    Chennai/India
    Posts
    90
    Check the privilege associated with that user and check the idle time associated with the privilege
    Rgds
    Ganesh .R
    A Winner never Quits, A Quitter never Wins
    Ganesh .R

  3. #3
    Join Date
    Jan 2001
    Posts
    24

    IDLE TIME

    hi ganesh

    How to check the idle time associated with role ?

    R.John Dhinakaran

  4. #4
    Join Date
    Sep 2000
    Posts
    155

    Try this following query as SYSTEM:


    SELECT a.username, b.resource_name,
    b.resource_type, b.limit
    FROM dba_users a, dba_profiles b
    WHERE a.profile = b.profile AND
    a.username = 'SCOTT'





  5. #5
    Join Date
    Sep 2000
    Posts
    384
    See what profile does the user has .

    in dba_user see what profile the user has.

    in the dba_profiles see the value for idle_time ..

    incase if it is low increase the time to your reqiurements..
    Radhakrishnan.M

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