Page 1 of 1

Multiple open connections

Posted: Thu 24 Jun 2010 18:09
by jonathon.stevens
When I open up a connection and view the sessions in Oracle, the single connection in oradeveloper opens two sessions in the database. Not sure why this is happening?

Posted: Fri 25 Jun 2010 11:48
by Viktor
When I open up a connection and view the sessions in Oracle, the single connection in oradeveloper opens two sessions in the database. Not sure why this is happening?
It is right behaviour for our program.

Posted: Fri 25 Jun 2010 14:25
by jonathon.stevens
Why does oradeveloper need two sessions?

Posted: Fri 25 Jun 2010 15:02
by Duke
Actually, it's a session pool. Additional sessions are used to execute concurrent queries, such as background retrieval of metadata for intellisense features.