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: TNS Listener (9i) Uses Port 8080

Re: TNS Listener (9i) Uses Port 8080

From: Pete Finnigan <pete_at_petefinnigan.com>
Date: Fri, 26 Sep 2003 22:35:46 +0100
Message-ID: <E80t1FByELd$Ewec@peterfinnigan.demon.co.uk>

Hi

9iR2 uses ports 2100 and 8080 by default in the now integrated OSE stack in the database, you should be able to see these ports with a lsnrctl status command or with enterprise manager. The easiest way to disable these ports is to remove the line:

dispatcher=(PROTOCOL=TCP) (SERVICE=orat92XDB)

from the init.ora file and stop and restart the database.

kind regards

Pete

-- 
Pete Finnigan
email:pete_at_petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.
Received on Fri Sep 26 2003 - 16:35:46 CDT

Original text of this message

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