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

EXPDP DATABASE

Description

Exports all physical files in a database.

Syntax

EXPDP DATABASE db_name LOCATION = 'directory';

Parameters

  • db_name

    Name of the database to be exported.

  • directory

    Directory for storing exported files.

Example

expdp database test location = '/data1/expdp/database';