Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 348989 - column binding "PARAMS_0" 2.5.2
Summary: column binding "PARAMS_0" 2.5.2
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.5.2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Birt-Data-inbox@eclipse.org CLA
QA Contact: Xiaoying Gu CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-10 02:41 EDT by MG CLA
Modified: 2011-06-15 01:21 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MG CLA 2011-06-10 02:41:23 EDT
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