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 -> i have a problem with my 8i on linux

i have a problem with my 8i on linux

From: <george72_at_my-deja.com>
Date: Thu, 18 Nov 1999 14:14:29 GMT
Message-ID: <8111k0$ofh$1@nnrp1.deja.com>


i could`n connect to oracle8i with this command :

$sess_sh -u scott -p tiger -s sess_iiop://localhost:2481:orc2

and i don`t understand whera a mess the configuration. I tried both, first

listener with parameter      ...     PRESENTATION=GIOP	     and in
initorc2.ora	 ...	

mts_dispatchers="(protocol=tcp)(presentation=oracle.aurora.server.SGiopServer )" but i can`t register the instance within listener`s services. Last i tried last config but and this don` t work.

multi home oracle 8, 8i on Linux 2.2.13 with jdk 117_v3

my last 8i listener config :

LISTENER_ELF815=
  (DESCRIPTION_LIST =
    (DESCRIPTION =
(ADDRESS_LIST =

        (ADDRESS = (PROTOCOL = TCP)(HOST = elf)(PORT = 1527))
        (ADDRESS = (PROTOCOL = TCP)(HOST = elf)(PORT = 1529))
      )

    )
  )

SID_LIST_LISTENER_ELF815 =
  (SID_LIST =
    (SID_DESC =

     (ORACLE_HOME = /home/ora/u01/app/oracle/product/8.1.5)

(GLOBAL_DBNAME = orc2.elf)
(SID_NAME = orc2)

    )
  )

TRACE_LEVEL_LISTENER_ELF815 = OFF
SAVE_CONFIG_ON_STOP_LISTENER_ELF815= TRUE my last 8i initorc2.ora:

...

mts_listener_address="(address=(protocol=tcp)(host=elf)(port=1529))" mts_dispatchers="(address=(protocol=tcp)(host=elf)(port=2481))(presentation=o racle.aurora.server.SGiopServer)" mts_max_dispatchers = 5 mts_servers = 1 mts_max_servers = 20

compatible = "8.1.0"

CLASSPATH=$ORACLE_HOME/lib/aurora_client.jar:\

		  $ORACLE_HOME/lib/vbjapp.jar:\
		  $ORACLE_HOME/lib/vbjorb.jar:\
		  $ORACLE_HOME/lib/vbj30ssl.jar:\
		  $ORACLE_HOME/javavm/lib/aurora.zip:\
		  $ORACLE_HOME/jdbc/lib/classes111.zip:\
		  /usr/local/java/lib/classes.zip


Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Nov 18 1999 - 08:14:29 CST

Original text of this message

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