Running Linux/Unix Command Console From Oracle Form
Thursday, July 9, 2009
To Running Linux or Unix Command / Console From Oracle Form With Windows Environment You Can't Just Use the "host" command,
need a tricky style but it's easy now, as simple 1,2,3
Prerequisite You need :
1. Putty.exe [Portable Open source ssh / telnet software]
2. scriptfile.txt
=> In this samples, I put all files above on C:\
Mainly script that You Need To Put on Oracle Form :
--------------------
host('c:\putty.exe -ssh -P 22
---------------------------------------------------
Samples :
host('c:\putty.exe -ssh -P 22 root@192.168.1.23 -pw Pa55word -m c:\scriptfile.txt',3);
That's It, Hope It help you
and please Enjoy...
Thx
0 comments:
Post a Comment