/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

rwijk.blogspot.com
| | optimizermagic.blogspot.com
1.5 parsecs away

Travel
| | Generating and displaying the execution plan of a SQL statement is a common task for most DBAs, SQL developers, and preformance experts as i...
| | oracle-randolf.blogspot.com
1.0 parsecs away

Travel
| | On the OTN forum very often tuning requests about single SQL statements are posted, but the information provided is rather limited, and ther...
| | iusoltsev.wordpress.com
1.3 parsecs away

Travel
| | 465 ?! SELECT A.ID, A.LOGIN, A.NAME, A.LASTNAME, A.EMAIL FROM ACCOUNT A WHERE (A.LOGIN LIKE '%%') AND (A.NAME LIKE '%?%' OR A.LASTNAME LIKE '%?%') AND A.COMPANY_ID = 1 ORDER BY A.LOGIN ?, ? ? A.COMPANY_ID = 1 ? SQL> SELECT 'ALL' as "Condition", count(*) FROM ACCOUNT...
| | afatkulin.blogspot.com
3.9 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...