SQLPLUS AND SETBLANKLINES ON
I just added the command SET SQLBLANKLINES ON in all our scripts in order to detect missing semi-coma. You can see a post on the Oracle forums related to that question here:
https://forums.oracle.com/forums/message.jspa?messageID=10747906#10747906
Now I just want to know if this behavior have always been the same in sqlplus in older versions (missing semi-coma not detected)?
Thank's for your imput and have a nice day.
Carl