Tag: Oracle

Community

Announcing the New MODEL

(Jonathan Gennick) You’re writing a query that returns computed column values. As input to your calculations, you need values from multiple rows. What do you do? This is actually a fairly common problem. Solutions to it often involve inscrutable combinations of self-joins and subqueries. Oracle

Community

Partition Outer-Joins

(Jonath1n Gennick) I don’t usually write about new Oracle features for this list, because so few people can use them, but this time I’m going to break that pattern. Oracle Database 10g brings a new feature called the “partition outer-join”. You use the feature to “densify” data, to fill in missing

Community

Using Multi-Column Indexes

When an SQL request is commonly issued using multiple columns, a concatenated or multi-column index can be used to improve performance. Oracle supports the use of multi-valued indexes, but there are some important limitations. Unlike other relational databases, Oracle requires that all columns in th