如何取得Oracle并行执行的trace:

ALTER SESSION SET tracefile_identifier='10046_PROD';
ALTER SESSION SET max_dump_file_size = unlimited;
ALTER SESSION SET timed_statistics = true;
ALTER SESSION SET "_px_trace" = low , messaging;
ALTER SESSION SET statistics_level=all;
ALTER SESSION SET events '10046 trace name context forever, level 12';

执行SQL文

ALTER SESSION SET events '10046 trace name context off';

相关文章:

  • 2021-10-04
  • 2021-12-23
  • 2021-10-21
  • 2021-08-04
  • 2021-11-20
  • 2022-12-23
  • 2022-01-06
猜你喜欢
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2021-07-21
  • 2022-03-01
  • 2021-07-16
  • 2022-01-07
相关资源
相似解决方案