Re: Using Net 8 with DBD::Oracle to encrypt data

2002-11-07 Thread Orlando Andico
traffic. --- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc.

Re: Accessing .mdb files residing on a linux box with the DBI

2002-09-08 Thread Orlando Andico
, if that makes a difference. do a Google search for MDBtools. UNIX utilities for reading the innards of ..mdb files ;) --- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc.

Re: problems with DBD Oracle on Solaris

2002-07-12 Thread Orlando Andico
this command 'crle' to add the path-to-oracle-libraries to the dynamic library link path. 'crle' is analogous to 'ldconfig' on Linux machines. or, add the path-to-oracle-libraries to the LD_LIBRARY_PATH environment variable. --- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc.

Re: Perl Oracle driver incompatible with Oracle 8i

2002-06-12 Thread Orlando Andico
this issue. I think you have to rebuild Oracle.pm to link against the 8i libclntsh.so. Or, keep your Oracle8 OCI library somewhere and use LD_PRELOAD or similar so that Oracle.pm links to it instead of the updated client library. --- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc.

Re: Connecting MS SQL 2000 w/ DBD::ODBC

2002-04-16 Thread Orlando Andico
was detected. maybe this problem migrated to M$? and that's their fix? --- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc.

Re: I just don't get how to do error checking.

2002-04-12 Thread Orlando Andico
it. I must have some kind mental block. If I could get a working example hopefully the light will come on. This will eventually work with a html Form. Thanx wrap it inside an eval {} --- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc.

Re: PLS-00553: character set name is not recognized

2002-04-07 Thread Orlando Andico
ORACLE_HOME=/opt/oracle/8.1.7 export PATH=$PATH:$ORACLE_HOME/bin export ORACLE_SID= export NLS_LANG=american_america.we8iso8859p1 export ORA_NLS=$ORACLE_HOME/ocommon/nls/admin/data -- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc.

Re: Thankx

2002-04-07 Thread Orlando Andico
very slowly. Anyway aroundu know of. __ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc.

RE: catching DBD::Oracle deadlocks

2002-03-07 Thread Orlando Andico
manually? I've found a sort-of solution, and it's not an alarm. $sth = $dbh-prepare (SELECT * FROM table_to_check FOR UPDATE NOWAIT); $rv = $sth-execute; $sth-finish; if ($rv != 0E0) { return undef; } # do the update down here -- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc.

cached DBD::Oracle connection gets stuck

2002-03-06 Thread Orlando Andico
be awakened) happens when the firewall falls down and connectivity to Oracle is lost. However, in this case, I am certain that the firewall is OK, as using SQL*Plus to connect to the server works fine.. -- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc.

catching DBD::Oracle deadlocks

2002-03-06 Thread Orlando Andico
-finish; print STDERR Update finished!\n; alarm (0); }; if ($@) { print STDERR Error: $@\n; } else { $dbh-commit; } -- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc.

DBD::Oracle alarm

2002-03-06 Thread Orlando Andico
well, seems I emailed too soon, timing out stuck Oracle sessions seems to have been discussed a lot on DBI-dev.. (but with no neat resolution) is there any news in this regard? -- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc.

RE: How to import PDF files into oracle database using DBI

2002-02-22 Thread Orlando Andico
On Fri, 22 Feb 2002, Sterin, Ilya wrote: ... Yes, just insert into a BLOB field. You might also want to think about keeping it on disk (it's faster) and just keeping a path to file reference in db. if it's in BLOB, you can also use InterMedia Text to index it! =) -- Orlando Andico [EMAIL

Re: DBD::Oracle with Oracle client on Redhat Linux 7.1

2001-09-27 Thread Orlando Andico
with the new J2EE 1.3.1 FCS release from Sun, using green threads (this is how I got LimeWire working on RH7.x). But then again I have better things to do.. =) still chugging along with 8.0.5.0.0 =) -- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc.

Re: SET TRANSACTION READ ONLY / SET TRANSACTION USE ROLLBACKSEGMENT

2001-08-17 Thread Orlando Andico
, and PERL 5.003. $dbh-do(SET TRANSACTION USE ROLLBACK SEGMENT U7); seems to work for me.. -- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc. -BEGIN GEEK CODE BLOCK- Version: 3.12 GE d(-) s: a-25 C UBLSI$ P+++ L+++ E- W++ N(+) o K? w O-- M- !V PS(++) PE- Y PGP

RE: .htpasswd and DBD::CSV

2001-07-11 Thread Orlando Andico
On Thu, 12 Jul 2001, Perl DBI wrote: .. yes. i already tried it. in my experience DBD::CSV can be iffy. I just use Text::CSV_XS (where you can better control delimiters and stuff) and DBD::RAM. =) -- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc. -BEGIN GEEK CODE BLOCK

RE: Shorthand for $dbh-prepare and $sth-execute?

2001-06-26 Thread Orlando Andico
that I've noticed when you do large SELECTs in Oracle, the execute takes forever. When the execute completes, a torrent of data comes in. So my conclusion that Oracle executes the whole query first.. -- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc. -BEGIN GEEK CODE BLOCK- Version

RE: Shorthand for $dbh-prepare and $sth-execute?

2001-06-26 Thread Orlando Andico
from a 10-million-row table.. -- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc. -BEGIN GEEK CODE BLOCK- Version: 3.1 GE d(-) s: a-25 C UBLSI$ P+++ L+++ E- W++ N(+) o K? w O-- M- !V PS(++) PE- Y PGP-- t(+)@ 5(+) X++@ R(+) tv@ b++ DI++ G e++@ h--(*) r% y+ --END

Re: Help Please DBI/ODBC/ORACLE

2001-06-26 Thread Orlando Andico
DBD::Oracle. i don't suppose you're in violation of your license if you just use the Linux Oracle client side. i think. but i shouldn't consider myself authoritative on that. -- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc. -BEGIN GEEK CODE BLOCK- Version: 3.1 GE d(-) s

Re: Data Extract

2001-06-08 Thread Orlando Andico
.. -- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc. -BEGIN GEEK CODE BLOCK- Version: 3.1 GE d(-) s: a-25 C UBLSI$ P+++ L+++ E- W++ N(+) o K? w O-- M- !V PS(++) PE- Y PGP-- t(+)@ 5(+) X++@ R(+) tv@ b++ DI++ G e++@ h--(*) r% y+ --END GEEK CODE BLOCK--

RE: Data Extract

2001-06-08 Thread Orlando Andico
. -- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc. -BEGIN GEEK CODE BLOCK- Version: 3.1 GE d(-) s: a-25 C UBLSI$ P+++ L+++ E- W++ N(+) o K? w O-- M- !V PS(++) PE- Y PGP-- t(+)@ 5(+) X++@ R(+) tv@ b++ DI++ G e++@ h--(*) r% y+ --END GEEK CODE BLOCK--

Re: Active statement error

2001-05-31 Thread Orlando Andico
. This will eliminate the warning. -- Orlando Andico [EMAIL PROTECTED] Mosaic Communications, Inc. -BEGIN GEEK CODE BLOCK- Version: 3.1 GE d(-) s: a-25 C UBLSI$ P+++ L+++ E- W++ N(+) o K? w O-- M- !V PS(++) PE- Y PGP-- t(+)@ 5(+) X++@ R(+) tv@ b++ DI++ G e++@ h--(*) r% y+ --END GEEK CODE

Re: DB2 vs. Oracle

2001-03-22 Thread Orlando Andico
SAP would probably do better than PostgreSQL... -- - Orlando Andico [EMAIL PROTECTED] POTS Phone: +63 (2) 848-2893 Mosaic Communications, Inc.GSM Mobile: +63 (917) 531-5893 I'm not suffering from insanity

Re: DB2 vs. Oracle

2001-03-22 Thread Orlando Andico
o Informix Universal Server. ----- Orlando Andico [EMAIL PROTECTED] POTS Phone: +63 (2) 848-2893 Mosaic Communications, Inc.GSM Mobile: +63 (917) 531-5893 I'm not suffering from insanity -- I'm enjoying every minute of it!!