Spring Boot | Oracle | Multi Instance

@PREETHI_K_R @Siva_kumar using spring boot application there are two ways to handle multitenancy.

  1. Using tenant-idendtifier discriminator column
  2. Deploy the spring boot application per tenant.

Summarizing it: you can’t create multiple process engines in one spring boot application. I have tried to achieve this in many ways. Schema will get created only for the process engine which get bootstraped first

Refer the below posts for more details.