GeekArticles
FAQ
Oracle FAQFunction in predicate produces different execution plan
Author: asktom.oracle.com |
Published: 13th Dec 2007 |
Visited: 104 times |
Add CommentFiled in: Oracle FAQHi Tom
Greetings from the great state of Indiana home of the Indiana Oracle Users Group (INOUG), you need to come back and visit.
DB Version: 9.2.0.4 on UNIX
I have a simple query that uses what turns out to be a constant on the right side o...
Read Article Sponsored Links
Related Articles
• Clean Up Function Syntax Mess with decltype The funky syntax of a function's return type isn't just unreadable in many cases—it's also a common source of maintenance problems. However, with the new decltype operator your functions will look much cleaner and easier to maint ...