top of page
Search

Pragma Inline

Inlining replaces a subprogram call (to a subprogram in the same program unit) with a copy of the called subprogram. Pragma inline could...

PL/SQL - Bulk Collect

Bulk collect is one of my favourite features in PL/SQL programming. It gains significance when you require better performing code using...

TABLE FUNCTIONS

I have come across the table functions in Oracle during the initial years of my career but rarely spared time to delve deeper into it...

Blog: Blog2
bottom of page