Multiple connections?

natter

Member
I'm sure this has been asked before, but when/can I create multiple connections using one instsance of pl/sql developer?

When I'm working in a couple of different environments, it would be nice to open private senssions to different databases just like Benthic's Golden product.

Thanks.
 
For different simultaneous connections you will have to start multiple PL/SQL Developer instances. Each instance will only use one connection at a time, though each window will use its own session by default.
 
Back
Top