vote up 3 vote down star
1

Using toad and an oracle database, how can I call a sp and see the results by passing an array to one of the parameters of the sp?

flag

73% accept rate

1 Answer

vote up 3 vote down check

In the Editor tab you can call it like this:

begin
    myproc (my_array_type(1,4,7,9));
end;
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.