Enabling Application Engine Tracing
启用应用程序引擎跟踪
By default, all Application Engine traces are turned off. To see a trace or a combination of traces, set trace options before you run a program.
默认情况下,所有应用程序引擎跟踪都处于关闭…
Enabling Chains
使用enable过程启用链。在作业运行链之前,必须启用它。启用已启用的链不会返回错误。
The following example enables chain my_chain1:
BEGINDBMS_SCHEDULER.ENABLE (my_chain1);
END;
/See Oracle Database PL/SQL Packages and Types Referen…