Hi,

I wrote a procedure which takes an array of numbers as argument.
I did it in the following way:

Code:
type serie_values is table of float;
procedure AddValues(p_iSerieId in integer, p_Values in serie_values)
But how do I bind the p_Values in OCI ?
A sample would be a great help for me !

Thanks in advance
Olaf