Cause: SQL*Plus was expecting a symbol, but it was not specified.
Action: Check the syntax of the command you used for the correct options.
Solution:
If you have & in your string then:
SQL> set define off;
SQL> your command
SQL> set define on;