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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Host System Commands from PL/SQL blocks

Re: Host System Commands from PL/SQL blocks

From: <Jared.Still_at_radisys.com>
Date: Tue, 30 Jul 2002 14:53:31 -0800
Message-ID: <F001.004A6AFD.20020730145331@fatcity.com>


One solution is to write custom code to call as an external procedure.

A simpler method might be to just write a daemon that starts up prior to Oracle and is controlled through data passed via a table.

The daemon tries to connect periodically, and after doing so, polls the control table on a regular basis for startup instructions.

Jared

John Weatherman <john.weatherman_at_replacements.com> Sent by: root_at_fatcity.com
07/30/2002 12:56 PM
Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        Host System Commands from PL/SQL blocks


OK, I checked Google and my own old mail and I know I've seen this here before, but can't find my notes, so please forgive this same old question...

I need to execute a system call from within a PL/SQL block. Specifically, I am looking at starting out report request demons as part of a post startup
trigger. Help?

TIA, John P Weatherman
Database Administrator
Replacements Ltd.
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: John Weatherman
  INET: john.weatherman_at_replacements.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: Jared.Still_at_radisys.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Jul 30 2002 - 17:53:31 CDT

Original text of this message

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