Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8 Enterprise manager.

Re: Oracle 8 Enterprise manager.

From: Raymond Allo <idefix_at_sydney.net>
Date: Sat, 01 Aug 1998 10:56:06 +1000
Message-ID: <35C267A5.9F7E2444@sydney.net>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US