In SQL Plus I have a "prompt &&value" line which worked fine on the first time I ran the script.
However, each subsequent run remembers it which I do not want it to. I understand && means remember it throughout the script but it in fact the session? I have not exited SQL Plus because I expected each time I ran the script for the prompt to ask me to enter data.
Is there a way to tell SQL Plus to clear out this and ask each time the prompt is executed?
I am using && because the variable is used in a few statements following the prompt and I do not want to have to enter data over again per statement.
Thanks
There's no need for sarcastic replies, we've not all been this sad for that long!
However, each subsequent run remembers it which I do not want it to. I understand && means remember it throughout the script but it in fact the session? I have not exited SQL Plus because I expected each time I ran the script for the prompt to ask me to enter data.
Is there a way to tell SQL Plus to clear out this and ask each time the prompt is executed?
I am using && because the variable is used in a few statements following the prompt and I do not want to have to enter data over again per statement.
Thanks
There's no need for sarcastic replies, we've not all been this sad for that long!