Yupe, there's problem with storing object as blob (even weblogic has this
problem too). I have changed the mapping to LONG RAW instead of BLOB in
orion-ejb-jar.xml and the problems are gone.

But i dont try using the OCI yet.

Thank's
Agustinus Pranantoseno
http://www.pointasiadesign.com/

----- Original Message -----
From: Markus Holmberg <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Cc: Orion-Interest <[EMAIL PROTECTED]>
Sent: Friday, January 12, 2001 7:58 PM
Subject: Re: large field bug ??


> On Thu, Jan 11, 2001 at 08:20:58AM +0700, Agus K. Pranantoseno wrote:
> > I have manage to put my String stored as blob working using cmp.... but
if
> > the size is more than 1k it's go wrong... (the blob does not stored to
the
> > db and the next time i restart the orion those entity even failed to
> > load)....
> > i am used orion 1.3.8 with oracle 8.1.6 both on linux machine....
> > is there any limitation in bean size ?? this is orion bug or oracle jdbc
bug
> > ???
> > i only done simply cmp mapping
>
> To use LOB's with Oracle through JDBC, the OCI-based JDBC driver is
> required. Thin JDBC (= all Java) won't do it (see the documentation).
>
> LOB's will work, but *unreliably*, with Thin JDBC. Symptoms are sluggish
> performance, "broken pipe" SQLException's etc.
>
> AFAIK, there is no OCI JDBC driver for Linux. (I might be wrong though.)
>
> Markus
>
> --
>
> Markus Holmberg         |       Give me Unix or give me a typewriter.
> [EMAIL PROTECTED]      |       http://www.freebsd.org/
>
>


Reply via email to