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.
KSqlPlus is the front-end program like many usable front-ends (xxgdb, KDbg, etc). KSqlPlus doesn't try to interpret both your input and SQL*Plus output - KSqlPlus simply redirects your input to SQL*Plus and shows complete SQL*Plus output. The main idea of this program is creation of convenient graphical interface for existentional powerful SQL processor independently of its version.
You must be an experienced Oracle user and you must know something about SQL*Plus for usage of KSqlPlus as this handbook doesn't explain SQL command syntax, SQL*Plus commands, etc.
Online Oracle documentation and downloadable software are located on Oracle Technology Network site http://technet.oracle.com.
Version 0.9.3 has been released.
SQL*Plus has being exited correctly during KSqlPlus shutdown. Several fixes for working with current directory and scripts.
Oracle username and database are displayed on main window caption.
Added breaking/restarting SQL*Plus.
Changed makefiles for RPM creation. Wrote russian user manual.
Pre-release version 0.9. Wrote english user manual.
First working version 0.1 released. Wrote translations.
Begin KSqlPlus project.