Oracle的資料表空間quota詳解

來源:互聯網
上載者:User

資料表空間quota概述

Oracle
官網對quota的定義如下: A limit on a resource, such as a limit on the amount of
database storage used by a database user. A database administrator can
set tablespace quotas for each Oracle Database username
有關Oracle Quota 這塊可以參考Oracle官方文檔

http://download.oracle.com/docs/cd/E11882_01/network.112/e16543

quota的日常管理

常見問題

ORA-01536:space   quota   exceeded   for   table   space   'CYYD'
解決辦法:
alter   user   USERNAME   quota   100M   on   TABLESPACENAME; 
alter   user   USERNAME   quota   unlimited   on   TABLESPACENAME;
grant   unlimited   tablespace   to   USERNAME;
quota是為了限制使用者對錶空間的使用,比如你限制使用者Guotu在tablespace 
CYYD中的quota為10m,當使用者Guotu在tablespace   CYYD中的資料量達到10m後,無論你的tablespace  
CYYD中有多少空間,Guotu都無法再使用tablespace   CYYD了。
所以你需要:
alter   user   aGuotu  quota   1000M   on   CYYD;
alter   user   Guotu   quota   unlimited   on   CYYD;
grant   unlimited   tablespace   to   Guotu

dba_ts_quotas

與quota相關的資料字典視圖為dba_ts_quotasjava-javascript 風之境地

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.