How to change the configuration database from h2 to oracle or something else

hi guys,

How do I change the configuration database from h2 to Oracle?
need advice, im new in camunda.

Kinda depends on how you’re running Camunda.
Generally you define the datasource in the application or the application servicer and then tell the engine to use it.

It’s documented here. https://docs.camunda.org/manual/latest/user-guide/process-engine/database/#database-configuration

1 Like

thanks Niall, i got it.