in reply to perl remote oracle database connection

That's a CGI error, not a perl or DBI error. It means you didn't print a content-type header which you can easily do with print CGI::header().
  • Comment on Re: perl remote oracle database connection