How can I use multiple schemas to connect to a database in Eclipse DTP?

I am using Eclipse DTP to complete my SQL development. When I create a connection to the database, I am promoted to enter the name of the database (schema), and I cannot continue until I enter it. However, I have several databases on each server, and I want to see them all under the database connection (as most database tools do).

Can I do this in eclipse?

+3
source share
1 answer

. "--" " " (, oracle / , hsqldb ..) .

+1

Source: https://habr.com/ru/post/1720650/


All Articles