ORA-39920: Rollback segment BIG_RBS1 in tablespace not allowed in transportable set:
oracle@dbatlsfnydev01:/ATLDEV12c/bkp$ expdp parfile=dp_ttsexp.par
Export: Release 11.2.0.4.0 - Production on Fri Jul 13 11:35:36 2018
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Username: /as sysdba
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Starting "SYS"."SYS_EXPORT_TRANSPORTABLE_01": /******** AS SYSDBA parfile=dp_ttsexp.par
ORA-39123: Data Pump transportable tablespace job aborted
ORA-39187: The transportable set is not self-contained, violation list is
ORA-39920: Rollback segment BIG_RBS1 in tablespace BATCH_RBS not allowed in transportable set.
ORA-39920: Rollback segment BIG_RBS2 in tablespace BATCH_RBS not allowed in transportable set.
ORA-39920: Rollback segment BIG_RBS3 in tablespace BATCH_RBS not allowed in transportable set.
ORA-39920: Rollback segment R71 in tablespace BATCH_RBS not allowed in transportable set.
ORA-39920: Rollback segment R72 in tablespace BATCH_RBS not allowed in transportable set.
ORA-39920: Rollback segment R73 in tablespace BATCH_RBS not allowed in transportable set.
ORA-39920: Rollback segment R74 in tablespace BATCH_RBS not allowed in transportable set.
ORA-39920: Rollback segment R75 in tablespace BATCH_RBS not allowed in transportable set.
ORA-39920: Rollback segment R76 in tablespace BATCH_RBS not allowed in transportable set.
Job "SYS"."SYS_EXPORT_TRANSPORTABLE_01" stopped due to fatal error at Mon Jul 16 10:43:57 2018 elapsed 0 00:03:33
The follwoing error occurs because BATCH_RBS is an undo tablespace.
We need to exclude the particular tablespace while doing transportable table and start the export.
oracle@dbatlsfnydev01:/ATLDEV12c/bkp$ expdp parfile=dp_ttsexp.par
Export: Release 11.2.0.4.0 - Production on Fri Jul 13 11:35:36 2018
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Username: /as sysdba
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Starting "SYS"."SYS_EXPORT_TRANSPORTABLE_01": /******** AS SYSDBA parfile=dp_ttsexp.par
ORA-39123: Data Pump transportable tablespace job aborted
ORA-39187: The transportable set is not self-contained, violation list is
ORA-39920: Rollback segment BIG_RBS1 in tablespace BATCH_RBS not allowed in transportable set.
ORA-39920: Rollback segment BIG_RBS2 in tablespace BATCH_RBS not allowed in transportable set.
ORA-39920: Rollback segment BIG_RBS3 in tablespace BATCH_RBS not allowed in transportable set.
ORA-39920: Rollback segment R71 in tablespace BATCH_RBS not allowed in transportable set.
ORA-39920: Rollback segment R72 in tablespace BATCH_RBS not allowed in transportable set.
ORA-39920: Rollback segment R73 in tablespace BATCH_RBS not allowed in transportable set.
ORA-39920: Rollback segment R74 in tablespace BATCH_RBS not allowed in transportable set.
ORA-39920: Rollback segment R75 in tablespace BATCH_RBS not allowed in transportable set.
ORA-39920: Rollback segment R76 in tablespace BATCH_RBS not allowed in transportable set.
Job "SYS"."SYS_EXPORT_TRANSPORTABLE_01" stopped due to fatal error at Mon Jul 16 10:43:57 2018 elapsed 0 00:03:33
The follwoing error occurs because BATCH_RBS is an undo tablespace.
We need to exclude the particular tablespace while doing transportable table and start the export.