[cx-oracle-users] sqlminus -- like sqlplus, but less!
Brought to you by:
atuining
From: Mark H. <mh...@pi...> - 2010-03-25 17:49:51
|
The other day I finally got so fed up with sqlplus and its dumb table formatting I wrote a mini-version that does pretty much the same thing, except: - nice table formatting - command line editing - table completion for tables, columns - login aliases It's easy to install, just download a single file. I've stuck the preliminary release here: http://markharrison.net/orapig/ If you're interested in trying it out, can you give it a go and let me know if it works for you? thanks, Mark """ sqlminus -- sqlplus minus. the features? the suck? you be the judge! usage: sqlminus connstr - interactive shell sqlminus connstr cmds... - execute cmds sqlminus connstr @file - execute cmd in file.sql configuration file: ~/.sqlminus holds connect string aliases. format: foo = 'foo/bar@baz' special commands: tables - show user tabes desc - describe a table rehash - refresh user table information mono - set monochrome output color - set color output features: readline editing semi-intelligent tab completion for tables, columns nice table formatting single file, easy to install author: Mark Harrison, mh...@pi... license and download: bsd-ish. see orapig package for complete text. sqlminus is part of the orapig package: http://code.google.com/p/orapig http://markharrison.net/orapig """ |