Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Prompt for bind variables in SQL developer

893982Feb 8 2013 — edited Feb 20 2013
Hi!

Just installed the latest 3.2 version of SQL Developer, and tried to do an explain plan.
Now the tool prompts me for values for the bind variable. It didn't do that in my previous version (version 3. something).

Thats anoying :-)

How do I disable that feature?

Example:
explain plan for
select * from emp
where department_id = :1;

If i right click on the statement or press F10, I get no prompt for the bind variable...

Regards
Søren
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 20 2013
Added on Feb 8 2013
10 comments
13,913 views