in reply to Re: perl remote oracle database connection
in thread perl remote oracle database connection
Is this some issue with the DBD::Oracle???? This is what I get: - Server error! The server encountered an internal error and was unable to complete your request. Error message: Premature end of script headers: connect-test.pl If you think this is a server error, please contact the webmaster. Error 500 I really don't know whats the issue. I tried setting oracle environment variables in the script but no help. Please help!!!!my $dbh = DBI->connect('dbi:Oracle:host=host.domain.tld;sid=SID;port=1 +521', 'USER', 'PASS', { RaiseError => 1, AutoCommit => 0 });
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: perl remote oracle database connection
by Tobin Cataldo (Monk) on May 25, 2006 at 22:18 UTC | |
|
Re^3: perl remote oracle database connection
by srdst13 (Pilgrim) on May 26, 2006 at 01:43 UTC |