How can I clear replacement variables in the command window?
In a command window do the following.
select '&repvar' from dual;
You will be prompted in a pop-up for 'repvar'.
If you run the select again, the pop-up will contain the last value entered.
If you do the following:
undefine repvar
When you run the select, the old value remains.
In a command window do the following.
select '&repvar' from dual;
You will be prompted in a pop-up for 'repvar'.
If you run the select again, the pop-up will contain the last value entered.
If you do the following:
undefine repvar
When you run the select, the old value remains.