UTL_FILE fopen - Blob to File System (Dynamic Directories)
Hi,
I am uploading blob content to file-system using UTL_FILE.fopen.
I am uploading files as:
Base_Directory/2010/07/17/myfile.ext
1. Now my question is that do I need to
i. create oracle directory
ii. grant read, write rights
iii. after uploading delete oracle directory
2. Another way is to use Java Class.
I know above steps.
I want to know that is there any other way
such as I will create only a single oracle directory and I can upload files in any child directory?
What is the best solution?
Regards,
Sohil Bhavsar.