In case the results differ when using command line sqlplus instead SQLDevelper it means they are configured to use different NLS_LANG. This happens always when the DB is set in Italian and you are using sqlplus installed on a server with Windows server in English with default settings.
It is possible to avoid the issue by setting the Italian NLS_LANG using the SET and EXPORT commands on in command prompt on the server:
SET NLS_LANG=ITALIAN_ITALY.UTF8
EXPORT NLS_LANG
SQLPLUS username@userpass/sid @D:\WORK\SKED\scriptfile.sql