in reply to DB Connectivity issue
yields a failure even when you try it first.) In any case, given that you have a form of $DSN that works, is there a compelling reason for finding a different form that also works?my $DSN='dbi:Oracle:host=127.0.0.1:sid=db.company.local:port=1521';
(I wouldn't be inclined to regard the failure of the above syntax to be "unusual" or "surprising" - probably because I don't have enough relevant experience to expect it to work. But having found a method that works, I'd just use that and stop worrying about it.)
|
---|