April 1999
Intermediate to advanced
584 pages
23h 17m
English
DROP DIRECTORY
DROP DIRECTORY directory_name
Removes the definition of a directory (directory_name) used to hold BLOB objects.
You must have the DROP ANY DIRECTORY system privilege to execute this command.
The following example shows how to drop the directory database object blob_directory:
DROP DIRECTORY blob_directory;
Read now
Unlock full access