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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Launch an executable using pl/sql

Re: Launch an executable using pl/sql

From: Pete Finnigan <pete_at_petefinnigan.com>
Date: Mon, 15 Sep 2003 14:38:09 +0100
Message-ID: <Eb8d8bBBDcZ$EwsZ@peterfinnigan.demon.co.uk>


Why?, notepad wouled execute on the server not on your client. If you wish to edit some file or text or whatever use utl_file, if you really need an editor then use dbms_pipe or dbms_alert to send a message to a daemon running on your client that would then open notepad , you could use C (Pro*C or OCI) for this or perl for instance.

hth

Kind regards

Pete

In article <Xns93F48E62544ABChicoche_at_151.164.30.93>, Chico Che <jsisk24_at_yahoo.comz> writes
>Does anybody know how to do this?
>
>Launch notepad for example or a specific application.

-- 
Pete Finnigan
email:pete_at_petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.
Received on Mon Sep 15 2003 - 08:38:09 CDT

Original text of this message

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