Installing DBD::Oracle on Cygwin/Windows XP 32 bit. Make test not resolving TNS

2007-03-05 Thread April Blumenstiel
Hello, I have downloaded the instant client and the header files for Oracle 10g, and DBD::Oracle is compiling without error, but the make tests are failing. The TNS is failing to resolve. I have set my TNS_ADMIN var to the location of the file. I know it's a good TNS file, because it works fine

Re: Installing DBD::Oracle on Cygwin/Windows XP 32 bit. Make test not resolving TNS

2007-03-05 Thread April Blumenstiel
and OCI don't seem to be working. Still hunting... On 3/5/07, Garrett, Philip (MAN-Corporate) [EMAIL PROTECTED] wrote: April Blumenstiel wrote: Hello, I have downloaded the instant client and the header files for Oracle 10g, and DBD::Oracle is compiling without error, but the make tests

Re: Installing DBD::Oracle on Cygwin/Windows XP 32 bit. Make test not resolving TNS

2007-03-05 Thread April Blumenstiel
Oh, actually, just tried it again and sqlplus is working fine. I just had to pass it the connection string to the remote DB when I ran it. On 3/5/07, April Blumenstiel [EMAIL PROTECTED] wrote: That was a good tip, because I just tried sqlplus and I get 'ORA-12560: TNS: protocol adapter error

Re: Installing DBD::Oracle on Cygwin/Windows XP 32 bit. Make test not resolving TNS

2007-03-05 Thread April Blumenstiel
and paranoid. On 3/5/07, Garrett, Philip (MAN-Corporate) [EMAIL PROTECTED] wrote: Have you set TWO_TASK or ORACLE_SID? What's the exact error you're getting from the test suite? -- *From:* April Blumenstiel [mailto:[EMAIL PROTECTED] *Sent:* Monday, March 05, 2007 3

Re: Installing DBD::Oracle on Cygwin/Windows XP 32 bit. Make test not resolving TNS

2007-03-05 Thread April Blumenstiel
val from my calling script, which I fixed in regedit. It had defaulted to 'NA' which is apparently invalid. I put a valid lang code in there. Now my application is working. On 3/5/07, April Blumenstiel [EMAIL PROTECTED] wrote: I set ORACLE_USER and it seems to be using that. Here is anerror: t

upgrading dbi

2005-05-17 Thread April Blumenstiel
Hello, I have a pretty old version of DBI on a production server. I'd like to upgrade (partly so that the version up there will be closer to the development environment). I've been looking around for info on upgrading DBI in the faqs and docs but haven't found anything. There are a couple of

Re: upgrading dbi

2005-05-17 Thread April Blumenstiel
, William R. Mussatto [EMAIL PROTECTED] wrote: April Blumenstiel said: Hello, I have a pretty old version of DBI on a production server. I'd like to upgrade (partly so that the version up there will be closer to the development environment). I've been looking around for info on upgrading

fetchrow_hashref stops returning data

2005-04-28 Thread April Blumenstiel
Hello, I have a program in perl running on Linux, accessing a SQL Server database via ODBC. It runs fine. But yesterday, the process had been running for six days when suddenly, one specific select statement/fetchrow_hashref stopped returning any data from the database. There were other very