Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Move file using Oracle package UTL_FILE

Status
Not open for further replies.

Palmero

Technical User
Mar 31, 2001
53
FR
Hi all,

From a flat file, I'm loading an oracle V8i table using Oracle UTL_FILE package. If the process is ok, I want to move the source file to a backup directory with the following changed name : name_of_my_file||sysdate.

Do you have an idea on how to process if possible?

Thanks in advance for your answer.

Palmero.
 
are you using unix. If so run the procedure thro shellscript. and at the end it use the unix mv command.I'm using it that way.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top