Is there a way to set default value of paramter in sqlplus script without user input?
For example, I have an SQL script sessions.sql:
SET VERIFY OFF SET TERMO
Please read "On SQL*Plus Defines" for an answer to your question.