Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Adding ON DELETE CASCASE as an afterthought...
Is it possible to modify a column constraint, currently defined as a
foreign key, to add the "ON DELETE CASCADE" option? When using the
following command:
ALTER TABLE INTRHIST_TICK
MODIFY SEQ_INTRHIST NUMBER(7)
CONSTRAINT fk_seq_intrhist ON DELETE CASCADE * ORA-02253: constraint specification not allowed here ... is themessage.
Do I have to drop/recreate the table...or is my command syntax incorrect?
Thanks,
Don
Received on Tue Jul 27 1999 - 16:09:04 CDT
![]() |
![]() |