| Oracle8i SQL Reference Release 2 (8.1.6) A76989-01 |
|
SQL Statements (continued), 4 of 30
Use DROP DIRECTORY to remove a directory object from the database.
For information on creating a directory, see "CREATE DIRECTORY".
To drop a directory you must have the DROP ANY DIRECTORY system privilege.
The following statement drops the directory object BFILE_DIR:
DROP DIRECTORY bfile_dir;
|
|
![]() Copyright © 1999 Oracle Corporation. All Rights Reserved. |
|