Difference between revisions of "Nsoracle"

From AOLserver Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
'''AOLserver Oracle Driver''' [[User:64.236.128.14|64.236.128.14]]
+
== AOLserver Oracle Driver ==
'''Module Owner:''' Jeremy Collins <jeremy.collins@beetlebug.org>
+
 
 +
'''Module Owner:''' Jeremy Collins <mailto:jeremy.collins@beetlebug.org>
  
 
This driver implements the AOLserver ''ns_db'' interface for Oracle.  In addition it also
 
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.
+
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
+
The latest version of the driver can be downloaded from AOLserver's [http://sourceforge.net/project/showfiles.php?group_id=3152&package_id=65334 SourceForge
file download area. [http://sourceforge.net/project/showfiles.php?group_id=3152&package_id=65334]
+
file download area].
  
Latest stable version: '''2.7''' [http://prdownloads.sourceforge.net/aolserver/nsoracle-2.7.tar.gz] [[User:64.236.128.14|64.236.128.14]]
+
* Latest stable version: [http://prdownloads.sourceforge.net/aolserver/nsoracle-2.7.tar.gz nsoracle-2.7.tar.gz]  
Latest development version: '''2.8''' (fetch it from AOLserver cvs)
+
* Latest development version: '''2.8''' (fetch it from AOLserver CVS)
 +
 
 +
== What's new in nsoracle 2.8 ==
  
'''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)
 
* 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 DML RETURNING INTO (directly from ns_ora dml)
Line 18: Line 20:
 
* REF CURSOR support
 
* REF CURSOR support
 
* Migration to Tcl_Objs
 
* Migration to Tcl_Objs
 +
 +
[[Category:Modules]]

Latest revision as of 01:51, 17 December 2005

AOLserver Oracle Driver

Module Owner: Jeremy Collins <mailto: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 [http://sourceforge.net/project/showfiles.php?group_id=3152&package_id=65334 SourceForge file download area].

  • Latest stable version: nsoracle-2.7.tar.gz
  • 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