To prevent SQL injection, I want to validate all Varchar parameters of procedures, user functions and packages.
Is it possible to create a trigger when compiling or creating a new stored procedure or a user function to force all developpers to add this validation ? To validate a parameter I need to call a user function that validate and sanitize each parameter of type Varchar.