akka / akka-persistence-jdbc

Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state

Home Page:https://doc.akka.io/docs/akka-persistence-jdbc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot extend slick.jdbc.OracleProfile with akka-persistence-jdbc

skisel opened this issue · comments

Versions used

akka-persistence-jdbc: 5.0.0
Akka version: 2.6.12

Expected Behavior

It should be possible to persist big messages (>4000 bytes) if custom profile is used (still extends slick.jdbc.OracleProfile)

Actual Behavior

Oracle fails to persist messages with: ORA-01461: can bind a LONG value only for insert into a LONG column