greatrohit
Programmer
Hi,
On running a SQL statement the following error was reported:
ORA-01652: Unable to extend temp segment by 140 in tablespace SYSTEM
(DBDexfet error)
I think the problem is due to less space in tablespace(Which one?)
Please clarify following points:
1) Do we have to increase size of SYSTEM tablespace or temp tablespace.
2) Whether we will be using "Alter tablespace...add datafile..." command or
there is another better way to do it.(Pls dont recommend deleting
tablespace and creating new one as I am not allowed to do it)
3) How do we run this command... that is what are the things we have to take care of
Do we have to make tablespace offline before running this command.
4) In case we have to increase size of SYSTEM tablespace then any precautions we have to take first.
5) Is there any command to increase the size of a specific segment inside a tablespace.
The query is run on approximately 20 thousand records. Please answer the above queries if you are very sure of it because the system is live and with heavy traffic. If anything happens to it then I will be sacked.
On quering "dba_free_space" I was able to get the free space available in the tablespaces. They are as follows:
Tablespace Size(in MB)
RBS 0.625
System 2.082
Temp 0.5351
Temporary_data 0.5351
TradePost 106.373
Tools 4.978
users 0.9492
user_data 0.9980
Thanks a Lot
On running a SQL statement the following error was reported:
ORA-01652: Unable to extend temp segment by 140 in tablespace SYSTEM
(DBDexfet error)
I think the problem is due to less space in tablespace(Which one?)
Please clarify following points:
1) Do we have to increase size of SYSTEM tablespace or temp tablespace.
2) Whether we will be using "Alter tablespace...add datafile..." command or
there is another better way to do it.(Pls dont recommend deleting
tablespace and creating new one as I am not allowed to do it)
3) How do we run this command... that is what are the things we have to take care of
Do we have to make tablespace offline before running this command.
4) In case we have to increase size of SYSTEM tablespace then any precautions we have to take first.
5) Is there any command to increase the size of a specific segment inside a tablespace.
The query is run on approximately 20 thousand records. Please answer the above queries if you are very sure of it because the system is live and with heavy traffic. If anything happens to it then I will be sacked.
On quering "dba_free_space" I was able to get the free space available in the tablespaces. They are as follows:
Tablespace Size(in MB)
RBS 0.625
System 2.082
Temp 0.5351
Temporary_data 0.5351
TradePost 106.373
Tools 4.978
users 0.9492
user_data 0.9980
Thanks a Lot