pump import error ora-14400
PT_VO_WATCH_HISTORY_BACK table is non-partition table.
I want to change this table to partition table.
so I backup schema dump backup(expdp) and I import backup by using bottom command.
$ impdp system/ dumpfile=voduser.dmp logfile=voduser.imp.log schema=voduser table_exists_action=truncate include=table:"in\('PT_VO_WATCH_HISTORY_BACK'\) remap_table=PT_VO_WATCH_HISTORY_BACK:PT_VO_WATCH_HISTORY_BACK.
I got bottom error message. How can I solve this problem?
Import: Release 12.1.0.2.0 - Production on Mon Nov 12 14:06:23 2018
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
;;;
Connected to: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production