Answers for "frename oracle"

SQL
0

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
Posted by: Guest on July-08-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language