Why Learn It? Glossary
 

4. Using Bind Arguments

Previous previous|next Next Page

If you must use dynamic SQL, using bind arguments affords the next best protection against SQL injection attacks. Using bind arguments also enables cursor sharing, and thus improves application performance.

Write dynamic SQL statements that use bind arguments
Write dynamic PL/SQL to use bind arguments
Use bind arguments in JDBC applications
Describe limitations with bind arguments
List alternatives to using bind arguments