Search notes:
ORA-00971: missing SET keyword
Note the typo (
fro
instead of
for
) which causes the following statement to throw
ORA-00971: missing SET keyword
:
explain plan
fro select * from
dual
;
See also
Other Oracle error messages
such as
ORA-02000: missing … keyword
Index