View Single Post

   
  #2 (permalink)  
Old 02-26-2008, 04:18 AM
Valentin Minzatu
 
Posts: n/a
Default 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.

Reply With Quote