Next Previous Contents

1. Introduction

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). Also, KSqlPlus can work with remote SQL*Plus via RSH/SSH. KSqlPlus looks like Oracle SQL Worksheet for Windows from Oracle Enterprise Manager package and has same features.

KSqlPlus is the frontend program like many usable frontends (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 goal of this program is the proposal 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. Refer to the Oracle documentation please.

Online Oracle documentation and downloadable software are located on Oracle Technology Network site http://technet.oracle.com.

1.1 Basic features

1.2 Changes

Version 0.9.4

Version 0.9.3

Version 0.9.2

Version 0.9.1


Next Previous Contents