Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IDE for Pl/SQL development [closed]

Is there any free IDE for Pl/SQL development

like image 244
yesraaj Avatar asked Nov 20 '08 09:11

yesraaj


People also ask

Which IDE is used for PL SQL?

oracle - IDE for Pl/SQL development - Stack Overflow.

Is PL SQL Developer an IDE?

PL/SQL Developer is an IDE (Integrated Development Environment) that is specifically targeted at the development of stored program units for Oracle Databases.

Is PL SQL still in demand?

As a result of its adaptability, it has become one of the most high-in-demand languages, around the world. As a result, a PL SQL developer's salary in India is significantly increasing.


2 Answers

I use SQL Developer every day to develop packages. Whilst it's not perfect, it's got some useful features:

  • Syntax highlighting;
  • Autocompletion;
  • Debugging (although not of live requests as far as I can tell);
  • Simple connection configuration (JDBC-based as well as TNSNAMES);
  • ...

It's also free, unlike the (admittedly better) Toad mentioned previously.

like image 157
Dan Vinton Avatar answered Oct 09 '22 03:10

Dan Vinton


Toad gets reasonable comments from the developers around me that have to work with Oracle. Everyone hates Oracle SQL developer. I have little personal experience.

like image 25
1800 INFORMATION Avatar answered Oct 09 '22 04:10

1800 INFORMATION