Thread:
 Oracle BLOB 
 l.masini   11 Nov 2003, 09:51 
 Oracle BLOB 
 valeriasalviati   02 Jan 2004, 18:40 
 Re: Oracle BLOB 
 udoo   08 Jan 2004, 07:41 

Comment
Prev. thread 
 Next thread
 
Prev. posting 
 Next posting
From: valeriasalviati (02 Jan 2004, 18:40) Replies: 1, Views: 40060
Subject: Oracle BLOB
Hi!
I'm working with Hibernate and Oracle 8.
I have a problems working with Blobs...

The sourcecode is:

Blob data;

public Blob getData( )
{
	return data;
}
public void setTheData(byte[] theData) {
   this.data = Hibernate.createBlob(theData);
}

The error is:
Could not synchronize database state with session
java.sql.SQLException: operación no autorizada: streams type cannot be
used in batching


What I should do?

Thank you!
Prev. thread 
 Next thread
 
Prev. posting 
 Next posting
© Copyright 2006, Red Hat Middleware, LLC. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc. [Privacy Policy]