Hi.
I've experienced similiar problems with CLOB.
what java methods do you use on the driver for select/insert/update ?
there are some versions of classes12.zip. The actual driver you are using is
what you define in the db url for the getConnection.
i.e.
for oci driver you'll write jdbc:oracle:oci8:@<tns-name>
and for thin driver you will write :
jdbc:oracle:thin:@<host-machine>:<port>:<sid>

when working with BLOB's its recommended to work with oci driver since it is
more efficient

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Darius Davidavicius
Sent: Friday, November 24, 2000 6:00 PM
To: [EMAIL PROTECTED]
Subject: [jBoss-User] JBoss+Oracle+BLOB


hi all

I using last version of JBoss, Oracle8i

I working with Bean managed entity bean and i want to store/load data into
Oracle BLOB field.
I can store data but i cant read them.
For me it seems like problems in the JDBC draiver. Now i using classes12.zip

Does anyone worked with it?
I need consultations.
D&D




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to