0

When executing a script with SQL PLus, I was prompted to enter value for lt, gt, and apos.

Here are some code examples in this script.

v_qry := replace(v_qry, '&lt;', '<');
v_qry := replace(v_qry, '&gt;', '>');
v_qry := replace(v_qry, '&apos;', '''') ;

How to execute this script without being prompted to enter values?

Thank you Frank

1 Answer 1

2
set define off

More details can be found in the manual: http://docs.oracle.com/cd/E11882_01/server.112/e16604/ch_twelve040.htm#i2698854

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.