Re: perl and dba

  • From: David Mann <dmann99@xxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Mon, 11 Feb 2013 08:41:18 -0500

> Date: Sun, 10 Feb 2013 11:59:10 +0000
> From: Norman Dunbar <oracle@xxxxxxxxxxxxxxx>
> Subject: Re: perl and dba
> As far as I remember, when you install 10g or higher, there's a little
> Per installation done quietly for you. Not sure if thia applies to
> Windows too, but I'm sure it does on Unix.

I know if you install EE there is a perl binary distribution buried
down in there that I have used before. DBI/DBD was already compiled
and available so it made it pretty easy. Update your PATH setting and
point your #!/bin/perl line to the correct binary and it works. Just
don't expect to customize with any of your own packages, best to just
leave it alone in my experience.

If you don't have an EE installation around I have become pretty good
at installing the Strawberry Perl distribution on Windows workstations
where I need Perl and DBI. Works out good because you don't even need
Admin rights. I documented the procedure I use here, have confirmed it
works on 32-bit WIndows but haven't tried on 64-bit yet:
http://ba6.us/your_very_own_strawberry_perl_for_windows .

-- 
Dave Mann
General Geekery | www.brainio.us
Database Geekery | www.ba6.us | @ba6dotus | http://www.ba6.us/rss.xml
--
//www.freelists.org/webpage/oracle-l


Other related posts: