Community
Participate
Working Groups
Build Identifier: Using a cursor in a stored procedure from oracle when using report designer: 1. Does not include the sp package name when using the filter to find the stored procedure, drag and drop does schema.sp instead of schema.package.sp (minor) 2. After putting the package name correctly lists the output columns and the one OUT cursor parameter but keeping the default name for the parameter of P_CURSOR of native type P_CURSOR when previewing generates an error with a message of "column binding "PARAMS_0" has referred to a data set which does not exist Renaming the parameter seemed to get rid of the problem. Reproducible: Always