As far as i know the pure java type 4 drivers have limited support to long
raw and blob columns in Oracle...
so Maybe u want to try using the native oci drivers around
----- Original Message -----
From: "Aaron Mulder" <[EMAIL PROTECTED]>
To: "jBoss" <[EMAIL PROTECTED]>
Sent: Wednesday, November 01, 2000 5:36 AM
Subject: Re: [jBoss-User] Serializing a Vector
> On Wed, 1 Nov 2000, Ingo Bruell wrote:
> > I have tried both BLOB and RAW LONG, but I always get an invalid
columntype
> > exception from Oracle as JDBC Type I have used JAVA_OBJECT and BLOB.
>
> Do you get the error when it goes to create the table, or when it
> tries to read from it or write to it? If it's a table-creation error,
> what happens if you create the table manually instead of letting JAWS do
> it. In any case, could you post the SQLException and the surrounding
> jBoss log output? Also, you know that is should be "LONG RAW" and not
> "RAW LONG", right? Finally, you can try RAW(255) but that's limited to
> 255 bytes, so I suspect it won't handle a normal Vector.
>
> Aaron
>
>
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Problems?: [EMAIL PROTECTED]
>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]