Skip to content
Advertisement

H2 – Oracle – liquibase – org.h2.jdbc.JdbcSQLException: Table “all_sequences” not found;

I try to add H2 for testing purpose into Spring Boot application-test.yml, my production Db is Oracle. I want to populate H2 schema by liquibase, but I receive following error:

Caused by: org.h2.jdbc.JdbcSQLException: Table “all_sequences” not found; SQL statement:

My config is following:

JavaScript

How to adjust config aboive, I spent few hours, but can not figure out how to make it work.

Advertisement

Answer

Adding:

JavaScript

Solved problem.

Full config:

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement