Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: *NEWBIE* Help needed for decoding that ...
mcode wrote:
> ;-) > From an ethereal capture between oracle mobile server 10g installer > and oracle 10g database server... all these on windows platforms. > > > Holger Baer <holger.baer_at_science-computing.de> wrote in message news:<cv48ce$ks2$2_at_news.BelWue.DE>... >
Well, that's the way Oracle establishes connections: There is a listener (on port 1521 as default), and when a connection is requested, another process is started, and handed off when a connection is established on a random port. The listener is then available for new requests.
If you want a firewall rule, you must check the contents of the packages, and see if there is SQL; if not, drop the packets. This is called a SQL aware firewall, and is available commercially.
The alternative, the use of fixed ports, can be achieved by using the SHARED_SOCKET environment variable, or connection manager.
-- Regards, Frank van BortelReceived on Mon Feb 21 2005 - 04:54:16 CST