After the System Database is created and defined in the cc-config.yaml file, the database needs to be reorganized for the first time.
A database also needs to be reorganized if changes are made to the database's structure.
The AMT Reorganize program can automatically update the following system components:
| AMT Reorganize Version |
|---|
| Ensure that the newest available version of the AMT Reorganize program is used before performing a reorganize on a database. |
| Reorganizing an Oracle database |
|---|
| The database AMT Reorganize program uses the last part of the JDBC URL as the Oracle TNS
(Transparent Network Substrate) name. Example: url: jdbc:oracle://<Server>/<TNS> |
| This step is temporary but currently a necessary action during development of AMT Java. |
|---|
The AMT Reorganize program currently requires a configured reo-config.yaml file and a database model file. warning The AMT Reorganize program does not support the usage of key vault credentials.
Configuring the config file:
username to the username of the database.password to the password of the user accessing the
database.url to the location of the database on the server.If the AMT Reorganize program is started without parameters passing configuration and model files, a configuration window opens in which these files can be selected for the system and application databases. After a selection has been made, click the Save button to save the configuration.
No configuration window is opened if the AMT Reorganize program is started with parameters providing configuration and model files. To provide parameters, do the following:
/JAVA /DBMODELFILE=<Path to File>\AMTJAVASYSTEM.json /I:<Path to
File>\reo-config.yaml
Ensure that no AMT applications are running and follow the instructions below to reorganize the System database.