Help for this page
my $dbh = DBI->connect( "DBI:ODBC:$databaseName", ... } ) or die "cannot connect to Oracle!";
$dbh->commit; # or call $dbh->rollback; to undo changes