Error - Compare User Objects did not include the correct owner for foreign key references to tables

rcelia

Member
Error - Compare User Objects did not include the correct owner for foreign key references to tables of other owners.

rem Differences between CONTRGNV@ORASN and CONTRGNV@ORASND, created on 23/06/2016
rem Press Apply button, or run in Command Window or SQL*Plus connected as [RCELIA]@ORASND

--------------------------------------
-- Changed table contrato_mae_gnv --
--------------------------------------
-- Create/Recreate primary, unique and foreign key constraints
alter table CONTRGNV.CONTRATO_MAE_GNV
add constraint FK_CONMAEGN_USUARIO_01 foreign key (CD_USUARIO)
references CONTRGNV.USUARIO (CD_USUARIO);

The correct is TABAPOIO.USUARIO

 
Last edited:
Unfortunately the error in the Compare continues in the version of Pl / SQL Developer 13. This error was first reported on 03/14/2011.
 
Back
Top