There was an error while loading. Please reload this page.
1 parent ce03b28 commit c7ae075Copy full SHA for c7ae075
plsql/performance/README.md
@@ -1 +1,8 @@
1
Oracle PL/SQL offers many features for optimizing performance, especially in terms of optimizing execution of SQL from within PL/SQL.
2
+
3
+Key features include:
4
+* FORALL
5
+* BULK COLLECT
6
+* Function result cache
7
+* UDF pragma (12.1)
8
+* Compiler optimization
0 commit comments