Re: Smells like oracle bug?
- From: "Gints Plivna" <gints.plivna@xxxxxxxxx>
- Date: Thu, 13 Jul 2006 21:48:49 +0300
retrying because of overquoting.
Unfortunately in my specially created example I of course can do that,
but original query hasn't any hints and without them chose the access
path that led to incorrect results. I of course can give some hint(-s)
to force another access path, but this is somehow very unpleasing :(
Gints
2006/7/13, Jared Still <jkstill@xxxxxxxxx>:
It appears that Oracle is taking your hint quite seriously.
As there is no data in idx2 due to the only value in the
id2 column being null, Oracle is not returning any rows.
Take idx2 out of the hint, and you get data.
--
http://www.freelists.org/webpage/oracle-l
- Follow-Ups:
- RE: Smells like oracle bug?
- From: Mercadante, Thomas F \(LABOR\)
- References:
- Smells like oracle bug?
- From: Gints Plivna
- Re: Smells like oracle bug?
- From: Jared Still
Other related posts:
- » Smells like oracle bug?
- » Re: Smells like oracle bug?
- » RE: Smells like oracle bug?
- » Re: Smells like oracle bug?
- » RE: Smells like oracle bug?
- » RE: Smells like oracle bug?
- » Re: Smells like oracle bug?
- » Re: Smells like oracle bug?
- » Re: Smells like oracle bug?
- » Re: Smells like oracle bug?
- » Re: Smells like oracle bug?
It appears that Oracle is taking your hint quite seriously.
As there is no data in idx2 due to the only value in the id2 column being null, Oracle is not returning any rows.
Take idx2 out of the hint, and you get data.
- RE: Smells like oracle bug?
- From: Mercadante, Thomas F \(LABOR\)
- Smells like oracle bug?
- From: Gints Plivna
- Re: Smells like oracle bug?
- From: Jared Still