Secure Oracle connection using wallet

I’m creating a new project with Jmix and want to use an Oracle database. Is it possible to use an Oracle wallet to secure the connection? I am able to use the Data Store Properties dialog to test that the connection works by clicking the “Show raw URL” and then entering the JDBC string would be something like “jdbc:oracle:thin:@dev?TNS_ADMIN=/Oracle/Wallet_DEV/”. When I click the “Test connection” button a connection can successful be made but am unable to save the raw database url (OK button is grey)

Thanks
Keith Ewen

Hi.
There is no ability to set such type of DB Connection by Data Store Properties dialog, but you can define it manually in application properties using connection parameters such as main.datasource.jdbcUrl. Check documentation for more information and examples.

Regards,
Natalia.