How to fix the Oracle error ORA-22928: invalid privilege on directories?
In this post, you’ll learn more about the Oracle ErrorORA-22928: invalid privilege on directories with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-22928: invalid privilege on directories
Reason for the Error ORA-22928: invalid privilege on directories
An attempt was made to grant or revoke an invalid privilege on a directory.
How to fix the Error ORA-22928: invalid privilege on directories ?
You can fix this error in Oracle by following the below steps
Only CREATE, DELETE, READ, WRITE and EXECUTE privileges can be granted or revoked on directories. Do not grant or revoke other privileges.
Leave Your Comment