SqlPlusConfig Code
Environment for extending the usability of Oracle SQLPlus
Status: Alpha
Brought to you by:
mavalog
This is SqlPlusConfig, environment for extending the usability of Oracle SQL*Plus. Description =========== SqlPlusConfig enhances the usability of Oracle SQL*Plus in interactive mode. Characteristics: simplifies connection to database, configuring session parameters after connecting, convenient command history and autocompletion, auto-adjust width of columns for data output. Oracle SQL*Plus and the same packages of Cygwin are required. Documentation ============= Documentation: Doc/Html/index.html Home page: https://sourceforge.net/projects/sqlpc Installation on Cygwin ======================== Execute in bash shell: $ make install Please read documentation for more information. Successfully used with: cygwin 3.0.7-1 bash 4.4.12-3 rlwrap 0.37-1 Installation on Linux ======================== For install in /usr/local: $ su # make install # exit For install in home directory (for example, /home/oracle): $ make install prefix=/home/oracle