You'll need to use a standard package to run OS commands from a database stored procedure. You can run OS commands from program units developed as part of a form using the HOST command . . .
The popular and easy way is developed a java program package and load in satabase(or sipmply created in database), then create a procedure to call that program. At last call this procedure where you want to process the bat file with passing in the command as string parameter. This will not require lot of java knowledge but follow the procedures.
Again visit this site:
[url]http://osi.oracle.com/wa/ask/owa/ask_tom_pkg.display?p_dispid=952229840241[/url]
OR visit oracle magazine in MARCH/APRIL volume on line
just follow the procedures.
Bookmarks