|
You are here |
kerryosborne.oracle-guy.com | ||
| | | | |
oracle-randolf.blogspot.com
|
|
| | | | | 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
|
|
| | | | | 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... | |
| | | | |
optimizermagic.blogspot.com
|
|
| | | | | Generating and displaying the execution plan of a SQL statement is a common task for most DBAs, SQL developers, and preformance experts as i... | |
| | | | |
blog.toadworld.com
|
|
| | | Why my execution plan has not been shared - Part I | ||