Oracle DBA, How To, Error, Cause and Action

ORA-02205: only SELECT and ALTER privileges are valid for sequences

ORA-02205: only SELECT and ALTER privileges are valid for sequences


Cause:


An attempt was made to grant or revoke an invalid privilege on a sequence.



Action:


Do not attempt to grant or revoke DELETE, INDEX, INSERT, UPDATE, REFERENCES or EXECUTE privilege on sequences.

No comments:

Post a Comment

Thanks for your comment.