Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Calling host functions, URGENT!
Hi, Soumitra
soumitrabose_at_yahoo.com wrote:
>
> Hi all,
>
> I want to call an executable function in a Sun solaris machine from ORacle
> forms 4.5.
>
> How do I go about it?
>
> that means I want to call in this order
> 1. Call a host host executable function from a Oracle forms push button.
> 2. In that function I want to go to a unix machine and run a binary file.
>
> thanks in advance
>
> Soumitra
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
There is a builtin procedure host() that should do what you want. As far
as i know, you can give it a complete command line, e.g.
host('ls -l');
to list the current (whatever this might be from inside of forms)
directory.
hope it helps.
Arnold Schommer Received on Fri Mar 05 1999 - 01:23:56 CST
![]() |
![]() |