Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-1652: unable to extend temp segment by 512 in tablespace
I missed where you granted the user account a tablespace quota.
As a privileged account, execute the following:
SQL> alter user <username> quota <bytes> on tablespace <tablespace_name>;
hth.
-bdbafh Received on Fri Oct 07 2005 - 12:58:42 CDT
![]() |
![]() |