6

I am using SQL developer to access 2 different databases. I have 2 connections and while working I need to open multiple windows for each database.

How does one do that?

3 Answers 3

9
  1. You can right click on a connection and chose 'Open SQL Worksheet' it will create another window for the existing session.
  2. Use Alt + F10and select the connection from the list.

If you need to create another independent session you can use Ctrl + Shift + N for an ongoing session.

Sign up to request clarification or add additional context in comments.

Comments

5

In preferences, go to Database > ObjectViewer and check the Automatically Freeze Object Viewer Windows checkbox.

1 Comment

on connection channel i right clicked the DB pressed open SQL Worksheet and it gave me a new instance
0

dbardelas answer helped me, the only thing is that he missed where is Database.

Database can be found in tools -> preferences

I had similar issue as victorien sukarieh the only issue I had is that every conexion to a table or database was opened on top of the previous one. It didn't let me visualize multiple tables, with the answer of dbardelas I can open multiple table visualization.

1 Comment

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.