Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

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
 
PREVIOUS NEXT
Tagged: #frename #oracle
ADD COMMENT
Topic
Name
1+2 =