We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi folks!
When I diff two oracle databases, materialized views is not generated in diff changelog file.
Product Versions Oracle: 19.25.0 Liquibase OSS: 4.30.0 Liquibase Oracle Extension: 4.29.2
Command executed liquibase diff-changelog --changelog-file=data.oracle.sql --url="jdbc:oracle:thin:@//server:1521/DB_1" --username="xxx" --password="xxxx" --reference-url="jdbc:oracle:thin:@//server:1521/DB_2" --reference-username="xxx" --reference-password="xxxx" --includeTablespace=true --classpath=/usr/local/liquibase/internal/lib/ojdbc8.jar:/usr/local/liquibase/internal/lib/liquibase-oracle-4.29.2.jar
I believe I'm doing something wrong
Please, someone could help me? Thanks in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi folks!
When I diff two oracle databases, materialized views is not generated in diff changelog file.
Product Versions
Oracle: 19.25.0
Liquibase OSS: 4.30.0
Liquibase Oracle Extension: 4.29.2
Command executed
liquibase diff-changelog --changelog-file=data.oracle.sql --url="jdbc:oracle:thin:@//server:1521/DB_1" --username="xxx" --password="xxxx" --reference-url="jdbc:oracle:thin:@//server:1521/DB_2" --reference-username="xxx" --reference-password="xxxx" --includeTablespace=true --classpath=/usr/local/liquibase/internal/lib/ojdbc8.jar:/usr/local/liquibase/internal/lib/liquibase-oracle-4.29.2.jar
I believe I'm doing something wrong
Please, someone could help me?
Thanks in advance
The text was updated successfully, but these errors were encountered: