Thanks Chris for your response.
I am getting error while executing below code in Oracle 10g.
https://asktom.oracle.com/pls/apex/f?p=100:11:0::NO::P11_QUESTION_ID:9525777900346465790 Error description:
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
obj json := json(
*
ERROR at line 2:
ORA-06550: line 2, column 7:
PLS-00201: identifier 'JSON' must be declared
ORA-06550: line 2, column 7:
PL/SQL: Item ignored
ORA-06550: line 22, column 3:
PLS-00320: the declaration of the type of this expression is incomplete or
malformed
ORA-06550: line 22, column 3:
PL/SQL: Statement ignored
ORA-06550: line 29, column 10:
PLS-00201: identifier 'JSON_LIST' must be declared
ORA-06550: line 29, column 10:
PL/SQL: Item ignored
ORA-06550: line 30, column 14:
PLS-00201: identifier 'JSON_VALUE' must be declared
ORA-06550: line 30, column 14:
PL/SQL: Item ignored
ORA-06550: line 31, column 13:
PLS-00201: identifier 'JSON' must be declared
ORA-06550: line 31, column 13:
PL/SQL: Item ignored
ORA-06550: line 33, column 8:
PLS-00320: the declaration of the type of this expression is incomplete or
malformed
ORA-06550: line 33, column 5:
PL/SQL: Statement ignored
ORA-06550: line 45, column 10:
PLS-00320: the declaration of the type of this expression is incomplete or
malformed
ORA-06550: line 45, column 7:
PL/SQL: Stat
Please suggest.