SQL Error [2267] [42000]: ORA-02267: column type incompatible with referenced column type
외부키를 연결할 때, 자료형이 서로 맞지 않아 발생하는 오류이다.
외부키의 자료형을 변경하거나 (아마 데이터가 이미 들어있는 경우 힘들 것임)
새로 만든 테이블의 자료형을 변경시켜 연결해야 한다.
반응형
'👷삽질기록' 카테고리의 다른 글
| java.sql.SQLSyntaxErrorException: ORA-00911: invalid character (0) | 2022.08.31 |
|---|---|
| Invalid left-hand side in assignment (0) | 2022.08.25 |
| no matching unique or primary key for this column-list (0) | 2022.08.17 |
| Unexpected character (n) at position (0) | 2022.08.03 |
| Uncaught SyntaxError: Unexpected identifier (0) | 2022.07.20 |
댓글