Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #44892 All Revisions ] Back to Issue ]
Summary 0044892: On install.source config scripts are applied in two steps
Revision 2020-08-26 11:29 by caristu
Description On install.source config scripts are applied in two steps:

1. creates the DB without applying scripts [1]
2. applies the config scripts

This two step process may be problematic, in particular in Oracle if the config script is making changes in columns that participate in functional indexes. In that case Oracle does not allow to change the column (in step 2) as reported in issue 0044612.

[1] https://gitlab.com/openbravo/projects/platform/dbsm/-/blob/master/src/org/openbravo/ddlutils/task/CreateDatabase.java#L124 [^]
Revision 2020-08-26 10:28 by caristu
Description On install.source config scripts are applied in two steps:

1. creates the DB without applying scripts
2. applies the config scripts

This two step process may be problematic, in particular in Oracle if the config script is making changes in columns that participate in functional indexes. In that case Oracle does not allow to change the column (in step 2) as reported in issue 0044612.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker