Connection to Thirdparty Database

Hi @Gaga,

How did you link the Camunda engine to the MySQL DB server?
Can’t you do a similar integration to Oracle DB?

In this link, I describe some steps how to connect the engine to PostgreSQL, maybe it helps you :wink:

So, for the “engine” DB, there are already scripts to create the schema into the new external DB server. You run those and then you modify the standalone.xml file accordingly.
In the above link I also describe how to create an “application” database as well.