Re: Any Oracle DBA Around ???? - Perl DBI of Oracle Enterprise Manager (OEM) Install

2010-04-06 Thread Steve Baldwin
Have a look in $ORACLE_HOME/perl/lib/ If you want to use this version (and it will be pretty old), you will need to either specify the directory containing DBI.pm with the -I command line arg, or set PERL5LIB to include that directory. Hope this helps. Steve On Tue, Apr 6, 2010 at 9:47 PM,

DBD::Pg version 2.17.0 released

2010-04-06 Thread Greg Sabino Mullane
Version 2.17.0 of DBD::Pg, the Perl interface to Postgres, has just been released. In addition to some minor bug fixes, the primary difference is that a pg_cancel will no longer automatically do a ROLLBACK for you. The code should be making its way to your local CPAN mirror shortly. If you want to

Any Oracle DBA Around ???? - Perl DBI of Oracle Enterprise Manager (OEM) Install

2010-04-06 Thread newbie01 perl
Hi all, We currently have OEM installed but will have to uninstall it due to Oracle Licensing issues. Customers do not want to pay for the performance and diagnostic pack and are actually considering to move to SQLServer .. :-) Anyway, am wanting to try out and install oracletool or orcaware. Bot

Re: Help needed.

2010-04-06 Thread Martin Evans
Agarwal, Gopal K wrote: > Perl Experts, > > I am using DBD::ODBC connection to fire a select query and I am getting the > following error. > > DBD::ODBC::db prepare failed: Unable to fetch information about the error > > As this message is not giving any useful information, is there any other w