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: suresh <softgem_at_gmail.com>
Date: 8 Oct 2005 21:10:26 -0700
Message-ID: <1128831026.799030.177880@o13g2000cwo.googlegroups.com>


I granted unlimited tablespace access and was able to create the tables.

GRANT CONNECT,RESOURCE,UNLIMITED TABLESPACE TO insite_adm identified by testing;

I created 300 tables and the datafile grew to 1.5G, just for empty tables this much?

I still don't understand how oracle allocates space and what's the best space allocation if I want to create a database with 300 tables?

When I deleted the tables through drop table command the tablespace did not shrink, do I have to manually shrink the tablespace?

Thanks for your reply, I am an amateur, trying to learn oracle Received on Sat Oct 08 2005 - 23:10:26 CDT

Original text of this message

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