urgent [message #54061] |
Mon, 28 October 2002 01:38 |
Puneet Vats
Messages: 33 Registered: June 2002
|
Member |
|
|
Hi dear,
I have designed a table tb01 in tablespace ts01 and now this table has 100000 rows and i want to transfer its tablespace from ts01 to ts02 how can i do it.
Please help me.
mail me please
|
|
|
Re: urgent [message #54062 is a reply to message #54061] |
Mon, 28 October 2002 01:51 |
psmyth
Messages: 81 Registered: October 2002
|
Member |
|
|
export the table and its data.
drop the table
create the table in ts02
import the data from the export you took initially.
|
|
|
|