Zsú
Zsú

Reputation: 37

More then one SQL Windows with the same session in PL'SQL Developer

I'm new to PL/SQL Developer and have session problems.

Everytime I open an SQL file, Developer opens a new session to the database. I have a limit of 2 sessions, so I can't open more then 2 SQL files at the same time.

I would like to open as many SQL files as I want with the same session.

Does PL/SQL Developer have settings for this somewhere?

I couldn't find it in Preferences but I hope there is one.

Thanks!

Upvotes: 1

Views: 1689

Answers (1)

Frank Ockenfuss
Frank Ockenfuss

Reputation: 2043

In the menu Tools/Preferences "Oracle Connection" chose "Session Mode" Single session or Dual session.

And restart plsql developer.

Upvotes: 0

Related Questions