2

Is it possible to connect to Postgres DB with "PL/SQL Developer" like we can connect Oracle DB ?? Thanks.

obsolete
  • 33
  • 2
  • 8
  • 1
    I'm still missing using Allround Automations PL/SQL Developer with Oracle. But when moved to Postgres still couldn't find any client could match with SQL Developer functionalities. – AzizSM Jun 20 '17 at 06:45

1 Answers1

-1

No. You need to connect to a database with the network protocol for that database. Oracle PL/SQL Developer is written by Oracle, and therefore only supports Oracle databases.

Wouter Verhelst
  • 1,269
  • 1
  • 12
  • 27