Add a Directory object

An Oracle Directory object is an alias to a physical directory on the Oracle server. The alias are used in different scenarios - for example for export or import of data using EXPDP or IMPDP.

CREATE OR REPLACE DIRECTORY "CW_IMPORT" AS 'D:\imp';

Last updated

Was this helpful?