Skip to content

Instantly share code, notes, and snippets.

@dincosman
Last active March 6, 2022 19:26
Show Gist options
  • Select an option

  • Save dincosman/ff575fce5e0e7438d5b53172b850a605 to your computer and use it in GitHub Desktop.

Select an option

Save dincosman/ff575fce5e0e7438d5b53172b850a605 to your computer and use it in GitHub Desktop.
The command to change the tablespace of mdrt_# tables.
SQL> ALTER INDEX OWNER.SDO_INDEX_NAME
REBUILD PARAMETERS ('TABLESPACE=NEW_TBS');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment