Solved

Delete csv file in database server using custom event

  • 11 June 2021
  • 1 reply
  • 145 views

Userlevel 3
Badge +9

Hi,

Can we possible to delete a csv file which is located in database server using a custom event?
File is located in this path.
 


That csv file is created due to migration job failure. But customer needs to delete that file from db server before the next file will be come to db server.

Thank you,
Malan Jayanka

icon

Best answer by Malan Jayanka 14 June 2021, 07:43

View original

This topic has been closed for comments

1 reply

Userlevel 3
Badge +9

Hi,

Solution is found

UTL_FILE.fremove (<directory_name>, <file_name>);

Thank you,
Malan Jayanka