Oracle Transport Tablespace

Transport tablespace is a feature of oracle database which is used to migrate application data from database to another database. Transportabletablespace is a much-awaited new feature available in Oracle 8.1.5. This feature allows users to export the metadata of the tablespace instead of the data in the tablespace. By doing so, the consistent backup of the tablespace concerned could be transferred to the desired location and straightaway plugged in by importing the meta data instead of importing the whole data. This feature is very useful for data warehousing/applications which needs data to be distributed to various places. Using this feature, we can reduce the time required to export import the data. Transportable tablespace can also be used with RMAN , TSPITR. The examples given in this note are from NT. But the steps are identical even in Windows NT like any other Oracle Operations. RESTRICTIONS 1. Operating system and processor type must be the same at source and targ...