On Tue, 15 Jul 2003 10:26:48 -0400 Divyesh Thakker <[EMAIL PROTECTED]> wrote:

> I have a question for Oraperl that hopefully you can answer.
> 
> We currently have Oraperl (perl4) running on Solaris 2.6 connecting to a
> Oracle 7.3.3 DB.
> We need to upgrade the server to Solaris 9 and am wondering if
> 1) We can get Oraperl to run on Solaris 9, connecting to the Oracle
> 7.3.3 ?
> This way we do not have to change the numerous oraperl scripts we have
> currently running.
> 2) If 1 is yes, where can we get the source for Oraperl to compile it ?

oraperl emulation is included with DBD::Oracle.  You will need to build DBI
and DBD::Oracle to get the functionality.

The POD in Oraperl.pm (http://search.cpan.org/dist/DBD-Oracle/Oraperl.pm)
shows how to use the Oraperl module.  The bigest change for Oracle
access is adding 'use Oraperl;' to the top of the script.  If you have
still been using Perl4, you may have more problems with perl4isms that
don't work well in Perl5.

My usual caveat applies, any new development should use DBI directly.

-- 
Mac :})
** I usually forward private questions to the appropriate mail list. **
Ask Smarter: http://www.catb.org/~esr/faqs/smart-questions.html
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.

Reply via email to