Version 23.7.0.25.02
select * from v$reserved_words where keyword like ('%ARRAY%') order by 1;
returns, amongst others, ARRAY_APPEND
But I cannot find any reference / documentation.
Can anyone comment - is this available to be used, if so what is syntax. Does it relate to JSON_ARRAY ?