DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Table move between tablespace!

  1. #1
    Join Date
    Jan 2007
    Posts
    36

    Table move between tablespace!

    Hi,

    Could you help me out I have problems that carelessly I have created table in the system tablespace now I need to move table with data to tablespace user1. How can I do this?

    jubraz

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    alter table x move tablespace y

    then rebuild the indexes

  3. #3
    Join Date
    Jan 2007
    Posts
    36
    Thanks DEVY,

    I did it, good called.

    jubraz

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width