Subject | the insert into t select * from t infinite loop |
---|---|
Author | Ann W. Harrison |
Post date | 2005-07-01T19:53:20Z |
Could we find a fix for that problem by identifying statements that
might be susceptible - including obscurities like:
insert into t select * from a
where a.t_val in (select t_val from t)
and checking somewhere that the input values aren't dependent on a
record that's listed in the verb undo log?
Regards,
Ann
might be susceptible - including obscurities like:
insert into t select * from a
where a.t_val in (select t_val from t)
and checking somewhere that the input values aren't dependent on a
record that's listed in the verb undo log?
Regards,
Ann