Re : Using Sequence value in loadData ChangeSet
Try following<loadData tableName="EMPLOYEE" file="UpdateEmpData.csv" > <column name="EMPLOYEE_ID" type="NUMERIC"/> <column name="NAME"...
View ArticleCannot execute Oracle stored procedure
Hi,I am new to Liquibase and trying to get my head around it.I'd like Liquibase to execute an existing stored procedure on Oracle 11g, but I'm getting an error.This is an existing, well tested stored...
View ArticleChange set usage
Hi Team,How many change set can we use in single XML file. what is the LimitLike below: here i have used 2 change set.<?xml version="1.0" encoding="UTF-8" standalone="no"?><databaseChangeLog...
View ArticleRe : Cannot execute Oracle stored procedure
I guess Execution will not support, It will create the procedure only.. can you try to use below tag<?xml version="1.0" encoding="UTF-8"?><databaseChangeLog...
View ArticleRe : Cannot execute Oracle stored procedure
I have actually changed the code to the following and it seems to call the SP. Seems like I need the begin-end block.<?xml version="1.0" encoding="UTF-8"?><databaseChangeLog...
View ArticleRe : Object Quoting Strategy
Ok, I've discovered that it doesn't work with MySql - but it's ok with Oracle. I'll submit a bug report...
View ArticleGenerating a change log with multiple columns foreign keys from an existing...
Hi,I am trying to generate a changelog from our existing database. Couple of the tables have foreign keys that contain multiple columns. It seems this does not work, as the generated...
View Articlediff problems
Hi,I have a few problems with the diff-tasks of liquibase 3.0.2:1. I use DiffDatabaseTask in my build.xml and it returns the same output as DiffDatabaseToChangeLogTask.2. Even though the target...
View ArticleRe : What is the latest version of Liquibase-Maven Plugin?
Latest liquibase-maven-plugin is 3.0.2:<dependency> <groupId>org.liquibase</groupId> <artifactId>liquibase-maven-plugin</artifactId>...
View ArticleRe : Oracle Materialized views DROP
Hi, It's a pitty this can't be achieved through liquibase itself so I worked around it using sql-maven-plugin to drop all materialized views before liquibase kicks in and only when liquibase.dropFirst...
View ArticleRunning Liquibase Changelogs on Linux/Unix
In local environments, one navigates to Liquibase-2.0.5-bin to run a changelog from command line. What configuration is required to run a changelog in linux/unix environments?
View ArticleLiquibase 3.0.2 Maven Plugin failing -- NoSuchMethodError
I am trying to upgrade from Liquibase 2.0.1 to version 3.0.2, but have run into a build failure. The root exception is a NoSuchMethodError:Caused by: java.lang.NoSuchMethodError:...
View ArticleRe : diff problems
@2.: even with a similar schema in the target database, the tables are still created without it. Looks like the DiffDatabaseToChangeLogTask completely ignores schemas.
View ArticleLiquibase 3.0.2 logging to error console
Hello, I'm using Liquibase 3.0.2, via Ant tasks, for setting up a database.Ant tasks are actually launched by AntInstaller.Everything works, except for the strange thing that the Liquibase console...
View ArticleRe : Error on SYSTEM.DATABASECH ANGELOGLOCK while re-executing a migration
Made new tests, it's not a matter of lock.I re-run migration, but using the command line tool and the same database changelog and files, in order to use the logLevel parameter and get some more...
View ArticleRe : includeAll tag on v3.0.1 is broken ?
I am having a problem with includeAll in LB 3.0.2 running LB from maven 2 under Windows 7 with Java 1.7.The following snippet is from http://www.liquibase.org/tutorial-using-oracleMy install.xml...
View ArticleRe : includeAll tag on v3.0.1 is broken ?
I found what's causing the exception with includeAll tag and "latest" directory: all subdirectories under latest are empty, whereas each dir install contains at least one DDL script.My question now is...
View ArticleFilesystem migration
Greetings,I am interested in using Liquibase for managing database changes. In the application, files are stored on the filesystem (and their associated metadata is in the database) and I would like to...
View ArticleMessage regarding an empty result set for databasechangeloglock (in 3.0.2 but...
Scenario With No Such Error:Drop databasechangeloglock tableLiquibase Version = 3.0.0 Run with liquibase.integration.spring.SpringLiquibaseExecuted against mysql databaseScenario with Error Drop...
View Article