What sort of Circular Dependencies does Oracle allow?
Posted
by Neil
on Stack Overflow
See other posts from Stack Overflow
or by Neil
Published on 2010-04-23T18:39:45Z
Indexed on
2010/04/23
18:43 UTC
Read the original article
Hit count: 328
Hi all,
I am creating test cases and I need to cover circular dependencies. So far I have been able to create two tables such that Table A has a FK to B and B has a FK to A.
What other circular dependencies exist / are allowed between objects? I tried to create cycles between Views but Oracle successfully rejected that.
© Stack Overflow or respective owner