Migrating a tablespace to a different database on the same ASM

migrationoracleoracle-11g-r2oracle-asm

How might one go about copying or moving tablespaces between databases that uses the same ASM instances?

Might it be possible to cut some corners in RMAN or have ASM remap files belonging to a transportable tablespace?

Best Answer

Transportable tablespaces and asmcmd cp command should do the trick.

  1. Prepare transportable tablespaces metadata set.
  2. Copy expdp file to location accessible by impdp from destination database.
  3. asmcmd cp datafiles to new location.
  4. Import TT metadata set.

If your ASM diskgroup uses some storage device with several disks then you should be able to improve performance by copying several datafiles in parallel.