Download List

Project Description

extproc_perl allows Oracle stored procedures to be written in Perl. A Perl interpreter is embedded in an Oracle external procedure, and remains persistent for the life of a client session.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-08-01 05:32
1.03

Running "ep config" will now configure the Oracle database for you, eliminating the manual entry of PL/SQL code.
Tags: Stable, Minor feature enhancements

2003-07-20 23:05
1.02

This release includes a test suite which lets you test extproc_perl without installing it, and several bugfixes.
Tags: Stable, Minor feature enhancements

2003-06-18 23:16
1.01

This release includes two critical fixes in the tainting code as well as a small documentation update. If you are currently using version 1.0, you should upgrade as soon as possible.
Tags: Stable, Major bugfixes

2003-05-23 20:14
1.0

Major changes include optional Perl taint checking on untrusted arguments to stored procedures, and a debugging/trace log facility. The configuration process now uses Perl's optimization flags to build the extproc_perl library. The _eval function now returns the appropriate return value from Perl.
Tags: Stable, Major feature enhancements

2003-04-24 18:21
0.97

This version fixes a bug in which the first DBI connect would crash the interpreter when called from code stored in the database. Due to the added complexity of this fix, a new wrapper interface was added to the ExtProc module to encapsulate initial DBI connects. This fix also requires a new patch for DBD::Oracle, which is included.
Tags: Stable, Major bugfixes

Project Resources