Hi all,
I want to rename files on my local folder for which I am using UTL_FILE.FRENAME function.
While executing, it is giving an error that directory not found.
On further analysis, I found that directory needs to be created and directory name needs to be given instead of directory path as first parameter.
But I want to create the generic package so anyone can use and give the different directory paths.
So please let me know how this can be achieved.
Thanks.