| |
Improved PL/SQL stored procedure invalidation mechanism |
|
| |
A new 11g features will be fine grained dependency tracking, reducing the number of objects which become invalid as a result of DDL. |
|
| |
|
|
| |
Scalable PL/SQL |
|
| |
The next scalable execution feature is automatic creation of "native" PL/SQL (and Java code), with just one parameter for each type with an "on/off" value. This apparently provides a 100% performance boost for pure PL/SQL code, and a 10%-30% performance boost for code containing SQL. |
|
| |
|
|
| |
Enhanced PL/SQL warnings |
|
| |
The 11g PL/SQL compiler will issue a warning for a "when others" with no raise. |
|
| |
|
|
| |
Stored Procedure named notation |
|
| |
Named notation is now supported when calling a stored procedure from SQL. |
|