Hello,
We have created all the camunda oracle tables under a schema XYZ with the help of DBA,
but when starting the application pointing to the schema XYZ, it is throwing error asking for access to create the tables.
We have configuration setup in bpm_platform.xml file:
This property is indented to be used in multi-tenent setup where you have multiple schemes i the same database that all use the engine.
Is this what you’re trying to do?
Yes we have multiple schemas were we have different application tables, the Camunda tables are created under XYZ schema by DBA admin.
we are trying to bring up the Camunda engine in tomcat container by pointing the particular schema in the database instance by above configuration.
Even though the tables are created under this schema…, while bringing up the engine it is asking for create table access.
Please advise what we need to do ,for pointing the engine to the tables which was already created under the XYZ schema.
Usually it is not an issue, if you have the setting like you have and the tables already exist. I assume that your jdbc url didn’t match to the database. A stacktrace would help to find the root cause.