Oracle Database 11
g introduces a number of nifty new features to improve the performance of PL/SQL code, but the most dramatic ones are native compilation and intra-unit inlining.
[url=http://www.oraclepoint.com]ztZmYsf5NOraclePoint7yeRn4BVT[/url]
Native compilation is not a new feature in itself, but the lack of any preconditions for using it—such as a C compiler install—is indeed new. (Oracle calls this improved feature "Real Native Compilation".) In addition, a new datatype, simple_integer, makes code perform better under native compilation. Intra-unit inlining is an optimization technique applied to the PL/SQL code during compilation time to produce efficient code.
[url=http://www.oraclepoint.com]tacKzWfjQOraclePoint337irp8TD[/url]
In this installment you will learn appropriate use cases for these new features. You will also examine their performance under different scenarios: when compiled natively, when using simple integers, when inlining the program, and in various combinations.
Please find complete article at attachment.
[url=http://www.oraclepoint.com]qy94vxYCbOraclePointREwlxNE9D[/url]