in reply to Writing Oracle Stored Procedures in Perl
Combining Perl and PL/SQL is very powerful as both are excellent languages and both are highly portable. Where there is Oracle (most platforms) there is PL/SQL. Why not use both languages and keep your procedural database code compiled/self-contained in the database as PL/SQL packages?
Are you trying to make your procedural database code vendor agnostic?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Writing Oracle Stored Procedures in Perl
by kennethk (Abbot) on Apr 12, 2009 at 05:27 UTC |