Hello,
today I came across a PLSQL Developer Command Windows issue.
If you try to run this little script in a Command Window you'll see that the PLSQL Comment "-- /*" code is not correctly interpreted/checked:
BEGIN
-- /* comment
dbms_output.put_line('test');
END;
/
Your SQL*Plus...