| Oracle® Database SQL Reference 10g Release 1 (10.1) Part Number B10759-01 |
|
|
View PDF |
Purpose
Use the DROP DIRECTORY statement to remove a directory object from the database.
Prerequisites
To drop a directory, you must have the DROP ANY DIRECTORY system privilege.
|
Caution: Do not drop a directory when files in the associated file system are being accessed by PL/SQL or OCI programs. |
Syntax

Semantics
Specify the name of the directory database object to be dropped.
Oracle Database removes the directory object but does not delete the associated operating system directory on the server file system.
Example
The following statement drops the directory object bfile_dir:
DROP DIRECTORY bfile_dir;