首页 > 代码库 > ora-01536 space quota exceeded for tablespace

ora-01536 space quota exceeded for tablespace

数据库之间使用dmp文件进行数据移植

给普通用户授权dba权限

grant dba to user;

移植成功后,收回

revoke dba from user;

建表的时候出现

ora-01536 space quota exceeded for tablespace xxxx;

重新授予dba权限,问题解决,具体原因待核实。