Nsoracle
Jump to navigation
Jump to search
AOLserver Oracle Driver ~~~ Module Owner: Jeremy Collins <jeremy.collins@tclsource.org>
This driver implements the AOLserver ns_db interface for Oracle. In addition it also provides an extended version of the ns_db inteface through the 'ns_ora' command.
The latest version of the driver can be downloaded from AOLserver's SourceForge file download area. [1]
Latest stable version: 2.7 [2] ~~~ Latest development version: 2.8 (fetch it from AOLserver cvs)
What's New in nsoracle 2.8
- Better PL/SQL integration (ability to "import" PL/SQL packages and call them as if they were Tcl procs)
- Support DML RETURNING INTO (directly from ns_ora dml)
- Support for describing database objects (currently supports plsql, and synonyms)
- ns_ora getcols command. Return columns in a select as Oracle would see it.
- REF CURSOR support
- Migration to Tcl_Objs