Explore >> Select a destination


You are here

www.dbaglobe.com
| | kerryosborne.oracle-guy.com
1.5 parsecs away

Travel
| |
| | jonathanlewis.wordpress.com
2.3 parsecs away

Travel
| | Here's a simple detail about bind peeking (during optimisation) that makes a big difference to "fetch first/next" queries. The optimizer knows about your bind types, and can peek at the bind values - but that doesn't mean it will do something sensible with them. Here's a little model to demonstrate the problem - starting with...
| | leonotes.wordpress.com
1.3 parsecs away

Travel
| | ????????transitive closure?Wiki??????????Oracle????????...
| | afatkulin.blogspot.com
7.2 parsecs away

Travel
| Take a look at the following table: SQL> create table codes 2 ( 3 code varchar2(10), 4 used number, 5 constraint pk_cod...