-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
                           OraEdit 0.1.3
    Copyright (c) 1999,2000 Jaromir Dolecek, All Rights reserved
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

OraEdit is simplistic Python tool for editing PL/SQL objects stored
in Oracle database. I created it in efford to avoid using MS Windoze
for my work (I used SQL-Station from Platinum Technology there) and
move exclusively to my NetBSD box.  I decided to build it as an
interface to SQL*Plus Oracle client, so I can use Linux sqlplus
binary and won't need any additional setup besides working Oracle
client.

Right now, it can handle packages (both interface & body),
types (both interface and body), functions, procedures and views.

Requirements
------------
python (tested with 1.5.1)
working sqlplus (tested against Linux version of Oracle8)

Future work
----------
My desire is to build GUI object browsing&editing tool, which would
be able to view/edit virtually any Oracle db object.  I like some
of features in Platinum's SQL-Station and I'd like to have them
under my NetBSD :)

Feedback
--------
I'd be happy to hear any comments, complaints, criticism or requests
for missing features. 

Jaromir Dolecek <dolecek@ics.muni.cz>
