PL/SQL performance freak series – alternatives to PL/SQL function calls from SQL
Last week I revealed the numbers standing behind the overhead of calling a Pl/SQL function from within an SQL statement. I've left two questions open: - Is it always a performance issue, when you call a PL/SQL function from a SQL statement? - What can be done to maintain the function encapsulation (have the code DRY) and keep high performance?