It is required to create a System and Application database. Optionally, a Transaction database can be created to log all transactions made in an application.
Suggested database naming conventions:
| Database Type | Suggested Name |
|---|---|
| System Database | AMT_SYSTEM |
| Application Database | AMT_<Application Name> |
| Transaction Logging Database | AMT_TRANLOG |
Create a System database.
Before newly created databases can be used, the databases need to be defined. Define the System database in the cc-config.yaml file for the Control Center. Thereafter, the database must be reorganized.
| Reorganizing a Transaction Database |
|---|
| The Transaction Logging setting must be enabled in the Control Center before it is possible to reorganize a transaction database. |