Database Error Messages

ORA-28447

The user has insufficient privilege to execute the ALTER DATABASE DICTIONARY statement.

Cause

An attempt was made to execute the ALTER DATABASE DICTIONARY statement without the necessary SYSKM privilege. The SYSKM privilege is required when executing ALTER DATABASE DICTIONARY locally. If this is executed with the CONTAINER=ALL clause, the user must have SYSKM granted commonly.


Action

Grant SYSKM to the user either locally or commonly depending on the requirement.