무소의 뿔처럼

스프링부트) 에러기록 could not execute statement; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not execute statement 본문

알아두기/에러

스프링부트) 에러기록 could not execute statement; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not execute statement

값을변경 2022. 9. 1. 13:47

 

data-jpa

oracle db

 

에러:

could not execute statement;

SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException:

could not execute statement

 

 

apllication.poropertyies

spring.jpa.database=oracle

 

 

 

Comments