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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Presentation = http://admin

Re: Presentation = http://admin

From: Vladimir M. Zakharychev <bob_at_dpsp-yes.com>
Date: Tue, 24 Dec 2002 16:21:00 +0300
Message-ID: <au9n9d$hg1$1@babylon.agtel.net>


As far as I know, this is related to OSE (Oracle Servlet Engine) shipped with 8.1.7 and, again afaik, not found in any other release. They had an HTTP server set up inside Oracle's VM and listener provided an endpoint that dispatched external calls to that internal server through an MTS dispatcher. There's a note on MetaLink which suggests that if you are not using OSE, you can disable this endpoint by disabling AURORA$SERVER$STARTUP and AURORA$SERVER$SHUTDOWN triggers as SYS (alter trigger xxx disable). Doing so will also automatically release TCP port 8080 that server grabs on startup.

The alias that has this presentation can only be used by mod_ose (OHS module for OSE) and should not be used for anything else.

Corrections and additions welcome.

--
Vladimir Zakharychev (bob@dpsp-yes.com)                http://www.dpsp-yes.com
Dynamic PSP(tm) - the first true RAD toolkit for Oracle-based internet applications.
All opinions are mine and do not necessarily go in line with those of my employer.


"Phil Jollans" <phil.Jollans_at_messring.de> wrote in message
news:dee3c315.0212200820.1489474e_at_posting.google.com...

> We have been having trouble connecting to the Oracle database at a
> customer site. Now we are trying to reproduce the problem using the
> customer's client PC, but connected to our own Oracle server.
>
> Needless to say, everything works OK connected to our server, but
> there are some differences in tnsnames.ora.
>
> In particular, for the connection to our customer's server, the
> parameter
> Presentation = http://admin
> is present.
>
> At present, I don't understand the significance of this parameter.
> If I use this parameter to connect to our database, it fails (no
> surprise there).
>
> I would like to configure our server to accept this parameter. What
> does this involve?
>
> I would be grateful for any specific help, but also for general
> information to help me understand the background to this parameter.
>
> Thanks in advance
> Phil
Received on Tue Dec 24 2002 - 07:21:00 CST

Original text of this message

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