Nsoracle

From AOLserver Wiki
Revision as of 16:41, 15 December 2005 by 64.236.128.14 (talk)
Jump to navigation Jump to search

AOLserver Oracle Driver 64.236.128.14 Module Owner: Jeremy Collins <jeremy.collins@beetlebug.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] 64.236.128.14 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