The following example enables function trace processing for the current session, writing the trace data into the global temporary trace table named udf_diagnostics.
SET SESSION FUNCTION TRACE USING 'diag,3' FOR TABLE udf_diagnostics;
The following example enables function trace processing for the current session, writing the trace data into the global temporary trace table named udf_diagnostics.
SET SESSION FUNCTION TRACE USING 'diag,3' FOR TABLE udf_diagnostics;