Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to store a Java Class ??
dave mausner wrote:
> augenstein_at_hpe.fzk.de (Augenstein) wrote in
> <388F2C54.F1BC12C9_at_hpe.fzk.de>:
>
> >Hi,
> >how to store this class in a ORACLE 8.1.5 database in a Blob column??
> >
> >public class TestDatenKlasse extends Object implements Serializable{
>
> use CREATE JAVA ddl. it is in the Oracle8i SQL reference, which is on the
> install CD.
> --
Sorry, this is not my problem !
I would like store many (- serialized -) objects of the class "TestDatenKlasse" in a BLOB column (a ObjectStream).
Can somebody help me ?
Achim
Received on Thu Jan 27 2000 - 03:11:40 CST
![]() |
![]() |