Is ORDER a reserved word in Oracle?

I created a table called ORDER without any problem, and I tried to drop it and I couldn't.

SQL> desc order;
ERROR:
ORA-00931: missing identifier

SQL> drop table order;
drop table order
*
ERROR at line 1:
ORA-00903: invalid table name