Oracle/ORA-

ORA-02289: 시퀀스가 존재하지 않습니다.

밥돌이밥순이 2023. 11. 21. 14:09
반응형

"ORA-02289: sequence does not exist"에러 해결 방법

ora-02289 Cause:

  • The specified sequence does not exist, or the user does not have the required privilege to perform this operation.

ora-02289 원인:

  • 지정된 시퀀스가 ​​존재하지 않거나 사용자에게 이 작업을 수행하는 데 필요한 권한이 없습니다.

ORA-02289: 존재 하지 않습니다.

ora-02289 Action:

  • Make sure the sequence name is correct, and that you have the right to perform the desired operation on this sequence.

ora-02289 조치:

  • 시퀀스 이름이 올바른지, 그리고 이 시퀀스에 대해 원하는 작업을 수행할 수 있는 권한이 있는지 확인하십시오.

ora-02289 해결:

  • 시퀀스가 존재 하는지 SQL를 실행 해서 조회  
  • 오타 수정 EQ_DEPARTMENT -> SEQ_DEPARTMENT 변경 

ORA-02289: 시퀀스가 조회
ORA-02289: 해결

반응형
댓글수1