Oracle/ORA-
ORA-02287: 시퀀스 번호는 여기에 허용되지 않습니다
밥돌이밥순이
2023. 11. 21. 20:16
반응형
"ORA-02287: sequence number not allowed here"에러 해결 방법
ora-02287 Cause:
- The specified sequence number (CURRVAL or NEXTVAL) is inappropriate here in the statement.
ora-02287 원인:
- 지정된 순서 번호(CURRVAL 또는 NEXTVAL)가 여기 명령문에서 부적절합니다.
ora-02287 Action:
- Remove the sequence number.
ora-02287 조치:
- 순서 번호를 제거하십시오.
ora-02287 해결:
- ...
반응형