Create or replace a directory : Directory « Large Objects « Oracle PL / SQL






Create or replace a directory

 
SQL>
SQL> create or replace directory my_dir as 'C:\Temp';

Directory created.

SQL>
SQL>

SQL> --

 








Related examples in the same category

1.create directory