DBA Data[Home] [Help]

SYS.DBMS_XPLAN dependencies on XMLTYPE

Line 735: return xmltype;

731: format in varchar2 default 'TYPICAL',
732: filter_preds in varchar2 default NULL,
733: plan_tag in varchar2 default 'plan',
734: report_ref in varchar2 default NULL)
735: return xmltype;
736:
737: --
738: -- This function returns an explain plan in a CLOB format.
739: -- The function queries the caller specified plan table, generate the

Line 962: RETURN XMLTYPE;

958: FUNCTION get_plandiff_report_xml(
959: report_ref IN VARCHAR2 := NULL,
960: tid IN NUMBER,
961: method IN VARCHAR2)
962: RETURN XMLTYPE;
963:
964: end dbms_xplan;