Databases Idiosyncrasies (Oracle)
High Performance PHP
2024-11-23
35
Use Stored Procedures For DML
•
Combining multiple DML statements in a single stored procedure can reduce the number of soft parses.
•
Isolating your DML is also nice to separate out the implementation.