digitalfox / pysql

Oracle command line client. Aims to be a full replacement of sqlplus

This URL has Read+Write access

pysql / README
100644 31 lines (19 sloc) 0.768 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
PySQL
=====
 
PySQL aims to be a full replacement for sqlplus (and much more).
It has features such as history, completion, explain plan, session list,
background queries, datamodel graphical output, object dependencies,
PL/SQL package function call tree...
 
 
Installation from source
========================
 
As a simple user : just untar pysql tarball where you want and just run pysql
...
As root : untar pysql tarball where you want and run the setup script
...
 
 
Installation from package
========================
 
Redhat, Debian, Slackware, Windows....
 
 
Documentation generation
========================
 
Use the doc.sh script in script/ dir. You will need Epydoc (http://epydoc.sf.net).
 
You can also browse documentation online at : http://pysql.sf.net/doc/