Fehlermeldung: Unterschied zwischen den Versionen
Aus MeinWiki
								
												
				|  (Die Seite wurde neu angelegt: „* 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 =…“) | 
| (kein Unterschied) | 
Aktuelle Version vom 15. Oktober 2015, 06:55 Uhr
- 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);

