Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Partition pruning problem
Hi,
I remember generating native dynamic sql (NDS) in a PL/SQL procedure for Business objects. The last parameter is OUT and type REF CURSOR. There is a catch.
When the report is first created, behind the scenes, it parses the NDS statement and builds into the BO report a hidden data structure based on the items in the SELECT statement. As long as those SELECT items don't change the report can use NDS for the rest of the query. You might need BO Supervisor privileges to get the initial report created and REF CURSOR parsed into the report. Good luck.
Might that help?
Regards,
Mike Thomas
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu Aug 19 2004 - 23:07:05 CDT
![]() |
![]() |