ORA-01568: cannot set space quota on PUBLIC

文档解释

ORA-01568: cannot set space quota on PUBLIC

Cause: Trying to set space quota on a tablespace for PUBLIC.

Action: If trying to grant system-wide or tablespace-wide space priviledges to all users, use GRANT RESOURCE [ON ] TO PUBLIC.

官方解释

常见案例

正常处理方法及步骤

1.检查该错误是否是由于无意中以PUBLIC身份尝试设置表空间配额而引起的。

2.如果是,重现设置表空间配额的语句,但以不同的用户身份运行,例如SYS或SYSOPER.

你可能感兴趣的