Where does Oracle process SQL statements ?
Programming,programming,programming…a way a of life.(kind of!) But how many times do we actually stop to think about what we are doing ? I decided to blog on this, because it is important to always...
View ArticleOracle subquery caching
On Oracle there’s a kind of cache that works with scalar subqueries (look below for a simple example of a scalar subquery) which prevents the database engine to repeat unnecessary work to get the same...
View ArticleTen questions every Oracle PLSQL Developer should know
Ten questions that may open your eyes to what's basic knowledge for a good PLSQL Developer.
View ArticleJava for PLSQL programmers
Java for PLSQL Developers is an overview of Java concepts for PLSQL Developers.
View ArticleOracle with clause usage
A simple article explaining the usage of the Oracle With Clause
View ArticleUsing dynamic PLSQL to call functions
A quick how-to to call functions using dynamic PLSQL-
View ArticleAlternative to the if clause on PLSQL
Tired of using if clauses in PLSQL ? There is an alternative :-)
View Article