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: Webserver strange error

Re: Webserver strange error

From: Valery Yourinsky <vsu_at_softexpress.ru>
Date: Thu, 4 Feb 1999 14:14:43 +0300
Message-ID: <36b98124.0@192.168.2.10>


Frosty пишет в сообщении <918099708.20399_at_neptune.uniserve.ca> ...
>
>Looking for the cause of the error "Server does not support the required
>features" in the following situation:
>
>Running Oracle 7.3.3
>Oracle webserver

   What version of Oracle webserver do you use?

>All on NT
>
>When I access a certain stored procedure from a web browser from a network
>computer inside the firewall, the page works fine.

  Is this real Network Computer?

>When I access from a remote site through the firewall, I get the error.

  Do you use the same Network Computer in this case?

>Seems to have something to do with a parameter of a stored procedure, a
>VARCHAR2. If I omit the parameter, the page loads. However it would be
kinda
>nice to be able to pass parameters.

   Maybe: ??? (but very doubtfully)
   IF parameter passed in URL
(http;//jjj.com:8000/ddd/plsql/my_proc?par=PARA VAL)

       THEN
       If string contains blanks you have to replace them with '%20'
        http;//jjj.com:8000/ddd/plsql/my_proc?par=PARA%20VAL

    Microsoft Internet Explorer 4 do such replasement automatically.     Netscape Navigator 4 do not.

Valery Yourinsky
---
---
Softservice, Moscow
ORACLE PARTNER
tel/fax (095) 333-63-10, 128-18-21
http://www.softexpress.ru
ICQ# 368 97 94
second E-mail: vsur_at_usa.net Received on Thu Feb 04 1999 - 05:14:43 CST

Original text of this message

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