# --- Connecting to host my $dbh = DBI->connect('dbi:Oracle:host=myserverIP;sid=ORCL;port=1525', 'pfisher', 'password', { RaiseError => 1, AutoCommit => 0 });