RE: DBI.pm DBD::Oracle::db

2003-10-27 Thread Chang, Mei
. Thank to Michael A. Chase. Thanks Mei -Original Message- From: Tim Bunce [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 12:04 PM To: Chang, Mei Cc: '[EMAIL PROTECTED]' Subject: Re: DBI.pm DBD::Oracle::db On Mon, Oct 27, 2003 at 09:29:48AM -0700, Chang, Mei wr

RE: DBI.pm DBD::Oracle::db

2003-10-27 Thread Chang, Mei
Tim, I installed an Oracle Client on a W2K Server, and everything works. Does this make sense to you? Thanks Mei -Original Message- From: Tim Bunce [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 4:43 AM To: Chang, Mei Cc: '[EMAIL PROTECTED]' Subject: Re: DBI.pm D

DBD and other perl module for AIX

2003-10-24 Thread Chang, Mei
Users, Can some one tell me that I can get DBD and other perl modules for AIX. I searched ActivePerl and CPAN, but did not found anything specifically for AIX. Do I HAVE to recompile the module for AIX? Thanks Mei ** This message, in

RE: DBI.pm DBD::Oracle::db

2003-10-24 Thread Chang, Mei
-Original Message- From: Chang, Mei Sent: Friday, October 24, 2003 10:46 AM To: '[EMAIL PROTECTED]' Subject: RE: DBI.pm DBD::Oracle::db Tim, I turned the trace level to 9, and it provided me a lot more detailed information. I need your further help. My pc has an an Ora

DBI.pm DBD::Oracle::db

2003-10-23 Thread Chang, Mei
Users, I wrote a perl script and compiled it by perl2exe. I placed the exe file to different machines, the results were different: Procedures: 1. ran from my pc, it worked fine (my PC is Win2K) - My pc has DBI module and perl 5.6 installed 2. placed the executable on server A (Win NT)and ran o

RE: db connect warning message

2003-06-24 Thread Chang, Mei
ractor) [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:44 PM To: Chang, Mei Subject: RE: db connect warning message Read the docs. Usage: perl [switches] [--] [programfile] [arguments] -0[octal] specify record separator (\0, if no argument) -a autosplit mode with

db connect warning message

2003-06-24 Thread Chang, Mei
user list, My program successfully connected to oracle DB and performed all sql statements, but if I uses perl.exe -w then I got the following warnings. (Note: the script is still working and executes the sql statements successfully). Can some one tell me how can I get rid of this warnings. Wha

RE: $sth->execute and $dbh->do hung on Updating Oracle DB

2003-06-19 Thread Chang, Mei
19, 2003 12:59 PM To: Chang, Mei Cc: '[EMAIL PROTECTED]' Subject: Re: $sth->execute and $dbh->do hung on Updating Oracle DB On Thu, Jun 19, 2003 at 10:46:56AM -0600, Chang, Mei wrote: > I wrote a simple test script to update Oracle database, but it hung on the >

$sth->execute and $dbh->do hung on Updating Oracle DB

2003-06-19 Thread Chang, Mei
list, I wrote a simple test script to update Oracle database, but it hung on the line of $dbh->do($sql2). Oracle server: NT, oracle version 8.0.3 my script running on W2000, with perl 5.6.1.633, DBD-ORACLE and DBI 1.34 The select statement "$sql1" works fine, but the script hung on the line of