What Constitutes a Structural Change to the Database?

Your customization work may require you to change the structure of the database. Some changes only affect the Archibus data dictionary, while others require changes to the physical tables used by the Archibus applications. If the physical database requires a change, you will need to coordinate the changes to the Archibus Data Dictionary with the physical database tables.

The Schema Change Wizard provides the tools to update the physical structure of the database to reflect the current definition of the Archibus data dictionary. In doing this, the Schema Change Wizard:

Changing the Database Structure

The following actions change the structure of the physical SQL database itself, and not just the Archibus data dictionary. These actions require that your run the Schema Change Wizard.

All other changes to the data dictionary can be implemented by restarting the application server. This clears the memory and rereads the new values into memory.

See Also

General Procedure for Changing the Structure of the Database