tags:

views:

27

answers:

2

Can you suggest me some free and good PL/SQL Editor? I find PL/SQL developer quite good but its not free.

+2  A: 

Oracle's SQL Developer is free, and is quite good.

http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html

Jeffrey Kemp
+1  A: 

I concur with Jeffrey Kemp on SQL Developer being good. However my main editor for PL/SQL code is TextPad plus one of the many available add-on PL/SQL syntax definitions for code highlighting. I like to edit the code in a file there, and then compile it in SQL Plus. I realise that I am very old fashioned!

Tony Andrews