Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Detail steps for transportable tablespace
Hi,
Steps for trasportable tablespaces are : 1. Make tabblespace read only. 2. Export metadata from scorce 3. Copy data files to target system 4. Trasfer export file 5. Import metadata into target 6. If necessary alter the tablespace to read write For export and Import Exp sys/... FILE=x.dmp trasport_tablspaec=y tablespaces=tablespacename triggers=n constraints=n
imp sys/.. File=x.dmp
Trasportable_tablespace=y
datafiles=(/disk1/sales01.dbf, /disk2/sales02.dbf)
The rules for import :
Constraints :
Source and targe databases must : - be on the same operating system - run Oracle 8i rlease 8.1 or above - have the same block size - use the same chracter setThe set of tablespaces trasported in each run must be self-contained. The tablespace to be moved cna contain tables with LOBs and usaer-defined data type . If a table with a BFILE column is part of the tablespace that is moved, the user needs to copy the refernced files to the target. Bitmap index and tables with Varray or nested tables cannot be trasported.the user is resposible for resolving dependencies between objects in the tablespaces that are transported and those in the target database. The PL/SQL procedure DBMS_TTS.TRASPORT_SET_CHECK and DBMS_TTS.ISSELFCONTAINED can be used to verify that a set of tablespace is self-contained. -- Neena Chandan
TIL-TEC wrote:
> in Transportable tablespace you use export only for the purpose to extract
> metadta of the database. Together with the export you have to trasfer the
> relative datafiles of the tablespace also. To trasfer data via
> trasportablespace there are constraints also like both the databases (
> source and target) should be on the same version of the operating system ,
> should have same version of oracle etc. The note on this at my residence.
> I
> will forward that at night .
>
> -- Neena Chandan
> -- OCP DBA
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: TIL-TEC
> INET: til_at_pobox.tec.co.in
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: neena INET: neena_at_bom7.vsnl.net.in Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Feb 07 2001 - 10:40:56 CST
![]() |
![]() |