Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Optimizer hint <*+ RULE *> question
I also found at the following site that ANSI Outer joins will force the
CBO:
http://www.jlcomp.demon.co.uk/faq/force_cbo.html
I have a statement of the form:
select A.field1,
A.field2, A.field3, B.field1, B.field2
If I change the statement to:
select A.field1,
A.field2, A.field3, B.field1, B.field2
I can force the RBO
--maggie Received on Mon Nov 07 2005 - 10:31:36 CST
![]() |
![]() |