Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Running scripts on Windows from Oracle stored procedures
On 1/26/06, John Dunn <jdunn_at_sefas.com> wrote:
>
> Phil
>
> Thanks for that.
>
> I suspected that java was the way to go.
>
> One complication I do have is that some of the script to be run are on
> servers other than the database server.
>
> I presume I could use some form of rsh/ssh to run them...but do you know
> of
> a better option?
That will indeed be an issue, both for the java route and the extproc route (which is the way i'd try to do it). The Oracle process will run in the security context of the localsystem account on the database server. This will not have rights on the remote server. It sounds to me as though there might be a better solution to the business problem than the technical route you are currently going down. Is there any chance of describing what it is that those scripts are designed to do?
--Received on Thu Jan 26 2006 - 07:13:35 CST
> Niall Litchfield
> Oracle DBA
> http://www.niall.litchfield.dial.pipex.com
-- http://www.freelists.org/webpage/oracle-l
![]() |
![]() |