Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: migrating from LMT to DMT in oracle and downtime

Re: migrating from LMT to DMT in oracle and downtime

From: Chuck <skilover_nospam_at_softhome.net>
Date: Wed, 20 Jul 2005 13:31:29 GMT
Message-ID: <1121866289.d0d9a6a40e5ea372cf1f62ca8c0db4a8@bubbanews>


"Ken" <sid999_at_hotmail.com> wrote in news:1121868564.377904.45960 @g14g2000cwa.googlegroups.com:

> I am wishing to migrate to LMT's in an Oracle 9.2 database. I am trying
> to find out if this can be done with users still accessing data ie
> while the database is online. I would appreciate any comments regarding
> this and other problems encountered. We are probably going to have to
> use dbms_space_admin.tablespac­e_migrate_to_local due to lack of
> diskspace. Also am I able to move tables to a new tablespace without
> any downtime ?I would appreciate any response on this subject. Thanks

Yes. Provided you have enough disk for double the size of your largest tablespace.

  1. Create new tablespace as LMT.
  2. Move tables to new tablespace using "ALTER TABLE table_name MOVE tablespace_name ONLINE;"
  3. Drop old tablespace.
Received on Wed Jul 20 2005 - 08:31:29 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US