frename oracle

UTL_FILE.FRENAME('USER_DIR_ORIGIN', 'filename_origin.txt', 'USER_DIR_DESTINATION', 'filename_destination.txt', FALSE);

--the last flag is the "overwrite", the default value is FALSE
Wrong Willet