RESULT_SET_CLOB_QUERY
This procedure executes an XML or JSON query and generates a result set based on a CLOB query parameter in XML or JSON.
Syntax
The RESULT_SET_CLOB_QUERY procedure is identical to the RESULT_SET procedure except that the datatype of its query parameter is CLOB instead of VARCHAR2 to handle longer queries.
CTX_QUERY.RESULT_SET_CLOB_QUERY (
index_name IN VARCHAR2,
query IN CLOB,
result_set_descriptor IN CLOB,
result_set IN OUT CLOB,
part_name IN VARCHAR2 DEFAULT
);
See Also: RESULT_SET for the description of these parameters