Pular para o conteúdo
Visualizando 3 posts - 1 até 3 (de 3 do total)
  • Autor
    Posts
  • #101292
    gabriebat
    Participante

      Olá ! Estou tentando instalar no Mandriva 2011 64 bits o Oracle Database 11g Express Edition e seguindo o tutorial do próprio site da oracle http://download.oracle.com/docs/cd/E17781_01/install.112/e18802/toc.htm#CIHHJEHF, após baixar e instalar o rpm inclusive com o libaio, ele para no /etc/init.d/oracle-xe configure com a seguinte mensagem:

      Starting Oracle Net Listener…Done
      Configuring database…
      Database Configuration failed. Look into /u01/app/oracle/product/11.2.0/xe/config/log for details

      abaixo o conteúdo dos arquivos log da pasta log acima mencionado:

      postDBCreation.log

      begin
      *
      ERROR at line 1:
      ORA-01034: ORACLE not available
      Process ID: 0
      Session ID: 0 Serial number: 0

      create spfile=’/u01/app/oracle/product/11.2.0/xe/dbs/spfileXE.ora’ FROM pfile=’/u01/app/oracle/product/11.2.0/xe/config/scripts/init.ora’
      *
      ERROR at line 1:
      ORA-01078: failure in processing system parameters
      LRM-00116: syntax error at ‘sessions’ following ‘=’

      ORA-01034: ORACLE not available
      ORA-27101: shared memory realm does not exist
      Linux-x86_64 Error: 2: No such file or directory
      ORA-01078: failure in processing system parameters
      LRM-00109: could not open parameter file ‘/u01/app/oracle/product/11.2.0/xe/dbs/initXE.ora’
      select ‘utl_recomp_begin: ‘ || to_char(sysdate, ‘HH:MI:SS’) from dual
      *
      ERROR at line 1:
      ORA-01034: ORACLE not available
      Process ID: 0
      Session ID: 0 Serial number: 0

      BEGIN utl_recomp.recomp_serial(); END;

      *
      ERROR at line 1:
      ORA-01034: ORACLE not available
      Process ID: 0
      Session ID: 0 Serial number: 0

      select ‘utl_recomp_end: ‘ || to_char(sysdate, ‘HH:MI:SS’) from dual
      *
      ERROR at line 1:
      ORA-01034: ORACLE not available
      Process ID: 0
      Session ID: 0 Serial number: 0

      [b]se eu tentar acessar o sqlplus ele posta a seguinte mensagem:
      [/b]
      Use “connect username/password@XE” to connect to the database.
      SQL> connect system
      Informe a senha:
      ERROR:
      ORA-01034: ORACLE not available
      ORA-27101: shared memory realm does not exist
      Linux-x86_64 Error: 2: No such file or directory
      ID do Processo: 0
      ID da Sessão: 0 Número de série: 0

      No tutorial do site oracle menciona configurar as variáveis mais só depois de configurar o bd. Está correto isso?

      Fico no aguardo!

      #101311
      jurupoc
      Participante

        @gabriebat

        Verifica as permissões no linux.

        Abraços!

        #101313
        rman
        Participante

          @gabriebat

          Pela mensagem o banco não está on line.

          Execute:

          /etc/init.d/oracle-xe start

          Em seguida:

          /etc/init.d/oracle-xe configure

        Visualizando 3 posts - 1 até 3 (de 3 do total)
        • Você deve fazer login para responder a este tópico.