Okay, I read DBI doc and saw that the DBI_AUTOPROXY is
of the form 'hostname=?;port=?' and not the way I had it.
I thought I had read before that the syntax was in the
form below, but then I was wrong wasn't I :-)
Sorry for wasting time,
ST
Tim,
A couple months back I posted to dbi-users asking if anyone
had the following error when using the below method for
connecting to the Database.
$ENV{DBI_AUTOPROXY} = 'dbi:Proxy:hostname=srv1;port=';
my $dbh = DBI->connect( "dbi:Oracle:sid", "user", "passwd",