Question

Cannot use Data Table as input parameter in Oracle Query
Hi All,
We're Currently trying to pass a specific Data Table as an input parameter in the SP (With sysrefcursor data type). However, we're encountering the issue below:
Parameter '<variableName>: OracleType.Cursor parameters may only be ParameterDirection.Output Parameters.
Any idea for a fix will be appreciated.
Thanks!