How to fix the Oracle error ORA-02189: ON required?

In this post, you’ll learn more about the Oracle ErrorORA-02189: ON required with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-02189: ON required

Reason for the Error ORA-02189: ON required

In a grant or revoke statement, the user specified a tablespace quota but did not follow it with the ON clause.

How to fix the Error ORA-02189: ON required ?

You can fix this error in Oracle by following the below steps

Specify the tablespace on which the quota is to be applied with the ON clause.

Tags :

Leave Your Comment