totn Oracle Error Messages

Oracle / PLSQL: ORA-00946 Error Message

Learn the cause and how to resolve the ORA-00946 error message in Oracle.

Description

When you encounter an ORA-00946 error, the following error message will appear:

  • ORA-00946: missing TO keyword

Cause

You tried to execute a GRANT command and missed the TO keyword.

Resolution

The option(s) to resolve this Oracle error are:

Option #1

Try adding the missing TO keyword and re-execute the command.

View more information on granting and revoking privileges.