Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: storing java object?

Re: storing java object?

From: Chris Boyle <cboyle_at_nospam.hargray.com>
Date: Wed, 4 Oct 2000 08:37:29 -0400
Message-ID: <8rf849$5pgv$1@news3.infoave.net>

As of 8i you can store java classes on the database itself with the loadjava command Take a look at
http://oradoc.photo.net/ora816/java.816/a81358/toc.htm or http://www.dbasupport.com/dsc/ora8/page7.shtml I hope that helps

Freeze wrote in message ...
>>I think you understand. I have a java object and I want to store it in
 the
>>DB without having to write SQL to insert each member of the object. I was
>>thinking there might be a way to stream the object int a BLOB type or
>>something like that. Maybee Oracle even has support to store instances of
>>Java classes directly.
>Perhaps, but you could serialize the object and store it in a Blob or a
>(LONG)RAW...
>
>
Received on Wed Oct 04 2000 - 07:37:29 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US