SQL Error [2270] [42000]: ORA-02270: no matching unique or primary key for this column-list
외래키로 사용할 키가 PK, 즉 프리머리 키가 아닌 경우 발생하는 오류이다.
해당 키를 프리머리 키로 변경시켜주자
반응형
'👷삽질기록' 카테고리의 다른 글
java.sql.SQLSyntaxErrorException: ORA-00911: invalid character (0) | 2022.08.31 |
---|---|
Invalid left-hand side in assignment (0) | 2022.08.25 |
column type incompatible with referenced column type (0) | 2022.08.17 |
Unexpected character (n) at position (0) | 2022.08.03 |
Uncaught SyntaxError: Unexpected identifier (0) | 2022.07.20 |
댓글