Search

OakieTags

Who's online

There are currently 0 users and 9 guests online.

Recent comments

Affiliations

Miscellaneous Articles

Improving performance with pipelined table functions

Using pipelined functions as a performance tuning tool. January 2010

Method 4 dynamic sql in pl/sql

Using ANYDATASET and pipelined functions to achieve native Method 4 Dynamic SQL. August 2007

Overcoming the limitations of set row

Techniques to avoid superfluous updates with SET ROW. June 2007

Flexible pipelined functions

Combining pipelined functions, polymorphism and multi-table inserts. August 2007

Tuning pl/sql file i/o

Various techniques for unloading data to flat-file faster. February 2008

Pipelined function issues

A few "gotchas" to be aware of when using pipelined functions. September 2007 (updated May 2008)

Returning with insert..select

A workaround to the unsupported INSERT..SELECT..RETURNING construct. August 2005 (updated May 2009)

Pl/sql functions and cbo costing

Associating statistics with PL/SQL functions for greater CBO accuracy. June 2009

Emulating string-to-table functionality using sql

Turning delimited strings into multiple records without PL/SQL. July 2005 (updated August 2007)

Row-generation without i/o

Methods for generating dummy data without incurring I/O costs. November 2004