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: s...port's - problem

Re: s...port's - problem

From: Daniel <danielroy10junk_at_hotmail.com>
Date: 28 Jun 2005 06:02:05 -0700
Message-ID: <1119963725.164378.264070@z14g2000cwz.googlegroups.com>


Here's an overview of how connectivity works. First, I'll assume you connect with a dedicated connection (as opposed to a "shared server"): the listener gets the incoming requests, usually on port 1521, unless you changed the default port used. After the requests came to the listener, the listener spawns a new server dedicated process, and has this server dedicated process "listen" on a different port of the server. The listener then tells the incoming connection request which port it should look at to be in touch with this newly-spawned dedicated server process. You therefore also need access to this other port.

Daniel Received on Tue Jun 28 2005 - 08:02:05 CDT

Original text of this message

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