Running Scripts using SQL*Plus or SQL Worksheet

If you run generated scripts using either SQL*Plus or SQL Worksheet and require input from users, then use the following command before the generated SQL:

set define off

You can either run this new line separately before running the generated SQL. You can also generate the new line along with the generated SQL.