DBA Data[Home] [Help]

SYS.DBMS_SQLDIAG dependencies on SQLSET_ROW

Line 733: sql_stmt OUT SQLSET_ROW,

729: -- VOID
730: -----------------------------------------------------------------------------
731: PROCEDURE incidentid_2_sql(
732: incident_id IN VARCHAR2,
733: sql_stmt OUT SQLSET_ROW,
734: problem_type OUT NUMBER,
735: err_code OUT BINARY_INTEGER,
736: err_mesg OUT VARCHAR2);
737:

Line 750: -- a sqlset_row containing the SQL statement

746: -- PARAMETERS
747: -- incident_id (IN) - Identifier of the incident
748: --
749: -- RETURN:
750: -- a sqlset_row containing the SQL statement
751: -----------------------------------------------------------------------------
752: FUNCTION getsql(
753: incident_id IN VARCHAR2)
754: RETURN SQLSET_ROW;

Line 754: RETURN SQLSET_ROW;

750: -- a sqlset_row containing the SQL statement
751: -----------------------------------------------------------------------------
752: FUNCTION getsql(
753: incident_id IN VARCHAR2)
754: RETURN SQLSET_ROW;
755:
756: ------------------------ set_tcb_tracing ------------------------------------
757: -- NAME:
758: -- set_tcb_tracing - enable/disable TCB tracing

Line 1102: -- sqlset_name (IN OUT) - a sqlset_row containing the SQL statement

1098: -- PARAMETERS:
1099: -- directory (IN) - directory containing testcase files
1100: -- filename (IN) - the name of a file containing the sql
1101: -- object
1102: -- sqlset_name (IN OUT) - a sqlset_row containing the SQL statement
1103: -----------------------------------------------------------------------------
1104: FUNCTION load_sqlset_from_tcb(
1105: directory IN VARCHAR2,
1106: filename IN VARCHAR2,