码迷,mamicode.com
首页 > 其他好文 > 详细

ORA-01536: space quota exceeded for tablespace 'TFR_DATA' #

时间:2016-05-04 10:45:30      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:表空间配额不足

ORA-01536: space quota exceeded for tablespace ‘TFR_DATA‘ #


alter user tfr quota unlimited on TFR_DATA;


表空间配额不足

方法一:SQL> alteruser user_name quota unlimited on tablespace_name;

方法二:SQL> alteruser user_name quota 100M on tablespace_name;

方法三:SQL> grantunlimited tablespace to user_name;


ORA-01536: space quota exceeded for tablespace 'TFR_DATA' #

标签:表空间配额不足

原文地址:http://10983441.blog.51cto.com/10973441/1769921

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!