Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-1652: unable to extend temp segment by 512 in tablespace

Re: ORA-1652: unable to extend temp segment by 512 in tablespace

From: <bdbafh_at_gmail.com>
Date: 7 Oct 2005 10:58:42 -0700
Message-ID: <1128707922.729063.305380@g44g2000cwa.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US