Camunda Oracle db table list

Hi,
I am using Oracle in my camunda application.
Am going to deploy my small service into Prod. Now I want to share db scripts to db team to execute. In my test region application itself creating all required tables. But prod application can’t create … Can pls help me to get the tables list and required index etc.

Hi @anji87543,

the scripts are part of the pre packageds distros available at https://camunda.com/download or accessible here: https://app.camunda.com/nexus/repository/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/7.12.0/camunda-sql-scripts-7.12.0.zip.

They are also included in the camunda-engine-7.12.0.jar. If you use eclipse, you can open the maven dependcies in the package explorer, open the camunda-engine.jar and select the package org.camunda.bpm.engine.db.create.

Hope this helps, Ingo

Thanks Richtsmeier. Let me check