How to generate trace file using DBMS_Job option?
Now I submitted a job in which I am calling this procedure.After submitting the job I am disconnecting sqlplus session. So in this case it is not generating the trace file.But the job(procedure) is running properly with regular intervals.
How to generate trace file using DBMS_Job option?