If you want the browser's page to timeout rather than the actual database session,
you'd have to put that into your application. Some javascript/vbscript timer
if the page hasn't posted or performed some other activity in 10 minutes you would logout or shut the window down or whatever.
Main Topics
Browse All Topics





by: sdstuberPosted on 2008-02-04 at 20:11:31ID: 20820559
It's not in the roles, it's in the profiles.
Find out what profile your web app is logging in with ...
select profile from dba_users where username = 'YOUR-WEB-APP-USER'
Then alter that profile
ALTER PROFILE your-web-app-profile LIMIT IDLE_TIME 10