Spring Boot Starter With Oracle Database

Am trying to create a spring boot starter app with camunda engine with oracle database configured. But for some reason , oracle is not given in the drop down as well. http://start.camunda.com/

When am trying to change database type for the generated project, it stills tries to execute the mysql scripts in oracle server which leads to error. Can you please advise on this.

application.yaml

spring.datasource:
type: org.apache.tomcat.jdbc.pool.DataSource
username: test
password: test
url: jdbc:oracle:thin:@test:40001/test
driverClassName: oracle.jdbc.OracleDriver

camunda.bpm.admin-user:
id: test
password: test

camunda:
bpm:
database:
type: org.apache.tomcat.jdbc.pool.DataSource
jdbc-batch-processing: false
schema-update: false

thanks,
Sivakumar Rajeswaran

Hi Siva,

thanks for reaching out to us with your question. Oracle is indeed a supported database. However, it is just not added to http://start.camunda.com so far.

Could you please provide us the logfile that reflects the error you are facing?

Cheers,
Tassilo

@tasso94 - Its my mistake, I have overridden the oracle configuration with H2 that is the reason i had issue. Not it si resolved. Thanks for your time and response. but it would be better to have oracle as drop down in starter page itself.

Hi Siva,

I’m glad that I could help you.

I totally agree to add Oracle and I’ve added your proposal to the list of improvements.

Cheers,
Tassilo