Using dbms_job package
Hi,
I want to perform a table truncation every day.
I'm going to create a procedure containing the code and call my procedure using dbms_job package.
In which schema should I create my procedure ?
Which user should I use to submit the job through dbms_job package?
Rgds,
Frederic
I'm going to create a procedure containing the code and call my procedure using dbms_job package.
In which schema should I create my procedure ?
Which user should I use to submit the job through dbms_job package?
Rgds,
Frederic
0