UTL_FILE_DIR SUBDIRECTORIES
Hello,
I have a init.ora file on my database server contains
utl_file_dir=/home/oracle/FTP
parameter. I can write/read files on FTP directory with utl_file codes.
I want to write/read on *'/home/oracle/FTP'* subdirectories, number of subdirectories and names are not clear, they are dynamic.
Do I need to add all of subdirectories in init.ora file? What can else with I can solve the problem?
Thanks in advance.