Hi @Ingo_Richtsmeier. I removed camunda.bpm.database.table-prefix=camunda.
I do run the app on several oracle schemas and I get only error that tables don’t exist (ORA-00942). Switching from one to another with own application-.properties with own oracle user and password gives the same error. I try to clean the DB before run app - situation is the same.
Should the db schema be absolutely clean (tables, indices and all the related stuff should be removed)? What else can be root cause of the problem?
Current config is :
camunda.bpm.database.type=oracle
camunda.bpm.database.jdbc-batch-processing=false
PS : I tried to use schema-name from here Camunda in separate database schema, but we have dynamically defined oracle schema during the build and before run develper doesn’t know which schema will be used during build
Thanks a lot