0 votes
in PL/SQL by
How Can You Enable A Trace For A Session?

1 Answer

0 votes
by

Use the below commands to Enable A Trace For A Session

Use the DBMS_SESSION.SET_SQL_TRACE or

Use ALTER SESSION SET SQL_TRACE = TRUE;

...