Move Objects Dialog¶
Use the Move Objects dialog to move database objects from one tablespace to another tablespace.
The Move Objects dialog organizes the movement of database objects with the General tab; the SQL tab displays the SQL code generated by dialog selections.
Move Objects dialog - General tab¶
Use the fields in the General tab to identify the items that will be moved and the tablespace to which they will be moved:
Use the
New tablespacedrop-down listbox to select a pre-existing tablespace to which the object will be moved. (To create a tablespace, use theTablespacedialog; access the dialog by right clickingTablespacesin theBrowsertree control and selectingCreate Tablespace...from the context-menu.)Use the
Object typedrop-down listbox to select from the following:Select
Allto move all tables, indexes, and materialized views from the current tablespace (currently selected in theBrowsertree control) to the new tablespace.Select
Tablesto move tables from the current tablespace to the new tablespace.Select
Indexesto move indexes from the current tablespace to the new tablespace.Select
Materialized viewsto move materialized views from the current tablespace to the new tablespace.
Use the
Object ownerdrop-down listbox to select the role that owns the objects selected in theObject typefield. This field is optional.
Click the SQL tab to continue.
Your entries in the Move Objects dialog generate a SQL command (see an example below). Use the SQL tab for review; revisit the General tab to modify the SQL command.
Example
The following is an example of the sql command generated by user selections in the Move Objects dialog:
Move Objects dialog - SQL tab¶
The example shown demonstrates moving materialized views owned by Alice from tablespace tbspace_01 to tbspace_02.
Click the
Helpbutton (?) to access online help.Click the
OKbutton to save work.Click the
Cancelbutton to exit without saving work.