Plash wrote:Yes, this code works with the latest ODAC build.
You can use the same trick with SubDataType to work with PL/SQL tables of BINARY_DOUBLE.
Thank you. It works fine for simple binary_double-type parameters and for nested tables of binary_double (without the trick it works too for nested tables)!
But does not work for PL/SQL tables of binary_double (with the trick or without the trick - no differences).
If I use PL/SQL tables of binary_double as stored proc parameter, I have this message when exec stored proc:
Project Project1.exe raised exception class EOraError with message 'ORA-06550: line 2, column 73:
PLS-00418: array bind type must match PL/SQL table row type
Does ODAC support parameters that are PL/SQL tables of binary_double?
Have you a plan to add this support on next release?
We need to know: should we migrate from PL/SQL tables of binary_double to nested tables or we can wait for next release?