How to suppress error: SP2-1506: START, @ or @@ command has no arguments
Starting with sqlplus an error comes up when calling start command without arguments:
SP2-1506: START, @ command has no arguments. Is there a way to suppress this error ?
Tests:
SQL*Plus: Release 10.2.0.5.0
SQL> start
SQL>
====
SQL*Plus: Release 11.2.0.1.0
SQL> start
SP2-1506: START, @ command has no arguments
SQL>
Thanks Hendrik