Re : Create tablespace in oracle
Can you include more of the changelog? From the error message, it appears you just don't have properly formed xml. Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleRe : Create tablespace in oracle
Thank you Steve for the response. my file is as below<?xml version="1.0"...
View ArticleRe : Create tablespace in oracle
You cannot have <property> tags inside a changeset - these need to be 'up' a level, so they are outside any changeset. Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleRe : Create tablespace in oracle
Thank you Steve for the syntax correction.I have updated the xml file and executed the same. The liquibase was successful but the tablespace was not created.$ liquibase...
View ArticleRe : Is "NOT FOR REPLICATION" constraint supported in Liquibase ?
Hi Mr. Steve Donie, thank's for your response. I think also that this constraint is not supported with "mssql", because I searched a lot for a lot a solution with no luck.
View ArticleRe : Create tablespace in oracle
In order to diagnose this, you would need to look at the DATABASECHANGELOG table to see if the changeset was actually deployed or not - it may be that the preconditions prevented it from running. You...
View ArticleRe : Create tablespace in oracle
Thank you Steve .The --logLevel=debug helped me to resolve the issue.I was using "${dbname1}" where I don't need the double quotes so i used ${dbname1}.
View ArticleAdding User Name to the sql tag for Oracle
Is there some way to prefix table names with the user name in sql tags so that the generated sql would have the user name?Liquibase supported tags workeg. <changeSet author="john" id="4331-1"...
View Articleliquibase:diff command throws Null pointer exception
I generated liquibase schema with mvn liquibase:generateChangeLog, and when I try to execute the diff command with mvn liquibase:diff I get an error message Error getting default schema...
View ArticleFailed to read schema document...
hi we are getting the " Failed to read schema document 'http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd', because 1) could not find the document; 2) the document could not be read; 3)...
View ArticleRe : Failed to read schema document...
Looks like it might have been something transient - I am able to see the xsd file fine from here. Try opening that link in a browser - you should see a valid xsd file (which is also an xml file).Steve...
View ArticlePrecondition evaluation in updateTestingRollback
Hi, all.When executing the "updateTestingRollback" goal, is the precondition of a changeset evaluated just once (before the first update) or twice (before each of the two updates)?Example <changeSet...
View ArticleWierd things with checksums
So we had a dropwizard application that was using liquibase. We ported that application to springboot and moved over the .xml file and ran it.We got anoracle.jdbc.OracleDatabaseException: ORA-00955...
View ArticleTo use something close to "include"
I have a set of "property" lines for each database schema and want to use them depending on schema name. I created several ".SQL" files and tried using <include> tag in changelogs - this does not...
View ArticleErrors during
Hi all,We are facing the below error for one of the schema, whenever we check-in a new change.As of now we are facing the issue on 2 schemas.Please let us know what is causing this.Unexpected error...
View ArticleRe : Errors during
What version of liquibase are you using? Has this worked before? If so, what has changed since it worked? When you run the command, what log level are you using? If you are using anything less than...
View ArticleWeird behaviour using liquibase:diff
Hi all, would appreciate some help regarding this issue. Upon running mvn liquibase:diff, I'm seeing weird behaviour where uniqueConstraints are being dropped then added again<changeSet...
View ArticleRe : Errors during
Liquibase version is 3.4.2 . Yes it has worked beforeNo changes done recently. we run the deployments through a tool -bamboo , not sure if it uses the DEBUG options.
View ArticleLiquibase trying to deploy file which is removed
We had deployed a change in 2 environments But later needed to change something removed the changelog files so that it won't get deployed in all the environmentsStill it had checked-in 3rd...
View Article