ORA-37158
bad clob or varray IN-args: (case string)
Cause
When in CLOB or VARRAY mode, the PL/SQL mappings in the IDL interface methods of OLAP API were run with NULL or invalid CLOB or VARRAY data.
Action
Ensure that the data is correct.
ORA-37158
Bad clob or varray IN-args: (case string)
Cause
When in clob or varray mode, the PL/SQL mappings of OLAP API's IDL interface methods were executed blindly with null clob/varray or non-null clob/varray containing garbages.
Action
Do not blindly execute them as doing so does not make sense unless you understand how OLAP API works internally.
ORA-37158
Bad clob or varray IN-args: (case string)
Cause
When in clob or varray mode, the PL/SQL mappings of OLAP API's IDL interface methods were executed blindly with null clob/varray or non-null clob/varray containing garbages.
Action
Do not blindly execute them as doing so does not make sense unless you understand how OLAP API works internally.