Database Error Messages

OCI-01464

circular grant (granting to grant ancestor) of table or view

Cause

The user in the TO clause of the GRANT statement had already been GRANTed privileges on this table.


Action

Do not GRANT privileges on a table to the user who originally GRANTed privileges on that table. The statement in error is probably unnecessary.