Oracle Error ORA-39322: Cannot use transportable tablespace with TIMESTAMP WITH TIME ZONE columns and different time zone version.

Oracle Error Message

ORA-39322: Cannot use transportable tablespace with TIMESTAMP WITH TIME ZONE columns and different time zone version.

Reason for the Error

The source database was at a different time zone version than the target database and there were tables in the dumpfile with TIMESTAMP WITH TIME ZONE columns.

Solution

Convert the target database to the same time zone version as the source database or use Data Pump without transportable tablespace.