select 'alter user 用户 quota unlimited on ' || Tablespace_Name || ';' from dba_tablespaces where contents ='PERMANENT' order by Tablespace_Name |
select 'alter user 用户 quota unlimited on ' || Tablespace_Name || ';' from dba_tablespaces where contents ='PERMANENT' order by Tablespace_Name |