To change database(oracle)

Hello forum,
i am using camunda with spring boot, trying to change db from h2datbase to oracle database gone through camunda docs but didnt get that, as am new to this whole thing (camunda as well as oracle db)…please expalin how to change it in yaml file in simple way

Can someone go through this plz

@Gus_fring can you provide your yaml file configuration.

Make sure to read the style guide

Refer this post:

camunda bpm version- 7.13
spring boot-2.2.5
and application.yaml looks like
spring.datasource.driver-class-name=oracle.jdbc.driver.OracleDriver
spring.datasource.url=jdbc:oracle:thin:@test:test/test
spring.datasource.username=test
spring.datasource.password=test
camunda.bpm.database.type=oracle
camunda.bpm.database.jdbc-batch-processing=false
camunda.bpm.database.schema-update=false

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

Which version of oracle db you are using?

oracle db 19c…