programming-examples/perl/Database/Connect to Oracle.pl

3 lines
141 B
Perl
Raw Normal View History

2019-11-15 12:59:38 +01:00
$dbh = DBI->connect('dbi:Oracle:payroll','scott','tiger');
$dbh = DBI->connect("dbi:Oracle:host=torch.cs.dal.ca;sid=TRCH",$user, $passwd);