Oracle impdp ORA-00439: feature not enabled: Deferred Segment Creation

When getting the following error when using impdp:

1
ORA-00439: feature not enabled: Deferred Segment Creation

Alter the impdp syntax (add the version):

1
impdp user/secret@ORACLE11G schemas=USERSCHEMA directory=export_dir dumpfile=export.dmp logfile=output.log version=10.2

Leave a Reply