Oracle8i SQL Reference Release 3 (8.1.7) Part Number A85397-01 |
|
SQL Statements:
CREATE SYNONYM to DROP ROLLBACK SEGMENT, 17 of 31
Use the DROP
DIRECTORY
statement to remove a directory object from the database.
To drop a directory you must have the DROP
ANY
DIRECTORY
system privilege.
directory_name
Specify the name of the directory database object to be dropped.
Oracle removes the directory object, but does not delete the associated operating system directory on the server's file system.
DROP
DIRECTORY
Example
The following statement drops the directory object bfile_dir
:
DROP DIRECTORY bfile_dir;
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|