From: Aaron J. M. <am...@pc...> - 2005-11-17 21:09:51
|
FOREIGN KEY (a_na_sequence_id) REFERENCES DoTS.NaSequence (na_sequence_id), * ERROR at line 22: ORA-02270: no matching unique or primary key for this column-list Does NASequence have a composite primary key with (na_sequence_id, version) ? How then do NAfeature's enforce constraints without including version? -Aaron |