Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

recommend Version of sqlCl / good, actual doku of SQLcl + liquibase ?

Michael K.Aug 16 2024

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 ?

Comments
Post Details
Added on Aug 16 2024
1 comment
326 views