Updated on 2025-03-13 GMT+08:00

IMPDP TABLE PREPARE

Description

Specifies the preparation phase for importing a table.

Syntax

IMPDP TABLE PREPARE SOURCE = 'directory' OWNER = user;

Parameters

  • directory

    Data source directory of the imported table.

  • user

    Owner of the imported table.

Example

impdp table prepare source = '/data1/impdp/table0' owner=admin;