Lists: | pljava-dev |
---|
From: | rfoscarini at uol(dot)com(dot)br (Rodrigo Foscarini) |
---|---|
To: | |
Subject: | [Pljava-dev] pl/java and oracle compatibility |
Date: | 2005-02-22 21:32:12 |
Message-ID: | ICC15O836451B47FBD915362A5F00F94D554@uol.com.br |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pljava-dev |
Hi Thomas,
I'm developing Oracle Database Triggers and Stored Procedures in Java.
I'm testing PL/Java Database Triggers in Postgresql 8.0.1.
Stored Functions are OK, mas database triggers are not compatible.
I read on gname that Oracle don't use java standards.
Is possible pl/java and oracle compatibility ?
Regards
Rodrigo Foscarini
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - ? gr?tis!
http://antipopup.uol.com.br/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20050222/67c7383a/attachment.html>
From: | thhal at mailblocks(dot)com (Thomas Hallgren) |
---|---|
To: | |
Subject: | [Pljava-dev] pl/java and oracle compatibility |
Date: | 2005-02-22 21:49:46 |
Message-ID: | thhal-0f0H3Ap/Sxic1Lk3tVJpzdSvv3HIaZN@mailblocks.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pljava-dev |
Rodrigo Foscarini wrote:
> Hi Thomas,
> I'm developing Oracle Database Triggers and Stored Procedures in Java.
> I'm testing PL/Java Database Triggers in Postgresql 8.0.1.
> Stored Functions are OK, mas database triggers are not compatible.
> I read on gname that Oracle don't use java standards.
> Is possible pl/java and oracle compatibility ?
> Regards
> Rodrigo Foscarini
It's certainly possible to create an Oracle compatibility layer that
makes the transition much easier. I'm not sure if it's possible to make
it 100% compatible. Do you have some brief text somewhere that describes
the Oracle trigger Java API? It's been a while since I last looked at it.
Regards,
Thomas Hallgren