KSqlPlus - KDE front-end for ORACLE SQL*Plus
============================================

   KSqlPlus is the KDE application which provides convenient
interface to terminal application ORACLE SQL*Plus (sqlplus).
KSqlPlus works with SQL*Plus as with separate child process
(using KProcess class from kdecore). KSqlPlus looks like Oracle
SQL Worksheet for Windows (included in "Oracle Enterprise Manager"
package) and has same features.

   And of course, you must have installed (and bought) ORACLE software
and properly configured ORACLE environment for usage of KSqlPlus.
However, you can compile KSqlPlus sources without ORACLE libraries
and ORACLE Call Interface headers because KSqlPlus is not linked
with ORACLE software directly.

   KSqlPlus homepage: http://devel-home.kde.org/~ksqlplus.

Basic features
==============

   * All features provided by SQL*Plus (SQL processing, macro
     substitution, bind variables, additional commands 'describe',
     'show', result formatting, etc).
   * Asynchronous SQL executing - while SQL*Plus executes your
     command you can edit next one or operate with gotten results.
   * SQL scripts operating - creation, editing, saving.
   * SQL command history operating.
   * KDE clipboard operation both for user input and SQL*Plus
     output.
   * Printing user commands and SQL*Plus output (not implemented yet).
   * Configurable font for input/output windows and accelerators.

Known platforms
===============

   KSqlPlus has been compiled and tested on follow platforms:

   * RedHat Linux 6.1 (i586), KDE 1.1.2, Qt-1.44 and
     ORACLE 8.0.5 for Linux.

