1. A PL/SQL construct used to pass information to a subprogram. For example, in the subprogram call MYPROC (x),x is a parameter. 2. In Oracle Forms, parameters are used to pass information between components such as Oracle Forms and Graphics. 3. A variable you can change at runtime.