Pular para o conteúdo
Visualizando 9 posts - 1 até 9 (de 9 do total)
  • Autor
    Posts
  • #90803
    igorbm
    Participante

      Bom dia amigos, estou precisando da ajuda de vocês. Estou tentando configurar o ARCHIVELOG mode.

      Me loguei como SYSDBA e verifiquei o status de armazenamento que estava configurado através do comando archive log list; e verifiquei que estava no modo sem arquivamento. Depois Executei o comando shutdown immediate; e o mesmo também funcionou. Porém depois quando executei o comando startup mount; o erro apareceu:

      [color=red]SQL> startup mount;
      Instância ORACLE iniciada.
      ORA-12528: Message 12528 not found; product=RDBMS; facility=ORA[/color]

      Eu esperava algo como:
      [color=green]ORACLE instance started.
      Total System Global Area 599785472 bytes
      Fixed Size 1220804 bytes
      Variable Size 180358972 bytes
      Database Buffers 415236096 bytes
      Redo Buffers 2969600 bytes
      Database mounted.[/color]

      Vocês saberiam me ajudar sobre esse erro?

      #90805
      diegolenhardt
      Participante

        No alert.log não mostra nenhuma informação a mais?

        #90806
        igorbm
        Participante

          Desculpe minha ignorância, é que tem pouco tempo que estou mexendo nessa parte de banco meu conhecimento é apenas de SELECT mesmo. Onde posso olhar esse alert.log para nos ajudar?

          #90808
          souza
          Participante

            Supondo que tu esteja utilizando 10g no Windows ou Linux

            Windows
            D:oracleproduct10.2.0adminorainfo2bdump

            Linux

            $ORACLE_HOME/admin

            Dentro destas pastas tem o alert.log

            #90809
            diegolenhardt
            Participante

              No sqlplus faca:

              show parameters dump;

              o alert vai estar dentro do diretório definido em:

              background_dump_dest

              #90812
              Rodrigofs
              Participante

                Boa Tarde,
                Esse erro diz que todas as instâncias estão bloqueando novas conexões.
                parece que quando você deu o “shutdown” o banco de dados foi “desregistrado” no Listener, tente emitir um “startup” para iniciar a intância e registrar o banco no Listener.

                Olhe o status do listener com o comando:
                lsnrctl status
                Ou
                Reinicie o listener:
                lsnrctl stop
                lsnrctl start

                Abraço,
                Rodrigo Santana.

                #90813
                igorbm
                Participante

                  Muito obrigado a todos vocês pelas respostas. No momento não tenho como testar pois estou tendo esse problema no servidor que estou instalando em casa, mas assim que fizer os testes funcionando ou não eu colocarei aqui a resposta.

                  #90829
                  igorbm
                  Participante

                    Amigos resolvi seguir os passos de todos vocês. Então refiz tudo o que tinha falado no primeiro e-mail.
                    1. Me loguei como sys;
                    2. Executei o comando archive log list;
                    3. Executei o comando shutdown immediate;
                    4. Executei o comando startup mount; Nesse momento que o erro ocorreu.
                    SQL> startup mount;
                    Instância ORACLE iniciada.
                    ORA-12528: Message 12528 not found; product=RDBMS; facility=ORA

                    1. Qualquer comando que tento executar após o erro acima me retorna o seguinte erro: ORA-01041: erro interno: a extensão hostdef não existe
                    2. A partir desse ponto vou seguindo todas as dicas:

                    [root@localhost bin]# lsnrctl status

                    LSNRCTL for Linux: Version 10.2.0.1.0 – Production on 16-MAR-2009 10:13:00

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

                    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))

                    STATUS of the LISTENER

                    Alias LISTENER
                    Version TNSLSNR for Linux: Version 10.2.0.1.0 – Production
                    Start Date 16-MAR-2009 09:47:09
                    Uptime 0 days 0 hr. 25 min. 51 sec
                    Trace Level off
                    Security ON: Local OS Authentication
                    SNMP OFF
                    Default Service XE
                    Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
                    Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
                    Listening Endpoints Summary…
                    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
                    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
                    Services Summary…
                    Service “PLSExtProc” has 1 instance(s).
                    Instance “PLSExtProc”, status UNKNOWN, has 1 handler(s) for this service…
                    Service “XE” has 1 instance(s).
                    Instance “XE”, status BLOCKED, has 1 handler(s) for this service…
                    Service “XE_XPT” has 1 instance(s).
                    Instance “XE”, status BLOCKED, has 1 handler(s) for this service…
                    The command completed successfully

                    1. [root@localhost bin]# lsnrctl stop

                    LSNRCTL for Linux: Version 10.2.0.1.0 – Production on 16-MAR-2009 10:39:10

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

                    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
                    The command completed successfully

                    1. [root@localhost bin]# lsnrctl start

                    LSNRCTL for Linux: Version 10.2.0.1.0 – Production on 16-MAR-2009 10:13:54

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

                    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
                    System parameter file is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
                    Log messages written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
                    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
                    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))

                    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))

                    STATUS of the LISTENER

                    Alias LISTENER
                    Version TNSLSNR for Linux: Version 10.2.0.1.0 – Production
                    Start Date 16-MAR-2009 10:13:54
                    Uptime 0 days 0 hr. 0 min. 0 sec
                    Trace Level off
                    Security ON: Local OS Authentication
                    SNMP OFF
                    Default Service XE
                    Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
                    Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
                    Listening Endpoints Summary…
                    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
                    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
                    Services Summary…
                    Service “PLSExtProc” has 1 instance(s).
                    Instance “PLSExtProc”, status UNKNOWN, has 1 handler(s) for this service…
                    The command completed successfully

                    1. Depois de iniciar o Listener novamente é como se não tivesse executado os comandos acima e tudo volta ao normal, porém não consegui fazer o que eu queria que é qtiver o modo de arquivamento.

                    2. Alguém tem mais alguma solução? Desde já agradeço muito pela força até o momento.

                    #90856
                    igorbm
                    Participante

                      Amigos, ainda estou com esse problema. Se alguem tiver mais alguma ideia ou solução por favor me ajudem, já nãosei mais o que fazer.

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