2

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.

1 Answer 1

3

You can use DBMS_SCHEDULER to run external (executable) jobs. An example here

Not sure how your batch file 'gets' the video files from Oracle. I'd look as BFILEs as one option.

Sign up to request clarification or add additional context in comments.

1 Comment

Gary the 2nd link times out for me. Thanks for the response.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.