The AskTOM team is taking a break over the holiday season, so we're not taking questions or responding to comments. Please have a happy and safe festive season and as always, thanks for being a member of the AskTOM community.
Thanks for the question, Eduardo.
Asked: March 10, 2017 - 2:42 pm UTC
Last updated: March 11, 2017 - 1:35 am UTC
Version: 12C
Viewed 1000+ times
SQL> EXEC DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION(&SID,&SERIAL,TRUE); Enter value for sid: 1883 Enter value for serial: 13426 PL/SQL procedure successfully completed. SQL> EXEC DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION(&SID,&SERIAL,FALSE); Enter value for sid: 1883 Enter value for serial: 13426 PL/SQL procedure successfully completed. #################################### SQL> select value from v$parameter where lower(name) = 'user_dump_dest'; VALUE -------------------------------------------------------------------------------- D:\ORACLE\PRODUCT\12.1.0\MSAFPRD\RDBMS\TRACE ##################################### SQL> show parameter USER_DUMP_DEST NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ user_dump_dest string D:\ORACLE\PRODUCT\12.1.0\MSAFP RD\RDBMS\TRACE
select * from v$diag_info where name = 'Diag Trace';
Check out more PL/SQL tutorials on our LiveSQL tool.
PL/SQL reference manual from the Oracle documentation library