RE: Win32 DBI Connectivity to Oracle

2001-04-01 Thread Sterin, Ilya
. Or try to resintall everything under the same user name. Ilya Sterin -Original Message- From: Anthony Bouvier [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 01, 2001 11:22 PM To: Sterin, Ilya; David M. Davisson Cc: [EMAIL PROTECTED] Subject: RE: Win32 DBI Connectivity to Oracle Instal

RE: Win32 DBI Connectivity to Oracle

2001-04-01 Thread Anthony Bouvier
avisson > Cc: [EMAIL PROTECTED] > Subject: RE: Win32 DBI Connectivity to Oracle > > > ppm install DBD-Oracle8 > > -Original Message- > From: Anthony Bouvier [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 30, 2001 4:27 PM > To: David M. Davisson > Cc: Sterin,

RE: Win32 DBI Connectivity to Oracle

2001-04-01 Thread Sterin, Ilya
ppm install DBD-Oracle8 -Original Message- From: Anthony Bouvier [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 4:27 PM To: David M. Davisson Cc: Sterin, Ilya; [EMAIL PROTECTED] Subject: Re: Win32 DBI Connectivity to Oracle c:>ppm install DBD::Oracle It pulled the most rec

RE: Win32 DBI Connectivity to Oracle

2001-03-30 Thread Pettit, Chris L
age- From: Anthony Bouvier [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 3:49 PM To: Pettit, Chris L Subject: Re: Win32 DBI Connectivity to Oracle Drat .. what is IUSR_ ? "Pettit, Chris L" wrote: > > 1 more thought. > Would IUSR_ require access to the direct

Re: Win32 DBI Connectivity to Oracle

2001-03-30 Thread Anthony Bouvier
son > [EMAIL PROTECTED] > > - Original Message - > From: "Anthony Bouvier" <[EMAIL PROTECTED]> > To: "Sterin, Ilya" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Friday, March 30, 2001 11:58 AM > Subject: Re: Win32 DBI Con

RE: Win32 DBI Connectivity to Oracle

2001-03-30 Thread Sterin, Ilya
or run as the user who has permissions. Looks like some permissions are screwing things up. Ilya Sterin -Original Message- From: Anthony Bouvier To: [EMAIL PROTECTED] Sent: 3/30/01 11:25 AM Subject: Win32 DBI Connectivity to Oracle My simple script: ### use DBI; use strict; my $

Re: Win32 DBI Connectivity to Oracle

2001-03-30 Thread David M. Davisson
] - Original Message - From: "Anthony Bouvier" <[EMAIL PROTECTED]> To: "Sterin, Ilya" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 11:58 AM Subject: Re: Win32 DBI Connectivity to Oracle > Yes, the Oracle Client (and all SQL

Re: Win32 DBI Connectivity to Oracle

2001-03-30 Thread Anthony Bouvier
lso include SID. > > Ilya Sterin > > -Original Message- > From: Anthony Bouvier > To: [EMAIL PROTECTED] > Sent: 3/30/01 11:25 AM > Subject: Win32 DBI Connectivity to Oracle > > My simple script: > > ### > use DBI; > use strict; > > my $dbh = DBI-&g

RE: Win32 DBI Connectivity to Oracle

2001-03-30 Thread Sterin, Ilya
. Ilya Sterin -Original Message- From: Anthony Bouvier To: [EMAIL PROTECTED] Sent: 3/30/01 11:25 AM Subject: Win32 DBI Connectivity to Oracle My simple script: ### use DBI; use strict; my $dbh = DBI->connect("dbi:Oracle:host=myhost", 'foo', 'bar') or di

Win32 DBI Connectivity to Oracle

2001-03-30 Thread Anthony Bouvier
My simple script: ### use DBI; use strict; my $dbh = DBI->connect("dbi:Oracle:host=myhost", 'foo', 'bar') or die "Cannot connect to server: $DBI::errstr\n"; print "Content-type: text/html\n\n"; print "Hey, I got this far!"; ## When hit via web server (IIS on NT) the following error me