Hi All,
I need some help / some information on why this is happening on an urgent basis : I am trying to generate a JSON out of relational data. I am firing a very simple query :
select json_object('ID' VALUE Col_id) from Temp;
I am encountering with the following error :
ORA-00907: missing right parenthesis
00907. 00000 - "missing right parenthesis"
Thanks,
Tanisha