Is it possible to use a Derived table against an Oracle stored Proc. I looked through the discussion threads and I saw examples with SQL Server stored procs. The problem with the Oracle ones is a little different and I was wondering if anyone has done it. When I try to do something like this
select * from mystoreproc(‘test’,mycursor), I get an error saying that it is missing the right paranthesis.
As said by sanjana, you can use the SP as the Dataprovider for Designing the report, even you can call the function @Universe, am not sure about the stored procedure…