I have a stored function that returns an OUT parameter that is a nested table. Can I call the function without having to define the maximum size of the return value using DimPLSQLTable?
If I call DimPLSQLValue and set the maximum size for the variable, the result may be truncated if its size exceeds the maximum.
If I call DimPLSQLValue and set the maximum size for the variable, the result may be truncated if its size exceeds the maximum.