Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How "deterministic" are EXPLAIN PLAN results?
"Sybrand Bakker" <gooiditweg_at_nospam.demon.nl> wrote in message
news:1jk89vo64iubghsbnb6o6aro39l8njo44i_at_4ax.com...
> Because in PL/SQL blocks the optimizer always goes for ALL_ROWS mode,
> and first_rows hints are ignored.
Old heuristic-based "first_rows" or new cost-based "first_rows"?
Even if it's true, then it's just an ugly artifact that could be submitted as bug. Essentially it is saying that PL/SQL client code is different from anything else. As if a user can't open cursor in PL/SQL block and fetch 10 first rows only. Received on Wed Apr 09 2003 - 13:10:20 CDT
![]() |
![]() |