Re: passing it an Assoc. Array On Feb 27, 2:31 pm, "Ed" <e...@mail.com> wrote:
> How can one launch a proc via dbms_job
> (to run in separate session) passing it an Assoc. Array ?
>
> thanks
> 10gR2
You cannot. You would have to persist the data and reinitialize the
array in the other session should you have to use it in that format. |