When i tried to execute this statement:
select salary,DEPARTMENT_ID from EMPLOYEES order by 1 fetch first 15 rows only;
I got an error as follows:
ORA-00933: SQL command not properly ended
I executed this in SQL Developer (17.3.1), if that matters.