Oracle/ORA-

ORA-01861: 리터럴이 형식 문자열과 일치하지 않습니다.

밥돌이밥순이 2023. 11. 18. 19:21
반응형

ORA-01861: literal does not match format string 에러 해결 방법 

ORA-01861 Cause: 

  • Literals in the input must be the same length as literals in the format string (with the exception of leading whitespace). If the "FX" modifier has been toggled on, the literal must match exactly, with no extra whitespace.

ORA-01861 원인: 

  • 입력의 리터럴은 형식 문자열의 리터럴과 길이가 같아야 합니다(선행 공백 제외). "FX" 수정자가 켜져 있는 경우 리터럴은 추가 공백 없이 정확히 일치해야 합니다.

리터럴이 형식 문자열과 일치하지 않습니다

ORA-01861 Action: 

  • Correct the format string to match the literal.

ORA-01861 조치: 

  • 리터럴과 일치하도록 형식 문자열을 정정하십시오.

ORA-01861 해결 : 

  • 날짜를 2023111에서 2023-11-12 변경 

ORA-01861 오류 해결

반응형