Database Utilities (MOSC)

MOSC Banner

pump import error ora-14400

edited Nov 20, 2018 4:03AM in Database Utilities (MOSC) 5 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center