Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

can't Call host command on Oracle Forms 10g on LINUX ap server

431490Oct 20 2004 — edited Oct 20 2004
I have oracle developer suite 10g installed on Windows.I want to do some file operation in ap server(linux as 3)
I can use the script in the terminal on linux. but i can't use it on form . this is the button press trigger!
declare
a varchar2(200);
begin
a:='mkdir -p /data/apps/ygm';
-- message(a);
host(a);
end;
When the trigger execute, the linux hasn't do anything!
What should I do?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 17 2004
Added on Oct 20 2004
1 comment
376 views