Re: sql editor with code completion

From: Arto Viitanen <arto.viitanen_at_csc.fi>
Date: Thu, 23 Feb 2006 09:39:12 +0200
Message-ID: <43fd66a0$0$10077$ba624cd0_at_newsread.funet.fi>


tom.a.miller_at_gmail.com wrote:
> Can somebody please recommend a good oracle sql editor with code
> completion that is free? The main feature I am looking for is:
>

Oracle's SQL Developer (previously known as Raptor) does these, more or less.

> (a) an object browser (view sql table schema, functions, and procedures
> visually)

What do you mean by visually? For table schema you can either check columns as list or SQL statements that were used in creating the table (Grants, constraints etc. also). But if you mean a Visio type diagram where tables are boxes and foreign keys are lines between them, check SQuirreL instead. SQuirreL is not specific to Oracle, which might come in handy.

>
> (b) code compeltion so it finishes table names, column names, variable
> names when I am writing my sql scripts.
>

SQL Developer seems to have this, I have not used it.

--
Arto Viitanen, CSC Ltd
Espoo, Finland
Received on Thu Feb 23 2006 - 08:39:12 CET

Original text of this message