3.12 Known Issues

Liquibase Requires Full Connection Strings with Autonomous Database Connections

When using Liquibase commands, any connections to Autonomous Database require full connect strings, even from an existing connection.

For example:

--Full Connect String
SQL> connect lbuser/password123@sqlclatp_low
--Not Full Connect String
SQL> connect lbuser/password123 

Use Low or TP Wallet Connections With Liquibase on Autonomous Database

When using Liquibase with an Autonomous Database wallet connection, it is recommended that you use a Low or TP connection type. These connection types have parallelism disabled and allows the user to avoid any "cannot read/modify an object after modifying it in parallel" ORA errors.