728x90
728x170

Error : ORA-01742: comment not terminated properly

위 오류가 발생해 쿼리를 보니
주석이 온전하지 않아서 발생되는 에러로
/*주석*/ 이렇게 되어있어야 하는데  /*주석* 이렇게 끝에 역슬래시가 빠져있었습니다.
끝에 역슬래시 넣으니 에러 해결.

오류 코드: ORA-01742
설명: 주석이 정확하게 종료되지 않았습니다
원인: / * 토큰으로 시작된 표시된 주석 또는 힌트에 종료 * /가 없습니다.
조치: * /로 주석 또는 힌트를 올바르게 종료하십시오.

오류 코드: ORA-01742
설명: comment not terminated properly
원인: The indicated comment or hint begun with the /* token did not have the terminating */.
조치: Properly terminate the comment or hint with a */.

 

728x90
그리드형
Posted by kjun
,