Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Some weird behavior with a collection in a subquery.
Boris,
It didn't prevent me from specifing cardinality hint, but it didn't work either. Check the estimated cardinality in the plan I posted. Regarding the hints. This type of query is used all over the place. I can't say I would want to write my own CBO to handle arrays and joined tables of different sizes. That's exactly how it will look like.
The bug does exist, and recognized by the Oracle TS and development. So, I don't need to go for tricking CBO in weird plans that crash the engine.
On 6/12/05, Boris Dali <boris_dali_at_yahoo.ca> wrote:
> Vlad,
>=20
>=20> select /*+ use_nl( t1 t2) */
> select /*+ ordered */ count(*)
> from (
>=20
>=20
-- http://www.freelists.org/webpage/oracle-lReceived on Sun Jun 12 2005 - 18:14:46 CDT
![]() |
![]() |