Home > database > Oracle replacement table space problem
Oracle replacement table space problem
Time:09-20
This two days send application error found that table space is full, the check found that table in the table space when set wrong, now want to put the table in the table space change (table has a large amount of data), please replace table table space for the application and data what is the effect? Existing data before? The trouble, help solve,
CodePudding user response:
This depends on your business can't stop, can how long downtime, etc.,
CodePudding user response:
Migration of table table space for data without any influence, just on the table all the index will be failure, to rebuild, can in the slack period of business operation, the migration test before how long will it take to get the dimension table migration
CodePudding user response:
Look at your watch application structure, partition table (since the extended partition), to specify the tablespace, and the original data table space, new data is written directly to the new table space, if want to old table space partition transferred to the new table space, this is going to use the move statement, indexing requires to be rebuilt,
CodePudding user response:
Bosses using alter tablename move tablespacename this statement to change table in the table space is only after the data will be in the presence of a new table space or data may also be the presence of a new table space before? There is always this statement whether you need to stop don't let data writing? Would you please bosses to solve it?