Here is Data Store config window for Oracle database:
Would you please explain what is intention for setting Oracle system user / password here? What operations will be performed on behalf of system? And what if DBA prevents using this account by developers?
You can see it in the cuba-gradle-plugin.
The ‘oracleSystemUser’ is used to create a java.sql.Connection (java.sql.DriverManager#getConnection(String url, String user, String password)).