# Note that the SID is case sensitive in Ora 11! my $dbh = DBI->connect ("dbi:Oracle:sid=jupiter;host=jupitercluster", "user", "pass", { RaiseError => 1, PrintError => 1, ChopBlanks => 1, ShowErrorStatement => 1, FetchHashKeyName => "NAME_lc", }) or die $DBI::errstr;