Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Olap server does not start

Olap server does not start

From: Nuno Gonçalves <nuno_at_fccn.pt>
Date: Tue, 2 Jul 2002 18:04:27 +0100
Message-ID: <afsmg5$2gnv$1@pegasus.fccn.pt>


Hi all !
I'm trying to start my oracle 9i olap server. Still it gives me a corba error:

[650] OLAPI Interface - Cannot resolve name service object due to CORBA::TRANSIENT. I have a listener in 2481 accepting iiop connections. My listener.ora look like:

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = <host_name>)(PORT = <
listener_port>))
)
)
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = <host_name>)(PORT = <
GIOP_port>))
(PROTOCOL_STACK =
(PRESENTATION = GIOP)
(SESSION = RAW)

)
)
)

I have olap agent running.

I have tried to write the line
dispatchers="(PROTOCOL=TCP)(SER=MODOSE)", "(PROTOCOL=TCP)(PRE=oracle.aurora.server.GiopServer)"

in init.ora file but in this case oracle does not start ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist

I have cheked the ORACLE_HOME and ORACLE_SID variables...

Does anyone have any hint ??

thanks in advance Received on Tue Jul 02 2002 - 12:04:27 CDT

Original text of this message

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