while running a query that ran fine on toad but failed on the server/sqlplus due to above error.
The solution is simple, just remove all blank lines from your script.
To delete blank lines in vi:
%g/^$/d
(i.e. global change, nothing between beginning of line to end of line, delete)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment