Hi, Is there any way i can get the prompt to put user input yes/or not to run or not to run the next sql query
fo example
a.sql
select name from v$database
select name from v$datafile
exit
I want to run 2nd query based on user input YES if user says NO it should exist out
any way?