Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Does Oralce 9 supports Java Objects ?
Hi and thanks for answering.
> That is possible now with 8i, but again more flexible in 9i. You can
> move objects directly as parameters between Java and ORACLE using
> JDBC.
Yes and that's what is used now to map Java classes to Oracle, but what I'd
rather know is if it's possible to map complex Java Objects directly to
Oracle.
This way Application Servers (like the one built-in Oracle) could map
this Objects to Java Applications without the need of a conversion.
It's also called native mapping.
Regards
Francesco
"Nuno Souto" <nsouto_at_optushome.com.au.nospam> ha scritto nel messaggio
news:3b8f6d9e.4379410_at_news...
> On Fri, 31 Aug 2001 10:06:26 GMT, "Francesco Marchioni"
> <fmarchioni_at_libero.it> wrote:
>
> >I'd like to know if Oracle 9 has built-in Object Oriented
> >functionalities like inheritance f.e.
>
> I'm told yes, haven't seen it yet.
>
> >In particular I'm interested to know if it's possible to store
> >Java Objects into the DB directly (without writing drivers or adapters to
do
> >it).
>
> That is possible now with 8i, but again more flexible in 9i. You can
> move objects directly as parameters between Java and ORACLE using
> JDBC. Careful, currently only the data goes across. Methods are not
> stored as well! Although you can associate your own methods with the
> object type inside the database.
>
>
> Cheers
> Nuno Souto
> nsouto_at_optushome.com.au.nospam
Received on Fri Aug 31 2001 - 08:09:16 CDT
![]() |
![]() |