Hi, I'm trying to create Berkeley DB binary files using some information from my Oracle database. I'm using DB_File.pm(perl 5.6.1 dist), B-trees for handling Berkeley DB and DBI (DBD::Oracle) version 1.14. For some bizarre reason when connect method of the DBI package is called all my tied hashes in Berkeley DB module get messed up.
i.e. suppose a %tied_hash that is tied to Berkeley DB file xxx.db. as soon as I do my $dbh = DBI->connect('dbi:Oracle:host=myhost;sid=SID','username','password'); xxx.db gets corrupted. Did anyone ever experience anything like that? Any help would be greatly appreciated. -- Regards, Anthony mailto:[EMAIL PROTECTED]