we are planning to automate our ddl-, pl/sql- and apex-deployment.
So I tried liquibase with SQLcl.
There was a syntax-change in liquibase. I don't want to start a news project with the old syntax.
But I don't find find a good documentation using the new syntax.
The docu from Oracle just list the command alphabetically. No chronological order how to it.
I run intro problems, like sqlcl is crashing with java-null-pointer-exception.
I already found some requirement for liquibase to work, the schema-user must have the permission to create triggers.
But by try-and error. I did not find this in any documentation.
We also wan't to use GIT for deployment.
Our oracle-database is version 18, I trried SQLcl version 24.
Could someone help me ?