Home » Server Options » Text & interMedia » Re: Error while creating context index ( platform window NT)
Re: Error while creating context index ( platform window NT) [message #75870] Thu, 11 October 2001 03:27
ravibabu
Messages: 12
Registered: July 2001
Junior Member
In tnsnames.ora add the following entry
EXTPROC_CONNECTION_DATA
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)

In the listener.ora add the following under Lister node
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = ts2)(PORT = 1521))
)
)
(DESCRIPTION =
(PROTOCOL_STACK =
(PRESENTATION = GIOP)
(SESSION = RAW)
)
(ADDRESS = (PROTOCOL = TCP)(HOST = ts2)(PORT = 2481))
)
)
this will call the external procedures.

----------------------------------------------------------------------
Previous Topic: Re: Exporting to tape
Next Topic: Re: [ Problem in configuring SQL Listner for external procedure ]
Goto Forum:
  


Current Time: Thu Mar 28 17:09:32 CDT 2024