SP2-0734: unknown command beginning …

Hi,I had created some procedure and I tried to execute it with sqlplus. That time I hit with this error.

SQL>@ c:\temp\uploaddata.sql
SP2-0734: unknown command beginning "upload [..." - rest of line ignored.

actually upload is a local variable I am trying to declare and assign some value. but I found later there are some unwanted characters being entered in the sql file. On removing it, it is running like a tiger! Sometimes, there may be some formatting characters inserted by editors also cause this error, somebody told in some website!

Comments are closed.