hi!
i am having troubles with tables with "on delete cascade"-constraint and
triggers on it; oracle-support told me, that it is a not yet fixed bug
in oracle 8i;
i would like to solve the problem by not using the "on delete cascade"
constraint and do exactly the same by triggers, eg. having a trigger on
the father-table, which deletes all its children;
is there a way to simulate "on dele..." by triggers?
thanx, harald mitterhofer