SQLDeveloper – Tip- How to stop bind parameter substitution

SQLDeveloper raised bind parameter window, if it has ‘&’ value or ‘:’ value in the statement

Use the below code to avoid bind variable substitution issue in SQLDeveloper

set define off;

Comments |0|

Legend *) Required fields are marked
**) You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
Category: SQLDeveloper