Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> 3rd Party Java and Oracle Triggers

3rd Party Java and Oracle Triggers

From: Ed Maurer <EMaurer_at_acquirex.com>
Date: Mon, 06 Aug 2001 09:53:47 -0700
Message-ID: <F001.00361B27.20010806100556@fatcity.com>

In the course of customizing
one of our 3rd party apps that uses
Entity Beans to do multiple
inserts to some tables, It has been
decided we'd use triggers on
the tables to do some RI logic and
insert essentially duplicate
data into another database - Oracle
Financials interface, to be
exact,
 

I've been opposed to this
methodology, on the grounds that
nobody here can tell me exactly
how this app is behaving
in the first place. I've heard
that some beans do stupid (sic) things like insert a row, then update each
column in the course of a single
transactional insert, thus
requiring both insert and update triggers; performance could be
nightmarish, assuming we don't hit 4091
errors even trying to write the
code.
 

Unfortunately, without some
hard facts, I'm going to have a 
hard time convincing anyone
this is bad practice. And
without tools to see exactly
how the object(s) behaving, I won't
be able to prove it on our
development platforms either.
 

Anyone have any experience
here, or ideas for tools 
(besides <SPAN
class=718244416-06082001> packet capture) that can assist ?
 

TIA
 

Ed
Maurer Received on Mon Aug 06 2001 - 11:53:47 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US