Home » RDBMS Server » Server Administration » using IPC
using IPC [message #56703] Thu, 17 April 2003 10:57 Go to next message
Daniele Rattellini
Messages: 38
Registered: August 2002
Member
Hi everybody,
I heard about IPC connections through client and server on the same machine.
I know IPC connections are much faster than TCP!

How do I configure listener.ora and tnsnames.ora?

Thanks in advance

Daniele
Re: using IPC [message #56710 is a reply to message #56703] Fri, 18 April 2003 06:59 Go to previous messageGo to next message
Sanjay
Messages: 236
Registered: July 2000
Senior Member
# LISTENER.ORA Configuration
# File:/u01/app/oracle/product/8.1.7/network/admin/listener.ora
# Generated by Oracle configuration tools.

LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = IPC)(KEY = SID))
        (ADDRESS = (PROTOCOL = TCP)(HOST = SERVER)(PORT = 1521))
      )
    )
  )

SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = SID)
      (ORACLE_HOME = /u01/app/oracle/product/8.1.7)
    )
  )

Re: using IPC [message #56719 is a reply to message #56703] Fri, 18 April 2003 15:02 Go to previous message
sai sreenivas jeedigunta
Messages: 370
Registered: November 2001
Senior Member
Hi,
u can do what sanjeev had said..
also u can refer to Note:29232.1 document in Metalink for more clarity on this..

sai
Previous Topic: Difference between oracle8 and oracle8i
Next Topic: ora-01034 Automatic starting multiple instance / db's
Goto Forum:
  


Current Time: Fri Sep 20 11:26:13 CDT 2024