6 Replies Latest reply on Jun 7, 2006 8:12 PM by 392393

    10g Release 2 (10.2) on Suse 10.0 not running

    498658
      I have followed "Oracle® Database Express Edition Installation Guide" instructions...
      http://www.oracle.com/technology/software/products/database/xe/files/install.102/b25144/toc.htm
      Everything ok with setup, but the Data Base is not runnig. I have no errors when I start it, but when a check it's status...

      # /etc/init.d/oracle-xe status

      LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 15-MAR-2006 09:59:23

      Copyright (c) 1991, 2005, Oracle. All rights reserved.

      Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
      TNS-12541: TNS:no listener
      TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
      Linux Error: 111: Connection refused
      Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=linux)(PORT=1521)))
      TNS-12541: TNS:no listener
      TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
      Linux Error: 111: Connection refused

      Any idea?

      Thanks!
        • 1. Re: 10g Release 2 (10.2) on Suse 10.0 not running
          498658
          and trying to start listener via LSNRCTL prompt...

          LSNRCTL> start
          Starting /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: please wait...

          TNSLSNR for Linux: Version 10.2.0.1.0 - Production
          NL-00280: error creating log stream /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
          NL-00278: cannot open log file
          SNL-00016: snlfohd: error opening file
          Linux Error: 13: Permission denied

          Listener failed to start. See the error message(s) above...

          LSNRCTL>
          • 2. Re: 10g Release 2 (10.2) on Suse 10.0 not running
            51034
            If it has to be XE, I can't help.

            But if you just want to know how 10g Release 2 on Suse 10 works, then you might find http://dizwell.com/main/content/view/94/142/ of interest
            • 3. Re: 10g Release 2 (10.2) on Suse 10.0 not running
              411930
              Hello

              I've tried to follow the link you posted http://dizwell.com/main/content/view/94/142/ in order to install oracle 10 on suse 10.

              I've managed to install the software, with some errors when linking libraries of this kind:

              ------------------------------------------------------------------------------------------------------------------------------
              INFO: Salida final del proceso originado.
              INFO: ----------------------------------
              INFO: Excepción devuelta de la acción: make
              Nombre de la Excepción: MakefileException
              Cadena de la Excepción: Error al llamar al destino 'ntcontab.o' del archivo make '/oracle/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk'. Consulte '/home/oracle/oraInventory/logs/installActions2006-04-23_12-20-52PM.log' para obtener más información.
              Gravedad de la Excepción: 1
              INFO: La gestión de la excepción está definida para solicitar al usuario las opciones para Reintentar Ignorar
              Selección del usuario: Ignorar
              INFO: Llamando acción unixActions10.2.0.1.0 make
                   installMakePath = /usr/bin/make
                   installMakeFileName = /oracle/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk
                   installTarget = nnfgt.o
                   installArguments = ORACLE_HOME =/oracle/oracle/product/10.2.0/db_1,
                   undoMakeFileName = null
                   undoTarget = null
                   undoArguments = null
                   logFile = /oracle/oracle/product/10.2.0/db_1/install/make.log
                   progMsg = Linking nnfgt

              INFO: La salida de esta operación de archivo make también está disponible en: '/oracle/oracle/product/10.2.0/db_1/install/make.log'
              ------------------------------------------------------------------------------------------------------------------------------


              But I can't even launch the dbca in order to create a database:

              ------------------------------------------------------------------------------------------------------------------------------
              UnsatisfiedLinkError exception loading native library: njni10
              Exception in thread "main" java.lang.UnsatisfiedLinkError: get
              at oracle.net.common.NetGetEnv.get(Native Method)
              at oracle.net.config.Config.getNetDir(Unknown Source)
              at oracle.net.config.Config.initConfig(Unknown Source)
              at oracle.net.config.Config.<init>(Unknown Source)
              at oracle.sysman.assistants.util.NetworkUtils.<init>(NetworkUtils.java:222)
              at oracle.sysman.assistants.util.step.StepContext.<init>(StepContext.java:255)
              at oracle.sysman.assistants.dbca.backend.Host.<init>(Host.java:682)
              at oracle.sysman.assistants.dbca.ui.UIHost.<init>(UIHost.java:205)
              at oracle.sysman.assistants.dbca.ui.InteractiveHost.<init>(InteractiveHost.java:54)
              at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:160)
              at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:94)
              at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:180)
              ------------------------------------------------------------------------------------------------------------------------------

              Do you know what the problems can be?
              • 4. Re: 10g Release 2 (10.2) on Suse 10.0 not running
                176903
                try start the listener

                with oracle user !
                • 5. Re: 10g Release 2 (10.2) on Suse 10.0 not running
                  394938
                  You might need to open port 1521 in the SuSE Firewall.
                  • 6. Re: 10g Release 2 (10.2) on Suse 10.0 not running
                    392393
                    Make sure the firewall isn't blocking connections, and also you need to install it with SELinux Disabled.

                    You should probably take this to the Oracle-XE forums, if you registered XE and have access.

                    ~Jer