[Info-ingres] Weird error on FK constraint
Martin Bowes
martin.bowes at ndph.ox.ac.uk
Fri Feb 18 13:56:45 UTC 2022
This ones got me stumped...
alter table base_c_note add constraint fk_c_note_operator_cid
FOREIGN KEY (operator_cid) REFERENCES "lust".c_operator(operator_cid)
WITH INDEX = c_note_operator_cid;
commit;
Executing . . .
E_RD0136 consistency check
- invalid concurrent access to procedure object
(Fri Feb 18 13:53:39 2022)
E_SC0206 An internal error prevents further processing of this query.
Associated error messages which provide more detailed information about
the problem can be found in the error log, II_LOG:errlog.log
(Fri Feb 18 13:53:39 2022)
Any ideas?
Martin Bowes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.planetingres.org/pipermail/info-ingres/attachments/20220218/8c434144/attachment.html>
More information about the Info-ingres
mailing list