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: calling executable within PLSQL

RE: calling executable within PLSQL

From: Goulet, Dick <DGoulet_at_vicr.com>
Date: Wed, 30 Mar 2005 11:02:04 -0500
Message-ID: <4001DEAF7DF9BD498B58B45051FBEA650257A291@25exch1.vicorpower.vicr.com>


Steve,

        It's called an external procedure call or extproc. You cal look it up on Metalink and it's documented in the PL/SQL manual.=20

-----Original Message-----

From: steve noyle [mailto:stevenoyle1_at_yahoo.com]=20 Sent: Wednesday, March 30, 2005 10:57 AM To: oracle-l_at_freelists.org
Subject: calling executable within PLSQL

Hello,
I'm looking for a method to call executable within PLSQL. The executable resides on my database server (HPUX).=20 I found a number of sample code that creates oracle function/java program to do what I need. However, I'm not able to find any information on how I can run the executable remotely. What I meant by remotely is I want to be able to initiate the function/procedure from another Unix server or from my windows client other than from my database server. Everything works well if I log in to the database from my database server and initiates the function from there but it fails if I initiate it from my PC since it has no access to the executable on the database server.=20

Is this feasible? Does anyone has any code that does that or has any suggestions? I'm running 9.2.0.6.=20

thanks.

steve

        =09

__________________________________=20

Do you Yahoo!?=20
Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/=20
--

http://www.freelists.org/webpage/oracle-l
--

http://www.freelists.org/webpage/oracle-l Received on Wed Mar 30 2005 - 11:05:51 CST

Original text of this message

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