Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: on delete set null
Doug Cowles wrote:
> I am happy that on delete set null works in Oracle 8i. However, I see
> no confirmation of it's implementation in user_constraints. The delete
> rule still specifies NO ACTION ENBLED, even though it is clearly
> implemented with add contraint xyz foreing key (id)
> refereneces othertable(id) on delete set null.
> What am I missing?
> - Dc.
You are missing nothing.
There is an error in the data dictionary view.
It decodes only the case "CASCADE" and decodes all others as "NO
ACTION".
I found this while writing a reverse engineering program for database
objects.
Erwin
--
Erwin Dondorp
<http://www.dondorp.com/>
Received on Mon Jan 10 2000 - 16:21:24 CST
![]() |
![]() |