In the following article, you find a description of how to set up an external Oracle database for the Simplifier Core platform.
1. Switch to configuration persistence path, e.g. /var/lib/simplifier/data/conf/
2. Create new include.conf file with the following format:
database {
dbms: "oracle"
user: ""
pass: ""
host: ""
port: 1521
database: ""
table_prefix: ""
}
Database Credentials
| dbms | mysql or oracle |
| user | Username of the database |
| pass | Password of the database user |
| host | IP address of the database server |
| port | Port of the database server |
| database | Name of the database / database scheme |
| table_prefix | Prefix of the table |











