JSON issue on Oracle 23c

Description

Not sure if the problem is in Hibernate or Oracle 23c. Copying from a conversation with Loic:

A minimal reproducer is:

producing ORA-00904: "AGGREGATE"."THEINT"."NUMBER": invalid identifier

The fact is that you're using Oracle SQL dot notation that requires an alias (ideal usage being DML).

So to make your code work, you'd need to use the JSON_VALUE() function instead such as:

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Affects versions

Priority

Created July 13, 2023 at 10:52 AM
Updated October 11, 2023 at 4:57 PM
Resolved October 5, 2023 at 8:33 PM