I've been tasked with exploring alternatives for developing stored procedures for an Oracle database. Googling a bit, I found some references to a project called
extproc_perl that's ostensibly been under development since 2001 (last updated 2006), and I thought "Great!!". However, Google hits on the project (at least the first 100 or so) are all self-referential or CPAN. It came up on SoPW
back in 2002, but that thread had no real responses. Following some CB discussion (thanks
Limbic~Region,
erix et al.), native support for PL/SQL, Java and .NET was raised but no Perl solutions were immediately obvious.
While any Perl solution will have an obvious performance hit, I'd like to explore all options before committing to Java (and optimizing to PL/SQL after benchmarking). Anyone here have good/bad experiences with extproc_perl to share? Anyone try tying Perl into a DB through Inline::Java::PerlInterpreter? Are there Perl-based options that I've missed?