Hibernate Oracle INSERT строки длиной 3900 символов
Добрый день возникла проблема при вставке строки в БД. Использую spring-boot, hibernate database-platform: org.hibernate.dialect.Oracle10gDialect
Column VARCHAR2(3900 char)
Entity
@Column(columnDefinition = "char")
String text;
Exception: ORA-01461: can bind a LONG value only for insert into a LONG column HHH000346: Error during managed flush [org.hibernate.exception.GenericJDBCException: could not execute statement] 2020-04-25 18:48:46.373 WARN 13508 --- [nio-8080-exec-1] .m.m.a.ExceptionHandlerExceptionResolver : Resolved exception caused by Handler execution: org.springframework.orm.jpa.JpaSystemException: could not execute statement; nested exception is org.hibernate.exception.GenericJDBCException: could not execute statement