I disabled a foreign key by selecting the disable? field in dba studio. Now I want to reenable the foreign key constraint and when I apply the changes I get a missing keyword error. Here is the SQL that DBA Studio creates when I try to make the change.
ALTER TABLE "PHPROD"."TBLKEYWORDS"
ENABLE NORELY VALIDATE
CONSTRAINT "FK_TBLKEYWORDS_1"
Thanks
ALTER TABLE "PHPROD"."TBLKEYWORDS"
ENABLE NORELY VALIDATE
CONSTRAINT "FK_TBLKEYWORDS_1"
Thanks