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

IMPDP RECOVER

Description

Specifies the execution phase of importing a database.

Syntax

IMPDP DATABASE RECOVER SOURCE = 'directory' OWNER = user [LOCAL];

Parameters

  • directory

    Data source directory of the imported database.

  • user

    Owner of the imported database.

  • LOCAL

    If this column is specified, data is imported to the original cluster. If this column is not specified, data is imported to a new cluster.

Example

impdp database recover source = '/data1/impdp/database' owner=admin;