-->
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 "LONG RAW" and Streams
PostPosted: Fri Sep 02, 2005 9:31 am 
Newbie

Joined: Fri Sep 02, 2005 9:09 am
Posts: 1
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version:
3.0.5

Mapping documents:
Code:
    <property
         name="flux"
         type="binary"
         columng="FLUX"
    />


Code between sessionFactory.openSession() and session.close():
none

Full stack trace of any exception that occurs:
none

Name and version of the database you are using:
Oracle 9iR2 9.2.0.4

The generated SQL (show_sql=true):
none

Debug level Hibernate log excerpt:
none

I would like to retrieve files from a long raw column in Oracle. As the file may be really large, I would like to retrieve an InputStream instead of byte[]. Unfortunately I cannot change the type of the column from LONG RAW to Blob.
Is there a way to do this with Hibernate ?

Thanks in advance


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.