Revoke Quota on Tablespace from Userby Ed ChenJuly 10, 2022July 25, 2022Revoke Tablespace Quota In previous post, we have talked about how to set quota on tablespace for users. Now, let's see how to revert it.… Read More »Revoke Quota on Tablespace from User
Grant Quota on Tablespace to Userby Ed ChenJuly 10, 2022July 25, 2022Grant Tablespace Quota Since quota usage limitation is not an object privilege, we can't grant it like this: SQL> grant quota 100g on erpapp_tbs_01 to… Read More »Grant Quota on Tablespace to User