Bug 165327

Summary: perl-DBI - Driver has not implemented the disconnect_all method
Product: Red Hat Enterprise Linux 3 Reporter: Michael Napolis <mnapolis>
Component: perl-DBIAssignee: Warren Togami <wtogami>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-09 02:31:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Napolis 2005-08-07 23:52:03 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.3) Gecko/20040924

Description of problem:
Here is the code that generates the error on RHEL 3 U4 (perl-DBI-1.32-9) (RHEL 4 is fine, as the version of perl-DBI on RHEL 4 is newer). 
 

-

Version-Release number of selected component (if applicable):
perl-DBI-1.32-9

How reproducible:
Always

Steps to Reproduce:
-- snip -- 
 
#!/usr/bin/perl 
 
use DBI; 
 
$oracle = DBI->connect("dbi:Oracle:XXX", "xxx", "xxxxxxxx"); 
$oracle->disconnect(); 

Actual Results:  - snip -- 
 
Driver has not implemented the disconnect_all method. at /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/DBI.pm line 575 
END failed--call queue aborted.

Additional info:

Comment 1 Warren Togami 2005-09-09 02:31:08 UTC

*** This bug has been marked as a duplicate of 165075 ***