Create Database
A new database can be created as follows:
Automated with SQL Server or PostgreSQL: ADONIS databases can be created automatically via the Windows Command Prompt.
Manually with SQL Server: ADONIS databases can be created manually using SQL Server Management Studio.
Manually with Oracle: ADONIS databases can be created manually using the Oracle Database Configuration Assistant.
Manually with PostgreSQL: ADONIS databases can be created manually using pgadmin.
For detailed instructions on how to create a database with SQL Server 2014/2016/2017/2019/2022 or Oracle 19c, refer to the database manuals in the installation package in the folder “01 Installation Manual”.
For detailed instructions on how to create a database with PostgreSQL, refer to Creating a PostgreSQL Database