You can use theTransportable Tablespaces feature to copy a set of tablespaces from one OracleDatabase to another.
--可以使用TTS 特性将表空间从一个数据库copy 到另一个数据库。
--从Oracle 11gR1 开始,必须使用Data Pump 来进行TTS。 只有在一种情况下可以使用exp/imp 工具,那就是迁移10gR2 之前的XMLType 数据。
1.3.7 Beginning with Oracle Database10g Release 2, you can transport tablespaces that contain XMLTypes.Beginning with Oracle Database 11g Release 1, you must use only Data Pumpto export and import the tablespace metadata for tablespaces that containXMLTypes.
--从Oracle10gR2 开始,可以TTS 包含XMLTypes的表空间,从11gR1之后,必须使用DataPump来导出导入XMLTypes 表空间的metadata。
http://blog.csdn.net/tianlesoftware/article/details/7267582
时间: 2024-11-05 20:46:13