-
[spring] ORA-00911: invalid character 오류JAVA 2021. 8. 17. 15:02
### Cause: java.sql.SQLSyntaxErrorException: ORA-00911: invalid character
ORA-00911: 문자가 부적합합니다.
mapper 에 세미콜론 ( ; ) 을 넣어 오류 발생.
mapper 에는 세미콜론( ; ) 제외!!
그외 콤마(,) 마침표(.) 등확인필요
'JAVA' 카테고리의 다른 글
@Autowired @Resource @Inject (0) 2021.08.18 [spring] resultMap 사용하기 (0) 2021.08.17 [ajax] 비동기 form 사용하기 (0) 2021.08.16 [spring] spring-boot : MVC 어노테이션(Mapper,Repository,Service,Controller) (0) 2021.08.16 [spring] spring-boot:Spring Starter Project 시작하기 (0) 2021.08.16