Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> SQL *Plus 8.0 - deleting foreign key
I am trying make sure that upon deletion, the datatype is set to null.
What is the proper syntax in SQL*Plus 8.0 for this?
Here is what I tried:
13 FOREIGN KEY (REP)
14 REFERENCES SALESREPS
15 ON DELETE SET NULL
I got this:
ERROR at line 15:
ORA-03001: unimplemented feature
Thanks,
bobdobbs
Received on Sun Jan 02 2000 - 20:55:36 CST
![]() |
![]() |