> We should not try to make this work on Oracle since it's simply a very bad thing to do in general (sorting/filtering on a not indexed column will take forever if the document table is big). Instead, we should fix all places where we try to sort/filter on large strings (either by not doing it anymore, or by refactoring the field to not be a large string, for example the way we store list of users/groups right now does not make any sense and we should probably introduce a new type of property for user and groups which does things properly).
Right now (today) users of XWiki on oracle have the issue (that doesn't exist on other DBs). We need to fix it quickly so that it doesn't produce errors (it doesn't matter if the fix is not perfect) and then work our way towards fixing what you mentioned. That's unless the time it takes to fix the core issue is really small (but I doubt it).
This message was sent by Atlassian Jira (v9.3.0#930000-sha1:287aeb6)
If image attachments aren't displayed, see this article.