How do you execute a proc with a PL/SQL table as an IN parameter using a DB JOB
I have a procedure which takes a PL/SQL table as an IN argument.
I want to execute this proc. using the DBMS_SCHEDULAR.
How can I do it?
There is no documentation of how to pass a PL/SQL parameter.
0