Re: Alternative to SQL*Net

From: Cary B. O'Brien <cobrien_at_access1.digex.net>
Date: 27 Sep 1994 10:33:58 -0400
Message-ID: <369agm$8jr_at_access1.digex.net>


One approach to networked database access without SQL*Net is to use oratcl (tcl + OCI interface) and tcl-DP (networked TCL commands). These are both free, unrestricted (NON-GPL) pieces of software. All are available for unix, and I believe a version of tcl-DP just became available for windows-nt.

See comp.lang.tcl for more details.
See ftp:harbor.ecn.purdue.edu /pub/tcl (?) for the source.

Another approach is to roll your own program to run SQL or PLSQL commands via RPC.

Heck, you could even put sqlplus scott/tiger in inetd.conf.

Cary O'Brien
cobrien_at_access.digex.net Received on Tue Sep 27 1994 - 15:33:58 CET

Original text of this message