What I want to achieve is to tell SQLcl to look for databasechangelog table in a provided schema and not the current one. In a liquibase I can set liquibaseSchemaName property for it. And maybe someone is familiar how to do the same when using SQLcl?
If I run lb update with -debug key I can see the following list of parameters:
SQLcl is a new Command Line Interface for interacting with Oracle Database. You can find more information on SQLcl on official Oracle website.
Yes, I’ve tried to pass -liquibaseSchemaName but looks like SQLcl limits number of passed to liquibase core arguments to the ones I’ve mentioned in a previous post. I’ve reached out to Jeff Smith, one of members developing SQLcl product. I will share results if any.