-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Oracle BLOB-Type Error
PostPosted: Mon Apr 23, 2007 8:46 am 
Newbie

Joined: Thu Mar 22, 2007 12:25 pm
Posts: 11
Hi!
(Hibernate 3.0 und Oracle9, JDBCDriver14 (Thin))

Ich möchte gerne ein Image, das in der Klasse als byte[] deklariert ist, auf die DB schreiben. Das funktioniert so auch recht gut, nur kann ich es nicht mehr löschen. Bei einem Versuch mit Session.delete das Image (mit dem enthaltenen byte[]) von der DB zu löschen, bekomm ich folgenden error:

ORA-00997: illegal use of LONG datatype

Sobald ich den byte[] image = null setze, und so auf die DB persistiere, funktioniert das löschen perfekt.

Code:
@Transient
@Column(length = 3 * ThumbnailCreator.THUMBNAIL_DIM
   * ThumbnailCreator.THUMBNAIL_DIM)
public byte[] getThumbnail() {
        return thumbnail;
}


Wenn ich jedoch versuche, das byte[] explizit auf BLOB zu mappen (mit @Lob), bekomm ich allerdings folgenden error:

ORA-00932: inconsistent datatypes: expected - got BLOB

Weiss da vielleicht jemand Rat?
mfg Prophecy


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.