ORA-01568: cannot set space quota on PUBLIC ORACLE 报错 故障修复 远程处理
网络编程
文档解释
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.
编辑:一起学习网
标签:配额,身份,空间,中以,但以