Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: storing java object?
yes it does. thanks....ed
"Chris Boyle" <cboyle_at_nospam.hargray.com> wrote in message
news:8rf849$5pgv$1_at_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 Thu Oct 05 2000 - 06:56:32 CDT
![]() |
![]() |