ORA-01031 insufficient privileges

ORA-01031 insufficient privileges

Oracle SQL Error: ORA-01031 insufficient privileges

Cause:

An attempt was made to change the current username or password without the appropriate privilege.

Solution:

Ask the database administrator to perform the operation or grant the required privileges.

Example:

DELETE FROM SYS.ACCESS$;

Output:

SQL Error: ORA-01031: insufficient privileges