Hi,
we get an error in Oracle in our application that does not occur under MySql.
Here is our log file:oracleError.log (12.5 KB)
- In the example above the EditScreen of our Entity (PersonGroup) is opened.
- The logged in user is a member of an AccessGroup with constraints on the entity (see screenshot).
- Without assignment to this group, the error does not occur.
- The problem seems to be the “distinct” in the query generated by CUBA. For example, the same query without distinct functions in SQLDeveloper
Can someone help us?
Lars