Seg Fault with perl 5.8.0 RC2

2002-07-03 Thread Sam Seaver

This didn't happen with perl 5.6.1, but basically after creating a $dbh 
handle using DBD::Oracle successfully,
any attempt to create a new $sth handle in any way results in a 
segmentation fault.

I'm using Red-Hat 7.2, and have just installed the latest perl 5.8.0 RC2 
version. My scripts ran fine with the 5.6.1 version.

has anyone else tried DBD::Oracle with perl 5.8.0 RC2?

(this is using DBI-1.28 and DBD-Oracle-1.12)

Thanks
Sam




update not committing

2002-05-29 Thread Sam Seaver

Im running perl v 5.6.1
DBI 1.21
DBD-Oracle 1.12

With the logging level set to 2, according to the resulting log, I am successfully 
updating my tables with the relevant information. 

However, when i try to select the updated information, whether from within the script, 
sqlplus or even a seperate web interface, I am not getting the updates! It's almost as 
if the commit is not working, but i turned the autocommit off and did it again with 
manual committing, and this is registered in the logging but still, i cannot select 
the information, as it is NOT THERE!

What is happening?

S