Multiple open connections

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
jonathon.stevens
Posts: 7
Joined: Thu 24 Jun 2010 17:51

Multiple open connections

Post by jonathon.stevens » Thu 24 Jun 2010 18:09

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?

Viktor
Devart Team
Posts: 68
Joined: Thu 06 May 2010 08:12

Post by Viktor » Fri 25 Jun 2010 11:48

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.

jonathon.stevens
Posts: 7
Joined: Thu 24 Jun 2010 17:51

Post by jonathon.stevens » Fri 25 Jun 2010 14:25

Why does oradeveloper need two sessions?

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Fri 25 Jun 2010 15:02

Actually, it's a session pool. Additional sessions are used to execute concurrent queries, such as background retrieval of metadata for intellisense features.

Post Reply