1.

What Operator Is Used To Debug Sqlscript Procedures?

Answer»

TRACE operator. It traces the tabular data passed as its argument into a local temporary table and return its INPUT unmodified. The names of the temporary tables can be retrieved from the SYS.SQL SCRIPT TRACE VIEW

Example: out = TRACE (:input);

TRACE operator. It traces the tabular data passed as its argument into a local temporary table and return its input unmodified. The names of the temporary tables can be retrieved from the SYS.SQL SCRIPT TRACE view. 

Example: out = TRACE (:input);



Discussion

No Comment Found