Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle web server 3.0, getting results from pl/sql

Re: Oracle web server 3.0, getting results from pl/sql

From: Mark Landa <mlanda_at_earthlink.net>
Date: 1998/02/08
Message-ID: <34DDB9C6.7DDCAF44@earthlink.net>#1/1

I have seen this many times...usually it is a result of a pl/sql package/procedure runtime error. You may be able to find a clue in the log files. Check out the subdirectories below \ows\3.0 for .log files. You do not have to register procedures.
My guess is something is different between your sample1 script and your test script. Perhaps an unhandled exception?

M.Landa

sjreeve_at_apollogrp.edu wrote:

> I am working with an evaluation copy of Oracle web server 3.0. Our DBA's
> did the installation and I am trying to work with it. I've created some
> test html scripts and can call Oracle's sample1 package from the
> database. I use the exact same calls for both procedures.
>
> The sample1 procedure works and brings up a new page. My test procedure
> brings up the following err message: "Request Failed We were unable to
> process your request at this time. Please try again later."
>
> The two procedures are very simple and similar. Is there somewhere that
> you have to register the procedure for the web server to recognise it?
>
> -------------------==== Posted via Deja News ====-----------------------
> http://www.dejanews.com/ Search, Read, Post to Usenet
Received on Sun Feb 08 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US