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: IPC question

Re: IPC question

From: Brian Peasland <peasland_at_edcmail.cr.usgs.gov>
Date: Fri, 11 Feb 2000 15:10:21 GMT
Message-ID: <38A4265D.E6C3B928@edcmail.cr.usgs.gov>


> I'm a little hazy on the concept of IPC. If I have one listener on
> machine G, five databases on machine G, no Names Server, and machines A
> and B that want to connect -- what should i be putting in listener.ora for
> the (address = (protocol = ipc) ..) parameter, for each database?
>
> What should go in the tnsnames.ora on each client machine? Right now each
> just has (address = (community = tcp.world)(protocol = tcp)(host = G)(port
> = 1521)), what should i put for an ipc address?

IPC stands for Inter Process Communication. The two processes must reside on the same machine for them to communicate. If you are connecting from a different machine, use the TCP protocol.

HTH,
Brian

--



Brian Peasland
Raytheons Systems at
  USGS EROS Data Center
These opinions are my own and do not
necessarily reflect the opinions of my company!
Received on Fri Feb 11 2000 - 09:10:21 CST

Original text of this message

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