Michael C. Neel
Member
I'm trying to find how to enable bind variables in PL/SQL developer (i.e. :varname). So far I can only find support for SQL * Plus's substitution variables (i.e. &varname).
For a software developer, substitution variables aren't very helpful since they don't work outside of the editor and will also alter the explain plan making performance issues harder to track down.
For a software developer, substitution variables aren't very helpful since they don't work outside of the editor and will also alter the explain plan making performance issues harder to track down.