Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SYS DBA - Session tables....

512453Sep 24 2008 — edited Sep 26 2008
Database listener should close idle connections after some time. The application should use a connection pool (a DataSource) which should ideally test its connections, and throw away dead ones. So the line of thought here is that the connection pool still holds old connections which are invalid.

What is the table that will give me a list of all users connected to my application (or database)....I basically want to see which sessions are active and test to see if sessions/connections are being dropped when InactivityTimeout is reached etc......

Thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 24 2008
Added on Sep 24 2008
12 comments
624 views