Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Renaming files in folder in plsql

user10412263Jul 19 2016 — edited Oct 8 2018

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.

This post has been answered by BluShadow on Jul 20 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 17 2016
Added on Jul 19 2016
10 comments
2,587 views