I got this error on installing Stash on Oracle:
Error creating bean with name 'liquibasePrototype' defined in class path resource [stash-context.xml]: Invocation of init method failed; nested exception is liquibase.exception.MigrationFailedException: Migration failed for change set liquibase/r2_2/m01.xml::STASHDEV-3270-4::mheemskerk: Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE STASH.cwd_application_address DROP COLUMN remote_address_mask: : column is referenced in a multi-column constraint : Caused By: Error executing SQL ALTER TABLE STASH.cwd_application_address DROP COLUMN remote_address_mask: ORA-12991: column is referenced in a multi-column constraint : Caused By: ORA-12991: column is referenced in a multi-column constraint
It says here http://ora-12991.ora-code.com/ for this specific error:
ORA-12991: column is referenced in a multi-column constraint Cause: An attempt was made to drop a column referenced by some constraints. Action: Drop all constraints referencing the dropped column or specify CASCADE CONSTRAINTS in statement.
Is this a bug?
Any workaround for the problem?
Thx
Hi there,
Which Stash version are you using?
Also, what is the Oracle version?
Are you able to migrate it to another database type as a test? Like mysql or postgres...
Please let me know.
Regards,
Celso Yoshioka
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.