using dbms_scheduler with PL/SQL procedure and external action
Hi,
I try to create a job with more steps:
1. step rename file on OS
2. execute pl/sql procedure
The parameter job_action is plsql_block ,stored_procedure , executable
Executable is for working on OS, stored_procedure is for working with pl/sql procedure
Which one shall I use for both?
Thank you for your help.
Regards,
Siegwin