RE: :Oracle, Oracle Client on Red Hat 7.1 - sob story

2001-12-13 Thread Aaron Gerritz
I was finally successful in getting Oracle 9i to install cleanly with a tweaked version of RH7.1. At another web site someone said it was possible to install RH7.1 and then downgrade binutils to the RH7.0 version. I tried this method without success; I kept getting makefile errors because the

RE: Linking Errors with DBD-Oracle-1.12

2001-12-13 Thread Sterin, Ilya
Does your LD_LIBRARY_PATH point to the old Oracle libs, or did you just install over it? Ilya -Original Message- From: Thomas H. Fanning To: [EMAIL PROTECTED] Sent: 12/13/01 3:08 PM Subject: Linking Errors with DBD-Oracle-1.12 I must confess that I am not very experienced with installin

Re: Linking Errors with DBD-Oracle-1.12

2001-12-13 Thread Michael Peppler
Thomas H. Fanning writes: > I must confess that I am not very experienced with installing DBI > (I've successfully done it twice before), but I'm currently having > linking problems when building DBD-Oracle-1.12. > > We recently upgraded to Oracle 9.0.1, and my old installation of > DBI (1.

Linking Errors with DBD-Oracle-1.12

2001-12-13 Thread Thomas H. Fanning
I must confess that I am not very experienced with installing DBI (I've successfully done it twice before), but I'm currently having linking problems when building DBD-Oracle-1.12. We recently upgraded to Oracle 9.0.1, and my old installation of DBI (1.14) and DBD-Oracle (1.06) stopped working wi

Announce: DBD::Sybase 0.94

2001-12-13 Thread Michael Peppler
The uploaded file DBD-Sybase-0.94.tar.gz has entered CPAN as file: $CPAN/authors/id/M/ME/MEWP/DBD-Sybase-0.94.tar.gz size: 98551 bytes md5: 66e08a191c89f3cb528337ca56ac519e This is a bug-fix release. >From the CHANGES file: Added optional SQL buffer argument to syb_err_han

Re: One query on DBI-DBD for Oracle

2001-12-13 Thread Peter J . Holzer
On 2001-12-13 21:03:13 +0530, Nilanjan Das wrote: > Perl 5.6.1 on HP-UX > DBI 1.18 > DBD 1.06 > Oracle 8+ > > Can anyone tell me whether the DBD1.06 supports the Oracle datatype of > NVARCHAR2, NCHAR? Becuase when I try to insert any data with special > character like utf8, it's not storing the u

Win32::DBIODBC is joining the columns!

2001-12-13 Thread Javier Dussaillant
Hi, I have to put several scripts that were developed by someone else, originally for win platform using Win32::ODBC and SQL server. I am using Win32::DBIODBC, unixODBC and PostgreSQL to make this script run in my Linux box, everything is almost working good. I say almost because when

Re: :Proxy and bind_param (with ORACLE)

2001-12-13 Thread Tim Bunce
FYI I've opted to apply the ProxyServer patch (thanks) but not the Proxy patch for named bind params. I'm not comfortable with the sql-editing approach. Too risky for general use. I think a better fix would be to treat $sth->{'proxy_params'} as a list of lists of bind params, so a bind_param(1,$

One query on DBI-DBD for Oracle

2001-12-13 Thread Nilanjan Das
Hi Gurus, I am using the following: Perl 5.6.1 on HP-UX DBI 1.18 DBD 1.06 Oracle 8+ Can anyone tell me whether the DBD1.06 supports the Oracle datatype of NVARCHAR2, NCHAR? Becuase when I try to insert any data with special character like utf8, it's not storing the utf8 stuffs as it is. I mean

Re: dbi ado commandtimeout?

2001-12-13 Thread Thomas A . Lowery
Hello Mark, No, it didn't make it into the code yet. Next release. (Hopefully a new release over the weekend.) Thanks for the reminder! Tom On Thu, Dec 06, 2001 at 08:24:23AM +, Mark Smucker wrote: > Hi, > > I was wondering if the proposed change for commandtimeout discu

help!.... problem with calling procedure..

2001-12-13 Thread Maarten Stolte
Hello, I keep on getting: [Thu Dec 13 15:26:00 2001] [error] DBD::Oracle::st execute failed: ORA-06550: line 3, column 9: PLS-00306: wrong number or types of arguments in call to 'PROCESS_XML' ORA-06550: line 3, column 9: PL/SQL: Statement ignored (DBD ERROR: OCIStmtExecute) at script. ---

Unsubscribing

2001-12-13 Thread rneighbors
On Thu, 13 December 2001, Ronald J Kimball wrote: > > On Thu, Dec 13, 2001 at 11:59:07AM +, Mohit Agarwal wrote: > > Can I suggest something? The best option would be to get rid of > > winblows and install the GNU/Linux operating system. It's free, unlike > > winblows and you have a variet

Re: SV: Unsubscribing?

2001-12-13 Thread Ronald J Kimball
On Thu, Dec 13, 2001 at 11:59:07AM +, Mohit Agarwal wrote: > Can I suggest something? The best option would be to get rid of > winblows and install the GNU/Linux operating system. It's free, unlike > winblows and you have a variety of powerful mailreaders apart from a > numerous utilities.

Need Help for DBI

2001-12-13 Thread Nilanjan Das
Hi All, I am new to this and need your help. I am using perl5.6.1 on HP-UX, I am using the DBI and DBD-Oracle. I am facing a problem. I have a datafile which has some special character like the utf8 character string. When I try to parse the file in Perl and then try to insert it in the database

Re: SV: Unsubscribing?

2001-12-13 Thread Mohit Agarwal
On Thu, Dec 13, 2001 at 11:41:45AM +0100, Henrik Tougaard wrote: > Just to bash this completely to death: > > None - not a single one - of your 4 ways of doing it works for my Outlook 98 > (Danish). > > I have to open the mail, chose 'vis' (show) -> Indstillinger > (configurations? not propertie

DBD-Oracle-1.12, Oracle 9.0.1.1, UTF8 Character set

2001-12-13 Thread Ben Middleton
Hello, Can anyone explain why the long tests fail if the Oracle character set is set as UTF8? i.e. NLS_LANG="ENGLISH_UNITED KINGDOM.UTF8"; export NLS_LANG make make test t/long..ok 97/143Use of uninitialized value in numeric eq (==) at t/long.t line 230. # failed test 98 at

Re: DBD::mysql quote bug (was Re: Question regarding to DBI::quote and CGI)

2001-12-13 Thread Tim Bunce
On Thu, Dec 13, 2001 at 09:02:37AM +, Jochen Wiedmann wrote: > Zitiere Tim Bunce <[EMAIL PROTECTED]>: > > > Looks right to me at first glance. > > You are actually telling me, that the poor souls of us > XS programmers need to care for magic, and that SvIV > and friends don't? What kind of m

SV: Unsubscribing?

2001-12-13 Thread Henrik Tougaard
Just to bash this completely to death: None - not a single one - of your 4 ways of doing it works for my Outlook 98 (Danish). I have to open the mail, chose 'vis' (show) -> Indstillinger (configurations? not properties as that is 'egenskaber') and look in the 'Internet brevhoveder' (Internat mai

Re: Unsubscribing?

2001-12-13 Thread Mark Harrop
Don't know what the problem is ??? Option 1. Right click on the email and select Properties, then select Details, and all the headers are there, plus more ! Option 2. Highlight message. Then File, Properties, and low and behold your'e there again. Option 3. Open the message and do as per Option 2

Re: DBD::mysql quote bug (was Re: Question regarding to DBI::quote and CGI)

2001-12-13 Thread Jochen Wiedmann
Zitiere Tim Bunce <[EMAIL PROTECTED]>: > Looks right to me at first glance. You are actually telling me, that the poor souls of us XS programmers need to care for magic, and that SvIV and friends don't? What kind of magic is this? Well, here it is, on CPAN within the next day: 2001-12-13 Joch