Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's a quality development environment for writing Oracle SQL? [closed]

Tags:

sql

oracle

ide

The project I'm working on has an Oracle backend, and we use SQL Navigator 5.5 for SQL development and it really sucks: the intellisense doesn't work for queries with more than one table and you can't browse the schema and write a query on the screen at the same time. Not fun.

I also tried using Oracle SQL Developer. That's not much of an improvement either - the graphics on the query results window get all fudged up and have to be repainted frequently by clicking around the screen.

The extent to which I'm writing SQL is pretty basic: a procedure here and there, mostly queries. Can someone recommend a decent tool, preferably one with a low cost?

like image 903
Josh Kodroff Avatar asked Dec 05 '22 05:12

Josh Kodroff


1 Answers

You may want to check out PL/SQL Developer (http://www.allroundautomations.com/plsqldev.html). It does more than just PL/SQL. Cost is pretty reasonable. On Linux try Tora It is suppose to be a replacement for Toad. Have used to other 2 personally but not the latter.

like image 60
Jerry Henzel Avatar answered May 17 '23 23:05

Jerry Henzel