HI
I have written a windows batch command that operates on video files which are stored on a oracle database. What is best way to execute this batch command on those video files ?
One way I can think of is to pull the video files to temporary folder using a sql script and write another program, maybe in java, to execute the batch command on those files and store the result in separate folder or commit in database.
Appreciate your suggestions.