View Single Post

   
  #9 (permalink)  
Old 02-25-2008, 07:40 AM
mccmx@hotmail.com
 
Posts: n/a
Default Re: Optimizer not pushing filters down into view

Oracle support have submitted my TAR to development as a potential bug.

Workaround is to set the following:

alter session set "_push_join_union_view" = false;

Matt

Reply With Quote