|
get a connection using AutoCommit => 0
like this
$dbh = DBI->connect(DBD::Oracle,$db_user."@".$db_name,$db_password, { AutoCommit => 0} )
by the way few people read this except for me and that is not every day
for better and quicker answers try perl.dbi.users user group
|