dbms.scheduler.create_program(...,program_type=>'EXECUTABLE'...) in Windows
494445Mar 3 2006 — edited Mar 23 2006What does the "program_action =>" clause look like in the Windows' environment?
Is there a default home directory for the Oracle server (i.e. 'c:\oraclexe\app\oracle\product\10.2.0\server') or can I be specific such as "program_action => 'c:\windows\notepad.exe d:\mydir\myfile.txt' "
And, are there any Oracle parameters to be set such as needed by the disk read/write utility package?
Thanks.