I am facing issue in connecting two databases.
Actually here, I had my microservice developed and there am having oracle database. Then I tried adding camunda dependencies there am using h2 database. This is clashing with my normal database. How can i solve it. Am getting schema not found error as it is checking in h2 database
Can you explain more about what you’re trying to do?
are you trying to connect Camunda to an oracle database or are you intending just to use the h2 but it’s not working?
Im trying to use h2 the default database which it picks randomly for camunda while running the service. My business service uses oracle for getting some values from oracle db. Camunda is picking the initial h2 default database but my service is not working with oracle db further
I m trying to integrate camunda with my backend maven project but im facing db issues as my backend service use oracle db and trying to use h2 db for camunda and another thing also want to know that to run camunda db is a mandatory one? Without db camunda wont run?