From: bob.hayden@ljpc.com (Bob Hayden) Subject: Help: Webserver PL/SQL Agent Errors Date: 1997/11/11 Message-ID: <648i3v$kfl$1@news.cerf.net>#1/1 X-Complaints-To: news@CERF.NET X-Trace: news.cerf.net 879217599 20981 (None) 206.19.110.158 Organization: La Jolla Pharmaceutical Co. Newsgroups: comp.databases.oracle.misc Hello, I am trying to write database procedures that interface with the Oracle WebServer ver 2.1 PL/SQL Agent. Does anyone know if there is a way to get a descriptive message when the procedure compiles without errors but then fails to execute. I find the few lines in the owa_default_service.err file less than helpful. It always seems to say: "object is invalid and cannot be described" and references another procedure SYS.DBMS_DESCRIBE Ideally, the exact error would be displayed on the web page (instead of the default generic error message) Also, what is the typical interface that is used to design these web procedures? I just type them in a text editor and paste into SQL*Plus, which works OK, unless I make errors, which I do a lot since I am used to coding with very descriptive C compilers :) -Bob