How can we connect camunda with oracle

can any one tell me the steps to connect camunda with oracle database , oracle database is on linux server and camunda deployed on web…

Thanks in Advance

Hi,

The database is usually provided as a resource to the engine via the hosting context - typically an application server such as Tomcat or Jboss. In addition, its usually as simple as specifying the correct JDBC URL appropriate for your database technology.

This Reference [1] may be of use.

Note you may also need to install the databse driver jar file in an approrpiate place.

regards

Rob

[1] https://docs.camunda.org/manual/7.6/installation/full/tomcat/manual/#configure-a-jdbc-resource

4 Likes