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.
ORA-28447
insufficient privilege to execute ALTER DATABASE DICTIONARY statement
Cause
An attempt was made to execute the ALTER DATABASE DICTIONARY statement without the necessary SYSKM privilege. For CONTAINER = ALL clause, the user must have the commonly granted SYSKM privilege or the user must have the local SYSKM privilege.
Action
Ensure that the user has the necessary privilege before executing the DDL.
ORA-28447
insufficient privilege to execute ALTER DATABASE DICTIONARY statement
Cause
An attempt was made to execute the ALTER DATABASE DICTIONARY statement without the necessary SYSKM privilege. For CONTAINER = ALL clause, the user must have the commonly granted SYSKM privilege or the user must have the local SYSKM privilege.
Action
Ensure that the user has the necessary privilege before executing the DDL.