ORA-01652: unable to extend temp segment by 128 in tablespace DATA_01 [message #546938] |
Sat, 10 March 2012 10:15 |
|
Jack14
Messages: 497 Registered: December 2011 Location: INDIA
|
Senior Member |
|
|
Hi,
When i try to create a duplicate table from an existing table i get error.
SQL> create table COMP_TEMP as select * from COMPETITIVE;
create table COMP_TEMP as select * from COMPETITIVE
*
ERROR at line 1:
ORA-01652: unable to extend temp segment by 128 in tablespace DATA_01
The table size is 15 gb.
Currently the tablespace has 2GB free space.
If i need to increase the size of the tablespace DATA_01,how much space is required.
Regards,
|
|
|
|
|
|
|
|
|
|
|
|