Yup, the problem with DBD-Oracle was that AutoCommitting of blobs didn't
work. From Tim Bunce:
--
Ah, there are issues with BLOBS and AutoCommit.
Hack the source:
Near the top of post_execute_lobs():
D_imp_dbh_from_sth;
SV *dbh = DBIc_MY_H(imp_dbh);
And at the very bottom of the function:
if (DBIc_has(imp_dbh,DBIcf_AutoCommit))
dbd_db_commit(dbh, imp_dbh);
return 1;
Tim.
--
----- Original Message -----
From: "Gerald Richter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Embeded PERL ML" <[EMAIL PROTECTED]>
Sent: Wednesday, February 07, 2001 2:46 PM
Subject: Re: Sessions within embperl
> >
> > Here is what I have:
> >
> > PerlSetEnv EMBPERL_SESSION_CLASSES "Oracle Null"
> > PerlSetEnv EMBPERL_SESSION_ARGS
> "DataSource=dbi:Oracle:host=oracle;sid=tsec UserName=user Password=passwd
> Commit=1"
> >
>
> Storeing sessions in Oracle was always a problem. Mike from iii reported
> that he had to patch DBD::Oracle for that to work correctly. You may
search
> the mailing list archive, for these mails. Since that's a problem between
> Apache::Session and DBD::Oracle, you may use the File store, until theses
> problems are sorted out.
>
> Gerald
>
>
> -------------------------------------------------------------
> Gerald Richter ecos electronic communication services gmbh
> Internetconnect * Webserver/-design/-datenbanken * Consulting
>
> Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
> E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131
> WWW: http://www.ecos.de Fax: +49 6133 925152
> -------------------------------------------------------------
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]