Click to See Complete Forum and Search --> : Create directory in DB


mcl
03-29-2001, 11:25 AM
Hi,

If I create a directory for loading files in to clobs via a stored proc do I need to register the Unix dir in utl_file_dir in init.ora?

i.e.
create directory test as '/tmp';

The SP will access test to load files into CLOBS using the
DBMS_LOB package.

regards,

MCL

lesstjm
03-29-2001, 05:17 PM
yes you have to register the directory in util_file parameter.Oracle also has to have right to that directory in unix.