uBind
variables CAN only be used to supply values to be passed to SQL
code.
ØBind
variables are substituted with real values AFTER parsing.
uBind
variables CANNOT be used to define the structural elements of
queries or PL/SQL blocks.
ØStructural elements are needed in order for the statement to be prepared and
parsed.
Ø