Hi,
when I do the following, I get the ora-2298
SQL> alter table INLINEAD enable constraint FKINLINEAD01;
alter table INLINEAD enable constraint FKINLINEAD01
*
ERROR at line 1:
ORA-02298: cannot validate (HUBV2.FKINLINEAD01) - parent keys not found

How do I find out the parent keys for the parent table? Please help. Thanks.