I am inputting a value into sql plus, and here is how I am getting the input:
And Abc.Abdef = &Abcdef;
When I execute it, it says:
Enter value for Abcdef:
How can I change the text enter value for to something else?
Is it possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, it is not possible. SQL*Plus doesn’t let you customise the prompt for substitution variables.
However, you can prompt for an input (with a custom prompt) and assign that to a variable which you then use in your statement: