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: PL/SQL web strange problem

Re: PL/SQL web strange problem

From: Chris <cs123._no_spam__at_telstra.com>
Date: Sun, 21 Mar 2004 00:02:24 GMT
Message-ID: <kY47c.117788$Wa.101837@news-server.bigpond.net.au>

"Frank van Bortel" <fvanbortel_at_netscape.net> wrote in message news:c3hc7b$878$1_at_news1.tilbu1.nb.home.nl...
> Holger Baer wrote:
>
> > Frank van Bortel wrote:
> >
> >> Holger Baer wrote:
> >>
> >>> Bob Le Brocq wrote:
> >>>
> > <snip>
> >
> >>
> >> I doubt it's apache, as the OP uses oas_public - that would be
> >
> >
> > I doubt that too, but from my limited experience with mod_plsql
> > if there was an error calling a stored procedure, I always found
> > an ORA-XXXX in the apache error_log. I might be way off, though,
> > so thanks for the correction.
> >
> You might be correct: if the OP now uses mod_plsql and Apache on
> a previously OAS based system.
> Back to the OP - Bob, shed your light...
>
> >> OAS (aka WebServer V4), which may very well be cause of the
> >> problem: the owa packages that came with 8i are not compatible
> >> with the OAS ones.
> >>
> >> Drop the 8i packages (believe they are owned by SYS), and recompile,
> >> or reinstall the OAS ones.
> >> If you have OAS... that is
> >
> >
> > Cheers,
> >
> > Holger
>
>
> --
>
> Regards,
> Frank van Bortel
>

Edit your $OH/Apache/modplsql/conf/wdbsvr.app and add ;error_style = GatewayDebug to the PLSQL_GATEWAY configuration.

This will tell you want went wrong.

[PLSQL_GATEWAY]
administrators = all
adminPath = /admin_/
;admindad =
;debugModules =
defaultDAD = simpledad

;upload_as_long_raw =
;upload_as_blob =
;enablesso =
;stateful =
;custom_auth =
;error_style = GatewayDebug
Received on Sat Mar 20 2004 - 18:02:24 CST

Original text of this message

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