Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: storing java object?
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
![]() |
![]() |