Search Discussions
-
The following line produces and error in DBI excuting with either a do or a prepare, execute my $statement = "SELECT \"Rows inserted\" + @rows "); # ODBC error my $statement2 = "SELECT 'Rows ...
Moosmann, James
Jan 18, 2005 at 9:11 pm
Jan 23, 2005 at 3:08 am -
Hello, I'm having trouble getting the FAQ section of your website. Our firewall won't allow it. I have two users using Oracle 10 and Oracle 8.1.7. I've already installed DBI for Oracle 10 but now the ...
Sandra Durbin
Jan 5, 2005 at 9:07 pm
Jan 13, 2005 at 9:34 pm -
Hi all. I've just ( barely ) managed to get DBD::ODBC == UnixODBC == FreeTDS working on my system. I took a Perl-Gtk2 app which has been running fine, and substituted the old DBD::Sybase connection ...
Daniel Kasak
Jan 12, 2005 at 12:12 am
Jun 28, 2005 at 7:57 am -
Hi all, I have a question: I use DBI and DBD::Oracle with no prob. but I need to retur the number of rows affected by a select statement, use the "$var = $st- rows" but it no works in select ...
Hernan Arredondo
Jan 24, 2005 at 6:42 pm
Jan 25, 2005 at 1:20 am -
10
passing dbh
I am trying to figure out the most efficient method of passing around a live dbh when calling a subs. I have embedded a dbh into an object: $obj- {dbh} and would like to pass to it to other functions ...Alec Brecher
Jan 10, 2005 at 3:36 pm
Jan 10, 2005 at 6:17 pm -
Hello, I have succesfully installed freetds-0.62.3-1.1.fc3.rf from Dag Wieers's rpm repository unixODBC-2.2.9-42 unixODBC-devel-2.2.9-42 from Fedora Core 3's rpm repository DBD::ODBC 1.13 from ...
Honza Pazdziora
Jan 4, 2005 at 8:55 am
Jun 27, 2005 at 9:08 pm -
Hello, After I've upgraded to newest versions of DBI(1.46) and DBD::Pg (1.32), my scripts started to fail while feeding arrays into stored procedures in postgresql base (v7.4.6). The (old working) ...
Dmitry Karasik
Jan 17, 2005 at 2:06 pm
Jan 23, 2005 at 7:50 am -
Hi all. I'm after a driver for SQL Server. My requirements: - must run on Linux - must support placeholders - must work with SQL Server 7 That's it. To show I've researched a bit: I'm currently using ...
Daniel Kasak
Jan 11, 2005 at 3:06 am
Jan 11, 2005 at 4:50 pm -
Hello: I am using perl version 5.8.5 to connect to Oracle 7.3.4 database. I can fetch Date, Number, Float type of data from that database, but not VARCHAR2 type of data. The error message is: ...
Yahui Shang
Jan 9, 2005 at 12:57 am
Jan 10, 2005 at 10:22 pm -
Hi, I'm running a test to see whether certain criteria in a SELECT statement return record or not. If I get a "no rows selected" from SQL then I want to perform a specific action . But I don't how ...
Mark Martin
Jan 28, 2005 at 12:57 pm
Jan 31, 2005 at 10:34 am -
I just read a Debian advisory about CAN-2005-0077, claiming "Javier Fernández-Sanguino Peña from the Debian Security Audit Project discovered that the DBI library, the Perl5 database interface, ...
Peter J. Holzer
Jan 28, 2005 at 3:27 pm
Jan 28, 2005 at 10:24 pm -
Hi all, I make a page that returns the result of a select statement in Perl and DBI, but a lot of rows are returned, there is a way to page the result ? Regards Hernan Dario -- No matter how fast ...
Hernan Arredondo
Jan 25, 2005 at 10:01 pm
Jan 27, 2005 at 4:54 pm -
Hi, I am using Linux Debian (Sid) with libdbi-perl version 1.46-5 and mySQL version 4.1. Currently, I am trying to set up a perl script which will use the DBI module to connect to database. ...
Wojciech Karlowski
Jan 26, 2005 at 2:19 pm
Jan 26, 2005 at 7:39 pm -
Hello, the following program: use strict; use DBI; my $dbh = DBI- connect(qw( dbi:Oracle: T3_JLL T3_JLL ), { PrintError = 0 }); $dbh- do(q{DROP TABLE Person}); $dbh- disconnect; $dbh = DBI- ...
LEROY Jean-Louis
Jan 21, 2005 at 10:55 am
Jan 21, 2005 at 3:24 pm -
Gentlemen: I have struggled with this problem for a while now with no success at finding the answer, so I am asking for help from anyone who might know the solution. I am using Windows XP, ...
Charles Lawrence
Jan 18, 2005 at 7:55 pm
Jan 19, 2005 at 6:53 pm -
Hi all, I'm new in DBI and I'm really stuck, some can explain me this code: use DBI; my $dbh = DBI- connect( 'dbi:Oracle:db', '$username', '$passwd', ) or die "$DBI::errstr"; EOF its supposed I get a ...
Hernan Arredondo
Jan 13, 2005 at 7:11 pm
Jan 13, 2005 at 7:50 pm -
I'm running the following: Win2k ActiveState Perl 5.6.1 DBI 1.28 DBD-Oracle 1.06 DBD-mysql 2.04 In order to utilize Win32-Printer, I need to upgrade to Perl 5.8. I've Googled and found nothing that ...
Michael Ragsdale
Jan 7, 2005 at 3:09 pm
Jan 9, 2005 at 8:49 pm -
hello world I'm pretty new to make Oracle and perl together. I test a very simple request with TOAD and its cool sql editor : delete from MYTABLE where (NAME< 'UNKNOWN' and ID=123); Simple, isn't it ...
Liooil
Jan 4, 2005 at 3:31 pm
Jan 4, 2005 at 4:27 pm -
I'm trying to select from a table where the serial number apparently looks like an octal number to Oracle and I haven't been able to figure out how to convince it otherwise. My last attempt looks ...
Jim Lynch
Jan 25, 2005 at 7:27 pm
Oct 27, 2005 at 1:17 pm -
Hi all! I have subroutine, that checks, if I already have in DB specified row: sub image_exist { my ($id, $date) = @_; #id is _always_ number my $sth = $mydbh- prepare_cached("select ID from pic ...
Ing. Branislav Gerzo
Jan 28, 2005 at 8:56 am
Jan 28, 2005 at 2:27 pm -
Hello I have on my server 5.005_03 built for sun4-solaris installed with DBI(v1.13). I was previously accesing a Oracle 7.3.4 Database without problems. Now I tried to access the same DB but migrated ...
Spiraquis Alexis (SFO)
Jan 24, 2005 at 6:45 pm
Jan 25, 2005 at 4:10 pm -
Hi: Send me the PPM package for DBD::Oracle. Activestate 5.8 Best Regards, Satish Waghmare
Waghmare, Satish (IE03x)
Jan 17, 2005 at 10:20 am
Jan 25, 2005 at 2:18 pm -
Hello, I'm using DBI and DBD:ODBC in my perl script. I'm also using DBI::Const::GetInfoType. I was trying to get the database name using $dbh- get_info( $GetInfoType{SQL_DATABASE_NAME} ), and it ...
Phillip Hellewell
Jan 21, 2005 at 7:03 pm
Jan 25, 2005 at 11:11 am -
Error Message is [Tue Jan 25 04:53:23 2005] [error] [client 127.0.0.1] DBD::Oracle::db prepare failed: ORA-00900: invalid SQL statement (DBD: error possibly near <* indicator at char 1 in '<* DESC ...
Vivekananda Marellali
Jan 24, 2005 at 11:21 pm
Jan 25, 2005 at 1:58 am -
Hi, I have an app which connects via DBI:DBD:CSV to a flat file. When I include pragma use encoding, the app aborts (message from OS and the script is killed). I found out that script is aborted ...
RH
Jan 21, 2005 at 4:04 pm
Jan 24, 2005 at 9:16 am -
Hello, I'm having a very strange problem with DBD::Proxy and have ended up with brain meltdown - so now its your turn ;-) Basically, if I use DBD::Proxy to connect to a database (just doing a 'use ...
Addison, Mark
Jan 19, 2005 at 5:37 pm
Jan 21, 2005 at 4:39 pm -
Nina Markova
Jan 19, 2005 at 8:12 pm
Jan 20, 2005 at 12:56 pm -
Oracle 8.1. I'm finding that for a REQUEST_DATE value of 25-May-01:- WHERE BLAH.REQUEST_DATE <= TO_DATE('25-MAY-01', 'DD-MON-YY') yields nothing, while WHERE BLAH.REQUEST_DATE = TO_DATE('25-MAY-01', ...
Graeme St. Clair
Jan 18, 2005 at 11:56 pm
Jan 19, 2005 at 12:30 am -
Hi, I'm using perl with Ingres driver. My question is how to set readlock=nolock via perl dbi. Normally via eSQL I use EXEC SQL SET LOCKMODE SESSION WHERE READLOCK = NOLOCK; Is there any similar ...
Nina Markova
Jan 4, 2005 at 4:39 pm
Jan 4, 2005 at 8:23 pm -
Hi, I'm trying the access oracle through perl, but am getting the error "ERROR OCIEnvInit". My perl script is: ------------------------------------------------------------------------- use DBI; ...
Sandeep Warikoo
Jan 4, 2005 at 2:55 pm
Jan 4, 2005 at 4:07 pm -
hi , am new to perl. plz help me with the following: 1.How to reteive records from postgresql databasse using PERL? here is my code follows: #!/usr/bin/perl print "Content-type: text/html\n\n"; use ...
Sudheer raghav
Jan 28, 2005 at 5:51 am
Jan 28, 2005 at 10:57 am -
All, I have the following code: $::sql = "INSERT into MASTER_Issue"; $::sql.= " (idIssue, Description, OpenDate, DueDate, idStatus, idPriority, idSeverity, SortDate)"; $::sql.= " VALUES ...
Moreno, Javier
Jan 26, 2005 at 4:44 pm
Jan 26, 2005 at 5:47 pm -
I have a strange problem when connecting to an Oracle 10 database: #!/usr/bin/perl use strict; use warnings; use DBI; my $rc = system "true"; print "Before: $rc\n"; my $dbh = DBI- ...
Peter Marksteiner
Jan 25, 2005 at 2:51 pm
Jan 25, 2005 at 6:16 pm -
Sorry if I posted this twice - I did not see my first post go through. I am trying to do a join across to csv files but have been unsuccessful up to this point. I have two tables: tab1.csv ...
Jeff Benton
Jan 13, 2005 at 8:01 pm
Jan 24, 2005 at 10:06 pm -
Greetings - Having the notorious problem where trailing spaces are being truncated from bind variables. I have found two solutions, one is to rtrim the column in the SQL statement, the other is to ...
Chad Terry
Jan 21, 2005 at 4:20 pm
Jan 21, 2005 at 6:12 pm -
On occassions when an oracle instance is having trouble, my DBI connections hang. For example, if the oracle archive log destination is full or the OS itself is hung, the DBI connection will also ...
David Goodman
Jan 20, 2005 at 5:00 pm
Jan 20, 2005 at 5:16 pm -
2
ANSI SQL
OK, I am facing a bit of a dilema here. I am trying to help a group of developers convert a blog system to Oracle. This system was originally written for Mysql but would be great if we could get it ...Maldonado, Daniel CW2 CTARNG
Jan 18, 2005 at 8:34 pm
Jan 18, 2005 at 8:37 pm -
All, Does anyone know of a repository where I can find DBD::Oracle? I have tried the ActiveState default repository but it reports it is not available. Regards, Javier Moreno
Moreno, Javier
Jan 17, 2005 at 5:05 pm
Jan 17, 2005 at 7:22 pm -
Hi all, I am using the Apache webserver bundled with Oracle PE and I am getting the following error: [Sat Jan 15 10:34:41 2005] [error] [client 151.110.117.153] DBI connect('ILOG','system',...) ...
Moreno, Javier
Jan 15, 2005 at 4:44 pm
Jan 16, 2005 at 5:10 pm -
Patrick M Albouy
Jan 15, 2005 at 1:09 am
Jan 15, 2005 at 12:53 pm -
mandating a new method for all compliand DBDs is, as ever, outrageeous. Here's a proposed compromise: A new DBD that takes the elements of the attributes hash, and at connect time this DBD will build ...
David Nicol
Jan 13, 2005 at 6:40 am
Jan 13, 2005 at 12:26 pm -
Help! I have a SQL SERVER database hosted on an NT server. I am trying to connect to the database using PERL from LINUX. I am currently using DBD::ODBC but the multiple query restriction is causing ...
Pothier Ra
Jan 12, 2005 at 1:48 pm
Jan 12, 2005 at 4:59 pm -
Linux version: Linux agumbe.p.in.integral.com 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux Oracle client: 9.2.0 DBD::Oracle: DBD-Oracle-1.16 Following error when installing, I ...
Shiva kumar
Jan 11, 2005 at 7:23 am
Jan 12, 2005 at 4:41 am -
Hello, First of all, thank you for taking the time to help me. I am a beginner to DBI, and I am very frustrated with not being able to connect to Oracle from my Sun Solaris box. I installed DBI and ...
Zhou, Qing
Jan 9, 2005 at 12:45 am
Jan 10, 2005 at 12:48 am -
Hi, I am using perl DBI Most of my perl code use prepared statements like this my $datasource = "dbi:Oracle:"; $abdw_dbh = DBI- connect("$datasource", "$abdw_username/$abdw_password\@$abdw_sid") or ...
Sunil A.V.
Jan 7, 2005 at 10:30 pm
Jan 8, 2005 at 3:22 pm -
I am currently developing a module/framework that is focused on enabling cross-database portability that is as thorough as the Java platform does cross-platform portability. In practice, this module ...
Darren Duncan
Jan 6, 2005 at 11:42 pm
Jan 7, 2005 at 7:10 am -
Hi, I am trying to connect to an oracle database using the following strings: $db_handle = DBI- connect("dbi:Oracle:db_name",username, pwd); or $db_handle = DBI- connect("db_name","username","pwd"); ...
Boris Volf
Jan 4, 2005 at 6:34 pm
Jan 6, 2005 at 9:54 am -
Hi, I have a problem trying to make a few queries work with parameter binding: This code works fine: use DBI; use DBD::Oracle qw(:ora_types); my $dbh = DBI- connect($dsn,$user,$password); my $sth = ...
Juan Jose Natera
Jan 31, 2005 at 9:34 pm
Jan 31, 2005 at 11:21 pm -
While installing DBD::Oracle I got the following errors: t/40ph_type.............Can't load '/root/.cpan/build/DBD-Oracle-1.16/blib/arch/ auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: ...
Maldonado, Daniel CW2 CTARNG
Jan 31, 2005 at 8:20 pm
Jan 31, 2005 at 8:41 pm -
What is the meaning of result type 4046? I'ts not documented in DBD::Sybase. Thanks, Jim -------------------------------------------------------- NOTICE: If received in error, please destroy and ...
Anderson, James H (Company IT)
Jan 31, 2005 at 6:11 pm
Jan 31, 2005 at 7:04 pm
Group Overview
group | dbi-users |
categories | perl |
discussions | 91 |
posts | 291 |
users | 116 |
website | dbi.perl.org |
116 users for January 2005
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)