oracle 01536,Oracle space quota exceeded -- ORA-01536

In one of my support case,I get error like " java.sql.SQLException: ORA-01536: space quota exceeded

for tablespace 'PXTRG_D' "

The cause of ORA-01536 is that the space quota for the segment owner in the

tablespace has been exhausted and the operation attempted the creation of a new

segment extent in the tablespace.

The action is that either drop unnecessary objects in the tablespace to

reclaim space or have a privileged user increase the quota on this tablespace

for the segment owner.

You can increase the quota on the tablespace as follows:

alter   user     quota   unlimited   on   PXTRG_D;

grant   unlimited   tablespace   to   ============

select * from dba_role_privs where GRANTEE= 'username' ; //check the user's role

select * from dba_sys_privs where GRANTEE= 'username' ; // check the  privilege

SELECT * FROM DBA_TS_QUOTAS; // list all tablespace quotas

================

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值