Oracle sessions management questions ?
Some quick questions on how Oracle database manages sessions(based on DEFAULT profile)
1. How long can a database session remain INACTIVE ?
2. If there is an Oracle session created by an webapplication, and if the webpage is closed, does Oracle
session gets closed in the database immediately ?
3. Is there a time lag between these 2 events:
a. A web page is closed having a session in oracle database
b. The total sessions count is dropped to -1 .
4. Does Oracle release the disconnected sessions back to database pool immediately or does it save
it for sometime and might give the same session id's to another new connecting database users ?
1. How long can a database session remain INACTIVE ?
2. If there is an Oracle session created by an webapplication, and if the webpage is closed, does Oracle
session gets closed in the database immediately ?
3. Is there a time lag between these 2 events:
a. A web page is closed having a session in oracle database
b. The total sessions count is dropped to -1 .
4. Does Oracle release the disconnected sessions back to database pool immediately or does it save
it for sometime and might give the same session id's to another new connecting database users ?
0