moving tables from system tablespace



Checking out a new vendor installed database I see that there are several tables residing in the system tablespace, non have any LOB or BLOB columns. There is also a few indexes that have somehow ended up in the same tablespace. Having never had to use "alter table move" before, I am thinking this is the best way to move said tables to a proper tablespace, but from what I understand the indexes with these tablespaces will be rendered useless and have to be rebuilt as well.

This is also one of the first databases I look after to be installed on 10GR2 - and I thought that perhaps the re-org option in EM might allow me to do all in one fell swoop, but the GUI has no provision for switching tablespaces.

Is just issuing an "alter table move <new tablespace>" then rebuilding all the indexes one at a time the best way to go about this?


thanks
.



Relevant Pages

  • Re: Index missing after exp with TRANSPORT_TABLESPACE=Y
    ... Locate the DATA tablespace in the destination database and drop its ... ALTER TABLESPACE ESSMPL02DATA OFFLINE; ... The table APTPYH_REC should have an unnamed primary key and two unique ...
    (comp.databases.oracle.server)
  • Re: Mig from DMTS to LMTS
    ... create the new lmts tablespace, ... alter index rebuild ...
    (comp.databases.oracle.server)
  • Re: How does move tablespace use MORE space not less
    ... | Can anyone explain how "alter table x move tablespace y" ended up using ... Different storage parameters? ... Michel Cadot ...
    (comp.databases.oracle.misc)
  • Re: object # of extents
    ... You should really consider converting to LMTs. ... So I'd create a new tablespace and make this tablespace LMT. ... I'd move the table in to this new tablespace with the ALTER TABLE MOVE command. ...
    (comp.databases.oracle.server)
  • Re: reorg of Oracle10g tablespace in offline mode
    ... chunk of empty space at the end of the tablespace). ... If you are going to create new tables in this tablespace; ... storage into the empty space vacated by the old table. ... you're after is to alter table X move tablespace Y... ...
    (comp.databases.oracle.server)