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

Thread: changing tablespace

  1. #1
    Join Date
    Oct 2000
    Posts
    211
    Hi friends,
    Some of the tables have been mistakenly created in the
    System tablespace. How can i change it to the proper user tablespace without altering any of the other parameters?
    thanks
    manjunath

  2. #2
    Join Date
    Jun 2000
    Posts
    417
    Offhand I'm not sure if this is the "correct" way, but you could create new tables in the correct tablespace as select * from the old tables, and then just drop the old tables. Then add whatever synonymns, permissions etc the appilcations need.

  3. #3
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    if you are using 8i you coudl use

    alter table xxx move tablespace yyy

  4. #4
    Join Date
    Oct 2000
    Posts
    211
    thanks, i was moving in the same lines you suggested (using OEM) but when i use 'Create like..', a few check constraints originally not in the table are also being created. Therefore< i thought may be there is another easy and correct way.
    manjunath

    Sorry, I am using 8.0.5

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