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: IIOP Connection Oracle 8i please help

Re: IIOP Connection Oracle 8i please help

From: NSnoek <nicsnoek_at_my-deja.com>
Date: Tue, 05 Dec 2000 09:58:26 +1100
Message-ID: <3A2C2192.1EE475EB@my-deja.com>

Hmmm, it would say to do this this in the docs, but you don't mention it in you post, so here goes anyway:

do you have something like this in you init.ora?

distributed_transactions = 10
mts_dispatchers = "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"

# Uncomment the following line when your listener is configured for SSL
# (listener.ora and sqlnet.ora)
# mts_dispatchers = "(PROTOCOL=TCPS)(PRE=oracle.aurora.server.SGiopServer)"
mts_dispatchers = "(protocol=TCP)"

Just covering all bases, otherwise, I have no idea...

Cheers
Nic

Sami JABER wrote:

> Hi all,
> i'm trying to get the IIOP listener working but nothing works :(
> i configured everything like said in the doc, here is my conf :
> - 2 listeners (1 port 1521 for sqlnet & 1 port 2481 for SGIOP)
> - database in shared mode
> the port 1521 works fine but impossible to reach the IIOP port under then
> Jdev 3.X JNDI tool ... when i set the trace, i'have
> TNS-12516: TNS : no protocol adapter for this stack in the listener.log
> i checked all the faq and tried every thing (/etc/system32/hosts, MTS mode,
> ....) ... :(
> any idea ?
>
> Sam.
Received on Mon Dec 04 2000 - 16:58:26 CST

Original text of this message

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