Is it possible to connect to Postgres DB with "PL/SQL Developer" like we can connect Oracle DB ?? Thanks.
Asked
Active
Viewed 4,695 times
2
-
1I'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 Answers
-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
-
1No, PL/SQL Developer is not developed by Oracle, it is a product of Allround Automations. Oracle ships Oracle SQL Developer. – Lalit Kumar B Mar 01 '16 at 07:32
-
Thanks for the reply. But can you pls suggest any similar tool for PostgreSQL? In "PL/Sql developer" I can explore to referenced tables very easily in single click. I am missing it in pgAdmin III And I am currently accessing the DB that is in my local machine. – obsolete Mar 01 '16 at 07:34
-
@Backbencher: https://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools – Mar 01 '16 at 07:39
-
-
-