Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8 Enterprise manager.
Yes you can.
You have several options.
1. Use DBMS_PIPE. write a program on the server which waits for a message
to be passed on the pipe. After receiving it runs your program.
2. write a procedure/package on the Server using dbms_utl package to write
a file to a directory. Write a shell script which polls or (whatever other
mechanism) the directory every 5 minutes. if it finds the file it runs your
program. This saves you writing a c program
ravipb_at_my-dejanews.com wrote:
> Can i create and execute a job from forms 5.x?. I want to call an cobol
> executable from my win'95 clients and run that executable on the server
> instead of client.
>
> -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
Received on Fri Jul 31 1998 - 19:56:06 CDT
![]() |
![]() |