Applies to:
- Liquibase Enterprise (Datical DB)
Conditions:
- Any version of Liquibase Enterprise
- Oracle Database
Issue Summary:
When attempting to forecast a script that contains either a drop index or a create index, the forecast report will show that it failed, but the script itself is deployable.
Error Message:
ERROR - Duplicate index ''
or
ERROR - Duplicate index 'null'
Root Cause:
When forecasting Oracle scripts, Liquibase will use an SQL Parser to parse the SQL. During this process, the SQL that is generated from this parsing can be constructed incorrectly. Newer versions of Liquibase have improved this.
Resolution:
The SQLParser will need to be disabled for the script to pass the forecast phase.
This process is documented on our disabling SQL Parser page.
Related Article(s):
N/A
Comments
0 comments
Article is closed for comments.