Re: Oracle 10 listener and XDB

  • From: "Paul Drake" <bdbafh@xxxxxxxxx>
  • To: JDunn@xxxxxxxxx
  • Date: Wed, 9 May 2007 12:11:26 -0400

On 5/9/07, John Dunn <JDunn@xxxxxxxxx> 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
--
//www.freelists.org/webpage/oracle-l


Other related posts: