mod perl application with Oracle 9i

2003-04-06 Thread Brett Hales
Hi, We are in the process of upgrading database from Oracle 7.3.4.3 to Oracle 9.2.0.1 (9i). I have a _weird_ problem when changing a mod_perl application to talk to the 9i instance. If the mod_perl application is pointed at the existing 7.3 instance everything works fine, however as soon as I ch

Re: Connection prob w/DBD Oracle, Activestate 5.6.1, NT 4

2003-04-06 Thread Michael A Chase
On Fri, 4 Apr 2003 11:43:11 -0800 (PST) John Costello <[EMAIL PROTECTED]> wrote: > The script is: > use DBI; > > $port = "1521"; > $host = "myserver.mydomain.com"; > $sid = "LYST"; > $user = $passwd = "reporter"; > $dbh = DBI->connect("dbi:Oracle:host=$host;sid=$sid;port=$port", $user, > $passwd

RE: make DBI-1.35 Fails on HP-UX 11i and Perl 5.8.0

2003-04-06 Thread Scott R. Godin
Mkb wrote: > #include > int main() { exit(0); }; > > gcc -o t.o -c t.c > gives > t.c:1:18: socket: No such file or directory. Not > being a C programmer, I'm not sure how I'd get the > compiler to include this header. Any ideas? > > The socket.h files are located here: > /usr/conf/sys/socket.