Re: mod_perl and dbi

2001-10-29 Thread MPM
A good starting place is http://perl.apache.org/stories/ . Its a nice list. There is also the etoys article on perl.com http://www.perl.com/pub/a/2001/10/17/etoys.html The company I work for runs mod_perl and dbi. www.musiciansfriend.com is listed in whats related as 'in top 3964 sites on web'

RE: ORACLE_HOME environment variable not set

2001-04-02 Thread MPM
Actually, I'd question this. I get the same error(though i can still connect). I've even put debuging code into the script that we use to start apache and it shows that $ORACLE_HOME is properly set when the script is run. Just for reference Versions: Perl 5.6.0 DBI 1.14 DBD::ORACLE 1.06 I haven

multiple clobs in a table causing errors.

2001-02-26 Thread MPM
I've got a table in oracle that has 12 fields. 4 of them our clobs and 4 are fields to track the size of the data in the clobs. I'm trying to update the clobs though and it errors out with: update prod_copy set emi = ?,emi_length = ?,emi_title = ? where base_id = ? 1, EMI, { ora_type=>ORA_CLOB,