Running simple statements, for example:
select employee_id, first_name
from employees
order by employee_id
fetch first 5 rows;;
get an ora-00933 error --- SQL command not propery ended.
I am using the standard edition, i'm going to see if this may be the cause, but I don't think this is it...