Change tablespace from a table

DBA Geral (instalação, configuração do banco, scripts do Sql*Plus, shell scripts, batch scripts, etc...)
Post Reply
schnu
Rank: Analista Pleno
Rank: Analista Pleno
Posts: 110
Joined: Tue, 24 May 2005 9:16 pm
Location: Dongguan - Guangdong - China

Hello everyone

I have the following doubt, I have a test table that is pointing to the 'System' tablespace. But I wish she was pointing at the 'test_dados' tablespace. Is it possible for me to change this without dropping the test table ??? If it's possible, how do I do it ??


Thank you

Back Oracle
gilbertoca
Rank: DBA Sênior
Rank: DBA Sênior
Posts: 372
Joined: Tue, 24 Jan 2006 3:33 pm
Location: Palmas - TO
Contact:

This link http://asktom.oracle.com/pls/ask/f?p=49 ... 6718680907 can help.
Basically it is as follows:

Select all

 
ALTER TABLE<table_name> MOVE TABLESPACE < target_tablespace> 
Gilberto
Junior
Rank: Estagiário Sênior
Rank: Estagiário Sênior
Posts: 9
Joined: Wed, 02 Jun 2004 4:00 am
Location: são Paulo - SP

Remembering that you need to recreate the indicates later !!
Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 1 guest