Search Discussions
-
I have a simple query using a LIKE in the statement and I just can get it to return any data. I know it works because i can do it in sqlplus and get data returned. I have tried everything to try to ...
Kipp, James
Nov 14, 2002 at 1:46 pm
Nov 19, 2002 at 9:17 pm -
Hi all, I have a strange problem. I have a script that runs a series of queries & writes the results to files. The core part of this script looks like: for (my $i = 1; $i < 7; $i++) { process(635, ...
Paul Boutros
Nov 18, 2002 at 5:44 pm
Nov 26, 2002 at 3:09 am -
Hi, I am not getting any output using the below code. #!/usr/bin/perl use strict; use warnings; use DBI; -- connecting to database (okay with this, it works) -- my (@centers, $stmt, $sth, $row); ...
Ramon Hildreth
Nov 27, 2002 at 1:01 pm
Nov 27, 2002 at 6:00 pm -
As I sit here contemplating my woes over a fresh Martini, I thought that I might post my problem in the hopes that those PERL guru's from on high would bestow a small perl (pun intended) of wisdom ...
Dana Lucent
Nov 13, 2002 at 12:35 am
Nov 17, 2002 at 10:31 pm -
Be gentle. ----- Forwarded message from "[email protected] via RT" <[email protected] ----- Date: 13 Nov 2002 15:43:42 -0000 To: "AdminCc of perl Ticket #18355": ; From: ...
Tim Bunce
Nov 13, 2002 at 5:14 pm
Nov 17, 2002 at 10:27 pm -
----- Forwarded message from Josh Wilmes <[email protected] ----- Delivered-To: [email protected] To: T[email protected] Subject: DBD::Oracle / alarm() problem From: Josh Wilmes <[email protected] ...
Tim Bunce
Nov 21, 2002 at 9:18 am
Dec 4, 2002 at 11:13 am -
Consider the following script: #!/usr/bin/perl use strict; use warnings; use DBI; my $dbh = DBI- connect('dbi:mysql:music', 'user', 'pass'); my $insert = $dbh- prepare_cached(qq{ INSERT INTO user ...
Tony Bowden
Nov 25, 2002 at 3:16 pm
Dec 1, 2002 at 8:35 pm -
That's a message for dbi-users. I've directed followups there. Tim.
Tim Bunce
Nov 21, 2002 at 5:01 pm
Nov 29, 2002 at 8:13 pm -
Is there a way to get a list of all table names in specific database using DBI:mysql in Perl? I can get the list of databases using: @databases = DBI- data_sources("mysql"); and the list of fields in ...
Chris Rogers
Nov 26, 2002 at 2:47 pm
Nov 28, 2002 at 7:24 am -
I am setting in place an Apache Web server and I want to get access to a remote Oracle 8 database. Here are the step I did 1) I set up Linux RedHat 7.3 (Kernel 2.4.18-3 2) I updated OS through RHN ...
Armand Brisson
Nov 4, 2002 at 7:24 am
Nov 7, 2002 at 7:47 am -
Hi, I'm having a problem inserting a row into my database with a CLOB column. My database version is Oracle 8.1.7. I can get it to work as long as my CLOB contains < 4948 bytes. However, if it is = ...
Wysocki, James (J.D.)
Nov 13, 2002 at 3:16 pm
Nov 13, 2002 at 11:25 pm -
I'm having some problems with DBD::ADO and inserting/updating records. Specifically, after carrying out one of these operations, the number of records inserted is not returned, which means that it is ...
Oliver
Nov 7, 2002 at 4:31 pm
Nov 28, 2002 at 9:59 am -
Hello, I have a function in our Oracle database (a function, not a procedure). I would like to execute this function from my perl script using DBI. I wrote something like this : my $sql=qq[ BEGIN ...
NYIMI Jose (BMB)
Nov 18, 2002 at 2:33 pm
Nov 18, 2002 at 8:16 pm -
Can anyone point me to the answer? I want to use an arbitrary group in the group by statement. I can group by year but want to change the calendar year to another unit of measure such as quarter. ...
Fong, Anna
Nov 14, 2002 at 8:00 pm
Nov 14, 2002 at 9:46 pm -
I do a lot of select in many statement and fetch the result on a array as needed. But now one of my staement is a "select count() from ...". How can I get the value of this statement?
Stephane Legault
Nov 12, 2002 at 5:58 pm
Nov 12, 2002 at 10:39 pm -
Hello, I use Perl 5.6.0, DBI 1.30 and DBD-Oracle 1.12. While checking the performance, my Oracle-Tools discovered, that the Database does two prepares for every execute. My Perl-Code looks like this: ...
Henning Meyer
Nov 28, 2002 at 10:37 am
Dec 2, 2002 at 9:45 am -
I have an application which makes extensive use of hash references when fetching and manipulating query results. As the underlying database is PostgreSQL, the returned hash keys are lower case ...
Ian Barwick
Nov 30, 2002 at 8:53 pm
Nov 30, 2002 at 11:45 pm -
How can I execute a SQL Server stored proc from my Perl script? The Cheeta book (DBD::ODBC Driver pg 296) suggests using the following ODBC escape sequence: {call procedure1_name} Fine. But what's ...
Brien Pirkle
Nov 28, 2002 at 10:00 am
Nov 29, 2002 at 10:28 am -
I don't know if this is the right place to post DBI/DBD bug reports. If there is a better place please let me know. The small program below results in an error that reads: The instruction at ...
Ronald Schmidt
Nov 18, 2002 at 4:16 pm
Nov 19, 2002 at 10:50 pm -
Looked at Q&A for databases at perl.org, been through the Cheetah book (several times) and can't seem to find an archive of this list so I'm down to asking for help what is probably a FAQ. But I hope ...
Roderick A. Anderson
Nov 18, 2002 at 9:23 pm
Nov 18, 2002 at 11:39 pm -
Hello I want to use crond for launching a script every hour. in a shell, my script is oukay but when i put it incrond i've got this mail (root) <<< From: daemon To: root Open Client Message: Message ...
Julien Pringuay
Nov 14, 2002 at 2:01 pm
Nov 14, 2002 at 4:31 pm -
Folks, I am running into a problem here: My script is running on: Solaris SunOS 5.8 Generic_108528-15 sun4u sparc SUNW,Ultra-Enterprise Perl 5.6.1 DBI 1.18 DBD::Oracle 1.07 It gives the following ...
Jibo John
Nov 13, 2002 at 11:35 pm
Nov 14, 2002 at 2:46 pm -
Can I connect to a remote MS Access database with dbi? If so what's the port number? dbi:ODBC:dbName:hostname=host:port=????' Thanks! nick marsh [email protected]
Nicholas Marsh
Nov 13, 2002 at 2:06 am
Nov 13, 2002 at 5:09 pm -
I want to run a query that will perform a phrase search on all fields in the table. I thought that it seemed really logical to write the statement like: my $dbh = DBI- ...
Brad Smith
Nov 5, 2002 at 1:56 pm
Nov 8, 2002 at 2:14 pm -
Paul Chan
Nov 26, 2002 at 4:45 am
Nov 26, 2002 at 10:44 pm -
I have a Perl script acting as a CGI processor with many values being passed, and the values can possibly be empty. This seems to cause problems. I have a prepare statement with 19 columns with 17 ...
Daniel Olson
Nov 21, 2002 at 11:13 pm
Nov 23, 2002 at 10:32 pm -
Hi, I'm trying to build DBD::Oracle 1.12 on the latest cygwin, and perl 5.8 - without much success. I have Oracle 9.2 installed on the XP side of my machine, and have verified it is functional. I can ...
Steve Baldwin
Nov 18, 2002 at 9:26 am
Nov 18, 2002 at 8:33 pm -
Is there a way to easily lock a table ? so that no updates can happen untill my script is done? I am using DBD::Oracle? < < Proverbs 3:5 "Trust in the Lord with all your heart and lean not on your ...
John Gedeon
Nov 11, 2002 at 8:06 pm
Nov 13, 2002 at 3:14 pm -
James - check this out. http://xmlproj.com/fom-serve/cache/122.html -----Original Message----- From: James Shane Sent: Friday, November 08, 2002 1:24 PM To: [email protected] Subject: DBI Oracle 9i ...
Rose, Bill
Nov 8, 2002 at 6:40 pm
Nov 9, 2002 at 2:11 pm -
When I need to have a "use DBD::Oracle qw(:ora_types);" in my program, and I am running from cron, I get a message like: Can't load '<long path /auto/DBD/Oracle/Oracle.so' for module DBD::Oracle:' at ...
Fox, Michael
Nov 5, 2002 at 11:44 pm
Nov 6, 2002 at 10:42 pm -
file: $CPAN/authors/id/T/TI/TIMB/DBI-1.31.tar.gz size: 276605 bytes md5: cd6d40e37ac2cad6db53e7dfbb1baf1c =head1 Changes in DBI 1.31, 29th November 2002 The fetchall_arrayref method, when called with ...
Tim Bunce
Nov 30, 2002 at 1:04 am
Dec 1, 2002 at 11:11 pm -
Hi there, this is kinda OT, since i fear it's more of a mysql than dbi issue, but here goes... the thing is that i have this long-running perlTk app. if i forcefully bring my database-servre down ...
Moritz von Schweinitz
Nov 26, 2002 at 9:55 pm
Nov 29, 2002 at 10:11 am -
Can someone please tell me if the RowCacheSize needs to be set before calling 'prepare' or before calling 'execute' if I want it to be effective for a SELECT statement. I'm using Oracle, so I know it ...
Steve Baldwin
Nov 28, 2002 at 12:29 am
Nov 28, 2002 at 1:11 am -
Please forgive what I'm sure is a really stupid question - but the fact is I've never been in a situation where I didn't have root access to install my modules. I need to get DBI on a web server ...
Chris Faust
Nov 22, 2002 at 10:27 pm
Nov 23, 2002 at 4:09 am -
Hope this isn't too simple a question.....but I can't find an example in my "Programming the Perl DBI"...platform is NT, ActivePerl 633...database is SQLServer2000, connection is DBI:ODBC When I ...
Brien Pirkle
Nov 19, 2002 at 9:55 am
Nov 20, 2002 at 10:19 am -
say, use strict; use DBI; $CommandString = "exp $username[$i]\/$passwd[$i]\@$instance[$i] log = $file_dir$owner\_$table.log"; system ( $CommandString ); if (failed) { ......... } How do I define ...
Shao, Chunning
Nov 19, 2002 at 5:46 pm
Nov 20, 2002 at 6:09 am -
Hi folks, I'm closely (re)scrutinising the DBD::Informix doco for 1.00.PC1 and notice that it says Note that you cannot specify ChopBlanks in [the attribute] list [for connect]. Now, I am passing it, ...
Andrew Hamm
Nov 8, 2002 at 6:38 am
Nov 20, 2002 at 4:21 am -
I get an error when I attempt a query for a specific CUST_ACCT using code like this.... --------------- my $sth = $dbh- prepare("select * from CHSTX_WEB_INVOICE where CUST_ACCT = $quotedcust_no ORDER ...
Ailes, Kevin
Nov 15, 2002 at 7:59 pm
Nov 15, 2002 at 8:41 pm -
Can anyone make since of what I'm missing? Thanks! $ perl -v This is perl, v5.6.1 built for i386-linux $ ./kvert.pl install_driver(Proxy) failed: Can't locate RPC/PlClient.pm in @INC (@INC contains: ...
Nicholas Marsh
Nov 13, 2002 at 9:43 pm
Nov 13, 2002 at 10:47 pm -
[Please respond directly to me as this address is not subscribed to this list - thnx] When I parameter bind and execute() I get seemingly-subtle errors related to quoting. my $sth = $dbh- ...
Rob Lee
Nov 12, 2002 at 5:27 pm
Nov 12, 2002 at 8:22 pm -
Hi, I am trying to compile DBI using mingW, and I was wondering if anyone has been able to do so. The package does not compile out of the box. Is there any documentation on using perl and mingw32 ...
Raphi Net
Nov 11, 2002 at 7:40 am
Nov 12, 2002 at 3:46 am -
After several months away from the DBI list I have returned but as usual with new members it is with a question. I'm not sure if I've coded it incorrectly or ran into a glitch in the DBD for ...
Roderick A. Anderson
Nov 9, 2002 at 10:21 pm
Nov 10, 2002 at 4:54 pm -
I am writting a script using DBI::Oracle to insert user account into database, before inserting I need to verify to make sure userid is not already existed. I have script written, ran it but nothing ...
Nguyen, David M
Nov 8, 2002 at 6:39 am
Nov 10, 2002 at 11:25 am -
Currently I have a Perl app that reads a config file and creates an SQL "where" clause. For legacy reasons, the clause comes out like this: where group=1001 or group=1005 or group=1017 or group=1025 ...
Chuck Tomasi
Nov 8, 2002 at 2:40 pm
Nov 8, 2002 at 6:20 pm -
Hello, I was told by my Oracle DBA that all traffic to and from the Database needs to be encrypted. With Oracle 8i, Net 8 handles this. So my question is how can I take advantage of that? Thanks Joe
Harnish, Joe
Nov 7, 2002 at 4:59 pm
Nov 8, 2002 at 5:15 pm -
Thunder - one of my team members had access to another Oracle instance that WAS in the tnsnames.ora file on my box. We ran the 'test_connect_pgm' and got the SAME ERROR as the *.t test modules ...
Rose, Bill
Nov 5, 2002 at 9:05 pm
Nov 6, 2002 at 3:38 pm -
Hi, I ran into some problems while installing DBI on our new system. At first it was a class A failure but after I changed esql's COPTS variable to "", I was able to create a Makefile and run "make" ...
Gelbolingo, Arlene - MLG
Nov 4, 2002 at 8:13 pm
Nov 5, 2002 at 6:08 pm -
It loads without problem. It makes without problem. But running tests I get an error stating: PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/opt/perl5/lib/5.6.0/PA-RISC2.0 ...
Beckmann, Gary
Nov 1, 2002 at 11:46 pm
Nov 4, 2002 at 8:18 pm -
Hi, I tried to connect to a Oracle 9i db (system as sysdba) with the following: my $dbh = DBI- connect('dbi:Oracle:AM922X', 'system', 'pass1', { ora_ession_mode = 2 }); and I got the following: DBI- ...
Lin Feng
Nov 27, 2002 at 4:18 am
Nov 29, 2002 at 2:28 am
Group Overview
group | dbi-users |
categories | perl |
discussions | 160 |
posts | 528 |
users | 188 |
website | dbi.perl.org |
188 users for November 2002
Archives
- May 2016 (10)
- April 2016 (15)
- February 2016 (4)
- January 2016 (6)
- December 2015 (17)
- November 2015 (7)
- October 2015 (23)
- September 2015 (6)
- March 2015 (14)
- February 2015 (27)
- January 2015 (30)
- December 2014 (30)
- November 2014 (5)
- October 2014 (22)
- September 2014 (5)
- August 2014 (9)
- July 2014 (11)
- June 2014 (14)
- May 2014 (14)
- April 2014 (30)
- March 2014 (16)
- February 2014 (47)
- January 2014 (36)
- December 2013 (23)
- November 2013 (20)
- October 2013 (32)
- September 2013 (40)
- August 2013 (31)
- July 2013 (10)
- June 2013 (43)
- May 2013 (46)
- April 2013 (16)
- March 2013 (11)
- February 2013 (18)
- January 2013 (8)
- December 2012 (11)
- November 2012 (30)
- October 2012 (42)
- September 2012 (9)
- August 2012 (71)
- July 2012 (18)
- June 2012 (35)
- May 2012 (34)
- April 2012 (16)
- March 2012 (33)
- February 2012 (50)
- January 2012 (25)
- December 2011 (38)
- November 2011 (29)
- October 2011 (71)
- September 2011 (57)
- August 2011 (34)
- July 2011 (25)
- June 2011 (37)
- May 2011 (71)
- April 2011 (41)
- March 2011 (57)
- February 2011 (70)
- January 2011 (53)
- December 2010 (76)
- November 2010 (36)
- October 2010 (92)
- September 2010 (79)
- August 2010 (59)
- July 2010 (74)
- June 2010 (129)
- May 2010 (121)
- April 2010 (148)
- March 2010 (92)
- February 2010 (76)
- January 2010 (75)
- December 2009 (64)
- November 2009 (69)
- October 2009 (110)
- September 2009 (49)
- August 2009 (67)
- July 2009 (51)
- June 2009 (106)
- May 2009 (91)
- April 2009 (81)
- March 2009 (100)
- February 2009 (71)
- January 2009 (91)
- December 2008 (63)
- November 2008 (98)
- October 2008 (98)
- September 2008 (114)
- August 2008 (65)
- July 2008 (96)
- June 2008 (89)
- May 2008 (116)
- April 2008 (148)
- March 2008 (123)
- February 2008 (81)
- January 2008 (99)
- December 2007 (75)
- November 2007 (76)
- October 2007 (91)
- September 2007 (107)
- August 2007 (207)
- July 2007 (205)
- June 2007 (141)
- May 2007 (135)
- April 2007 (164)
- March 2007 (141)
- February 2007 (178)
- January 2007 (192)
- December 2006 (84)
- November 2006 (143)
- October 2006 (96)
- September 2006 (288)
- August 2006 (235)
- July 2006 (173)
- June 2006 (224)
- May 2006 (225)
- April 2006 (268)
- March 2006 (162)
- February 2006 (234)
- January 2006 (263)
- December 2005 (230)
- November 2005 (206)
- October 2005 (175)
- September 2005 (189)
- August 2005 (191)
- July 2005 (260)
- June 2005 (225)
- May 2005 (263)
- April 2005 (369)
- March 2005 (302)
- February 2005 (222)
- January 2005 (291)
- December 2004 (364)
- November 2004 (335)
- October 2004 (317)
- September 2004 (362)
- August 2004 (368)
- July 2004 (306)
- June 2004 (269)
- May 2004 (214)
- April 2004 (273)
- March 2004 (352)
- February 2004 (326)
- January 2004 (458)
- December 2003 (278)
- November 2003 (308)
- October 2003 (338)
- September 2003 (408)
- August 2003 (386)
- July 2003 (415)
- June 2003 (541)
- May 2003 (674)
- April 2003 (461)
- March 2003 (647)
- February 2003 (495)
- January 2003 (514)
- December 2002 (612)
- November 2002 (528)
- October 2002 (705)
- September 2002 (567)
- August 2002 (509)
- July 2002 (576)
- June 2002 (689)
- May 2002 (529)
- April 2002 (794)
- March 2002 (656)
- February 2002 (706)
- January 2002 (794)
- December 2001 (456)
- November 2001 (637)
- October 2001 (772)
- September 2001 (557)
- August 2001 (889)
- July 2001 (720)
- June 2001 (865)
- May 2001 (1,031)
- April 2001 (908)
- March 2001 (715)
- February 2001 (568)
- January 2001 (128)