My Oracle Support Banner

How to Move a Table to a New / Different Tablespace While it is Online (Doc ID 1357742.1)

Last updated on APRIL 06, 2024

Applies to:

Oracle Database - Enterprise Edition - Version 10.2.0.4 and later
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.

Goal

NOTE: In the images and/or the document content below, the user information and environment data used represents fictitious data from the Oracle sample or bulit-in schema(s), Public Documentation delivered with an Oracle database product or other training material. Any similarity to actual environments, actual persons, living or dead, is purely coincidental and not intended in any manner.

Moving a table from one tablespace to another is a common task for DBA's. 

If the table is little used .. very small ... or downtime can be taken ... then the
   ALTER TABLE ... MOVE
command the most common method of moving a table to a new tablespace

If the table does not fit the criteria above ... then the table will need to be moved while it is online (accessible to users for DML)

This note will demonstrate the steps needed to use DBMS_REDEFINITION to move a table from one tablespace to another while it is online.


Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.