IMPDP error transportable tablespace
I am trying to import a tablespace to another database via transportable tablespace and expdp and impdp. My export goes fine
here is the command I run and my Par file.
expdp system/password@HEUPG PARFILE=cts_AAAPP.par
directory=ttsdir
dumpfile=cts_AAAPP.dmp
logfile=cts_AAAPP.log
transport_full_check=no
transport_tablespaces=AAAPP
When I try and do the import I get the below error message.
./impdp system/password@HEUPX PARFILE=/app/stage/cts_AAAPP.par
Import: Release 12.2.0.1.0 - Production on Mon Feb 19 14:10:39 2018
Copyright (c) 1982, 2017, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production