Web_util Help [message #330354] |
Sun, 29 June 2008 19:00  |
jpalinski
Messages: 1 Registered: June 2008 Location: Omaha
|
Junior Member |
|
|
I have been trying to get a Web_util command to work for days. Everytime I call the function or procedure, I get the following message:
"Ora-06508:PL/SQL: could not find program unit being called Ora-24309: already connected to a server"
When in Forms Builder , the form compiles as well as the function or procedure, but when I display it in the Web browser I get the error. I've tried setting the parameters in the config files, but no luck. I have tried 3 or 4 different procedures and I followed the examples. Not luck. Here is my code:
declare
x varchar2(100);
begin
WebUtil_Host.host('NOTEPAD '||'C:\Test.txt');
exception
when others then message (sqlerrm);
end;
It can't be this hard. Is it having problems finding the library.
Any help would be greatly appreciated.
John
|
|
|
|
|