Re: perl and dba
Date: Mon, 11 Feb 2013 11:55:56 -0600
Message-ID: <OFA91F3CDE.70313324-ON86257B0F.0062529D-86257B0F.00628152_at_oshkoshcorp.com>
It's also available in the 11g Standard Edition. $ORACLE_HOME/perl/lib/site_perl/5.10.0/x86_64-linux-thread-multi/auto/DBI $ORACLE_HOME/perl/lib/site_perl/5.10.0/x86_64-linux-thread-multi/DBI
$ORACLE_HOME/perl/lib/site_perl/5.10.0/x86_64-linux-thread-multi/auto/DBD $ORACLE_HOME/perl/lib/site_perl/5.10.0/x86_64-linux-thread-multi/DBI/DBD $ORACLE_HOME/perl/lib/site_perl/5.10.0/x86_64-linux-thread-multi/DBD
Thank you,
WGB
From: David Mann <dmann99_at_gmail.com>
To: oracle-l_at_freelists.org
Date: 02/11/2013 07:42 AM
Subject: Re: perl and dba Sent by: oracle-l-bounce_at_freelists.org
> Date: Sun, 10 Feb 2013 11:59:10 +0000
> From: Norman Dunbar <oracle_at_dunbar-it.co.uk>
> 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 | _at_ba6dotus | http://www.ba6.us/rss.xml -- http://www.freelists.org/webpage/oracle-l Although this e-mail and any attachments are believed to be free of any virus or other defect which might affect any computer system, it is the responsibility of the recipient to check that it is virus-free and the sender accepts no responsibility or liability for any loss, injury, damage, cost or expense arising in any way from receipt or use thereof by the recipient. The information contained in this electronic mail message is confidential information and intended only for the use of the individual or entity named above, and may be privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, please contact the sender immediately, delete this material from your computer and destroy all related paper media. Please note that the documents transmitted are not intended to be binding until a hard copy has been manually signed by all parties. Thank you. -- http://www.freelists.org/webpage/oracle-lReceived on Mon Feb 11 2013 - 18:55:56 CET