December 2002
Intermediate to advanced
928 pages
85h 29m
English
CREATE/DROP DIRECTORY
CREATE Syntax:
CREATE [OR REPLACE] DIRECTORYdirectory_nameAS'path_name'
DROP Syntax:
DROP DIRECTORY directory_nameCreates or removes a directory object that specifies an operating system directory for storing BFILE objects.
Oracle does not check to see if the directory actually exists on the host operating system, so be sure to check the path you provide carefully.
Specifies that this directory object should replace any existing directory object with the same name.
Name of the directory object.
Operating system directory’s full case-sensitive pathname.