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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle 10 listener and XDB

Re: Oracle 10 listener and XDB

From: Paul Drake <bdbafh_at_gmail.com>
Date: Wed, 9 May 2007 12:11:26 -0400
Message-ID: <910046b40705090911p3c55594bm255857d132884132@mail.gmail.com>


On 5/9/07, John Dunn <JDunn_at_sefas.com> wrote:

> When I start the oracle 10 listener it shows an XDB service running.

> I don't want it running and I am sure in previous versions I just removed
> the entry from listener.ora.

> However I see no XDB service in the listener.ora or tnsnames.ora files

> Is this working differently in Oracle 10? How do I stop XDB?

> John

John,

There are 2 ways that I know of:

  1. edit the pfile/spfile and comment out the line for "dispatchers".
  2. exec dbms_xdb.SETHTTPPORT(0);

#1 would require an instance restart to take effect #2 would only affect the current instance and would not survive an instance restart.

hth.

Paul

--
http://www.freelists.org/webpage/oracle-l
Received on Wed May 09 2007 - 11:11:26 CDT

Original text of this message

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