Getting an ORA - 00907 error on the following at ON UPDATE

前端 未结 1 481
北恋
北恋 2020-12-22 01:25

When implementing my oracle database I receive an ORA-00907 error on line 8 at ON UPDATE. Its complaining about right parenthesis but I don\'t see this error anywhere. whats

相关标签:
1条回答
  • 2020-12-22 01:42

    Oracle RDBMS does not support ON UPDATE CASCADE.

    0 讨论(0)
提交回复
热议问题