Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 348989

Summary: column binding "PARAMS_0" 2.5.2
Product: z_Archived Reporter: MG <java97301>
Component: BIRTAssignee: Birt-Data-inbox <Birt-Data-inbox>
Status: NEW --- QA Contact: Xiaoying Gu <bluesoldier>
Severity: normal    
Priority: P3 CC: bluesoldier, zqian
Version: 2.5.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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