Fehlermeldung
Aus MeinWiki
- ORA-02298: cannot validate (...) - parent keys not found
select xxxxx from child_table a where not exists (select 'x' from parent_table where primary_key = a.key_values);
select xxxxx from child_table a where not exists (select 'x' from parent_table where primary_key = a.key_values);