Name

DROP DIRECTORY

Synopsis

DROP DIRECTORY directory_name

Removes the definition of a directory (directory_name) used to hold BLOB objects.

Notes

You must have the DROP ANY DIRECTORY system privilege to execute this command.

Example

The following example shows how to drop the directory database object blob_directory:

DROP DIRECTORY blob_directory;
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset