DBD-Oracle with Oracle9i

2003-12-14 Thread h-taguchi
Hello,

DBD-Oracle can run under Oracle9i Client 9.2.0.1.0?

I installed
C:> ppm install DBI

Install 'DBI' version 1.39 in ActivePerl 5.8.1.807.

C:\>ppm install ftp://ftp.esoftmatic.com/outgoing/DBI/DBD-Oracle.ppd

Install 'DBD-Oracle' version 1.13 in ActivePerl 5.8.1.807.


My env:
Windows XP SP1
C:>perl -v
This is perl, v5.8.1 built for MSWin32-x86-multi-thread (with 1 registered patch, see 
perl -V for more detail)

Regards,
Hirosi Taguti
[EMAIL PROTECTED]


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: DBD-Oracle with Oracle9i

2003-12-14 Thread h-taguchi
I forgot to report error msg.

Can't load 'C:/Perl/site/lib/auto/DBD/Oracle/Oracle.dll' for module DBD::Oracle:
procedure entry point Perl_Flockhook_ptr not found from perl58.dll

Regards,
[EMAIL PROTECTED]

-Original Message-
From: 田口 [EMAIL PROTECTED](J 
Sent: Monday, December 15, 2003 1:00 AM
To: [EMAIL PROTECTED]
Subject: DBD-Oracle with Oracle9i

Hello,

DBD-Oracle can run under Oracle9i Client 9.2.0.1.0?

I installed
C:> ppm install DBI

Install 'DBI' version 1.39 in ActivePerl 5.8.1.807.

C:\>ppm install ftp://ftp.esoftmatic.com/outgoing/DBI/DBD-Oracle.ppd

Install 'DBD-Oracle' version 1.13 in ActivePerl 5.8.1.807.


My env:
Windows XP SP1
C:>perl -v
This is perl, v5.8.1 built for MSWin32-x86-multi-thread (with 1 registered patch, see 
perl -V for more detail)

Regards,
Hirosi Taguti
[EMAIL PROTECTED]


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: open() problem

2003-12-14 Thread Sisyphus
Jeremy A wrote:
Hi all

when i use the open() function, how do i suppress it from printing 
automatically to STDOUT. I want STDOUT to be directed to RH (Read Handle).
eg.
open(RH,"| $cmd |"); <--- all i am doing is instantiating a process, why 
is it printing to STDOUT, when i have not told it to??

The IPC::Open2 documentation would imply that doesn't work - see the 
first 3 lines under the heading "DESCRIPTION".

I would also expect that IPC::Open2 would facilitate your needs but I 
can't really help  it's all beyond me :-)

Cheers,
Rob
--
Any emails containing attachments will be deleted from my ISP's mail 
server before I even get to see them. If you wish to email me an 
attachment, please provide advance warning so that I can make the 
necessary arrangements.

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs