PL/SQL: Compilation Uniy Analysis Terminated
(Doc ID 2976421.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.20.0.0.0 and laterInformation in this document applies to any platform.
Goal
DECLARE
V_AUX JSON_VALUE;
BEGIN
NULL;
END;
/
V_AUX JSON_VALUE;
*
ERROR at line 2:
ORA-06550: line 2, column 11:
PLS-00488: 'JSON_VALUE' must be a type
ORA-06550: line 0, column 0:
PL/SQL: Compilation unit analysis terminated
/*****************************/
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |