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

Thread: tablespace

  1. #1
    Join Date
    May 2002
    Posts
    232
    it is silly question
    hiii friends i was created tables in systemtables space and some other one is xyz.
    But i like to create in xyz only,shall i copy the tables from system tablespace to xyz.
    if ok?
    how to copy.?
    kavitha
    kavitha

  2. #2
    Join Date
    May 2002
    Posts
    6
    Hi,

    Use EXP/IMP utility.

    Bye.

  3. #3
    Join Date
    Aug 2000
    Location
    Singapore
    Posts
    323
    You can You ALTER TABLE MOVE TABLESPACE command.

    Nagesh

  4. #4
    Join Date
    Aug 2000
    Location
    Singapore
    Posts
    323
    Sorry,

    Ignore the previous one.

    You can use ALTER TABLE MOVE TABLESPACE command.

    Nagesh

  5. #5
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    If you are using 8i or above...

    ALTER TABLE table_name MOVE TABLESPACE ts_name;

    Sanjay

  6. #6
    Join Date
    Apr 2001
    Location
    London
    Posts
    725
    remeber. will not work with LONG RAW datatypes
    Once you have eliminated all of the impossible,
    whatever remains however improbable,
    must be true.

  7. #7
    Join Date
    Feb 2001
    Posts
    290
    One more important thing is check if any user is having
    DEFAULT_TABLESPACE as SYSTEM , if so you may wish to alter the USER to another tablespace. Have a look at TEMPORARY_TABLESPACE too
    Madhu Reddy
    xdollor@yahoo.com

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