General
Introduction
Screenshots
   editor / browser
   explain plan
   object space
   object DDL
   external apps
   trace config
Download
FAQ

Links
GTK+
XFCE
Zenwalk
Ask Tom
Oracle WTF
GtkSourceView
Gnumeric




    Introduction    


Do you plan to support Mysql?
No.

Will you include feature _______, similar to TOAD?
No.

Will you create a 'wizard' to create/drop/alter database objects? 
No.

Are there plans for a query generator so I don't have to learn SQL?
No.

Can you add an 'autocommit' feature?
No.

How about a PL/SQL debugger?
No.

Is there a version for OSX?
No.
(I tried)

Is there are version for Win32 platforms?
Yes.  It requires GTK+ runtime for windows at the gimp-win link (GIMP itself is not needed) and the Oracle client.  It is slightly less responsive than the UNIX version because it uses a single thread and a polling mechanism to do its background query processing because I could not get a POSIX thread implementation working on Win32.  (The UNIX version uses a separate thread to execute user queries, communicating via a Glib asynchronous queue with the main thread).

What versions of Oracle server are supported?
9.0.1 - latest 10g.  It will certainly connect to 8i databases but much of the embedded SQL in the interface will not work.

What versions of the Oracle client are supported?
9, 10, instant client.




















































Build
Required libraries:
- GTK+  >= 2.6
- Oracle Client 9 or 10

Optional libraries:
- GtkSourceView >= 1.6


configure options:
--with-debug
Compile with debug output

--with-inotify
Linux inotify file tracking support, 2.6.13 or greater kernel

--with-gtksourceview 
Use GtkSourceView for the SQL editor widget

--with-win32
Define win32 platform