my $dbh = DBI->connect('dbi:Oracle:host=host.domain.tld;sid=SID;port=1521', 'USER', 'PASS', { RaiseError => 1, AutoCommit => 0 });