Hi,

I have a problem while writing to a file using utl_file.

utl_file_dir=/var/tmp,/abc/test,/DB/tests

Documentation recommends to specify each directory in single line. I have changed it to

utl_file_dir=/var/tmp,
utl_file_dir=/abc/test
utl_file_dir=/DB/tests

And have bounced the DB. Still I get INVALID_PATH exception.

Will the comma in the first line err out?

Any help will be appreciated.

Cheers,
Nandu