Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Intermedia - External Proc Problem
Hi,
I've browsed through the messages and so far, haven't found a solution to the problem I have, so I'll expose it here in details:
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = ep_agt1)
(ORACLE_HOME = C:\Oracle\Ora81)
(ENVS = LD_LIBRARY_PATH=C:\oracle\Ora81\CTX\bin)
(PROGRAM = extproc)
)
(SID_DESC =
(GLOBAL_DBNAME = MyDB)
(ORACLE_HOME = C:\Oracle\Ora81)
(SID_NAME = MyDB)
)
)
5. TNSNAMES.ORA on server:
...
extproc_connection_data =
(DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC0)) (CONNECT_DATA = (SID = ep_agt1)))6. listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc))) Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=myhostname)(PORT=1521))) Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=myhostname)(PORT=2481))(PROTOCOL_STACK=(PRESENTATION=GIOP)(SESSION=RAW)))TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
7. TNSNAMES.ORA on client
extproc_connection_data =
(DESCRIPTION = (ADDRESS = (PROTOCOL = IPC)(HOST=myhostname) ** Tried with and without host specified (KEY = EXTPROC0)) (CONNECT_DATA = (SID = ep_agt1)))
8. sqlplus apps/apps_at_extproc_connection_data on server results in:
'Application Error' !!!
9. on client: ORA-12541: TNS:no listener
So if you have any clues.. this would help.. because I don't want to have ctxsrv (which works).. running when I'm doing MAJOR inserts on an indexed table, I want to control when the update is to happen
Thanks Received on Fri Mar 01 2002 - 08:22:01 CST
![]() |
![]() |