Pular para o conteúdo
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #106821
    Avatar de Marcio68AlmeidaMarcio68Almeida
    Participant

      Olá a todos…

      Depois de um loooongo e tenebroso inverno, eis-me de volta, com uma pergunta que está me incomodando…
      Eu criei, em um servidor de produção RBORACLE (xx.xx.xx.29) um banco de dados chamado FINPAC, este (graças a Deus) está funcionando corretamente.
      Em um segundo servidor RBORACLE2 (xx.xx.xx.30), eu criei uma cópia deste banco para que fossem feitos testes em outro aplicativo que se integra com o FINPAC.

      Neste segundo servidor, tenho o seguinte LISTENER :

      LISTENER =
      (ADDRESS_LIST=
      (ADDRESS=(PROTOCOL=tcp)(HOST=xx.xx.xx.30)(PORT=1521))
      (ADDRESS=(PROTOCOL=tcp)(HOST=xx.xx.xx.30)(PORT=1523))
      (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))

      O meu TNSNAMES :

      FINPAC = (DESCRIPTION_LIST = # Optional depending on whether u have
      (DESCRIPTION=
      (ADDRESS_LIST= # Optional depending on whether u have
      (ADDRESS=
      (PROTOCOL=tcp)
      (HOST=xx.xx.xx.30)
      (PORT=1521)
      )
      ) # Optional depending on whether ADDRESS_LIST is used or not
      (CONNECT_DATA=
      (SID=finpac)
      (GLOBAL_NAME=finpac)
      )
      )
      )

      Executando o lsnrctl status, tenho obtido a seguinte informação :

      [oracle@rboracle2 admin]$ lsnrctl status

      LSNRCTL for Linux: Version 11.2.0.1.0 – Production on 06-AUG-2014 17:43:04

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

      Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
      STATUS of the LISTENER
      ————————
      Alias LISTENER
      Version TNSLSNR for Linux: Version 11.2.0.1.0 – Production
      Start Date 06-AUG-2014 17:39:41
      Uptime 0 days 0 hr. 3 min. 23 sec
      Trace Level off
      Security ON: Local OS Authentication
      SNMP OFF
      Listener Parameter File /oracle/app/oracle/product/11.2.0/orcl/network/admin/listener.ora
      Listener Log File /oracle/app/oracle/diag/tnslsnr/rboracle2/listener/alert/log.xml
      Listening Endpoints Summary…
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=rboracle2.regalibrasil.loc)(PORT=1521)))
      Services Summary…
      Service “finpac.rboracle.xxxx.xxx” has 1 instance(s).
      Instance “finpac”, status READY, has 1 handler(s) for this service…
      Service “frbprod.rboracle2.xxxx.xxx” has 1 instance(s).
      Instance “frbprod”, status READY, has 1 handler(s) for this service…
      The command completed successfully

      Não consigo entender por que ele encontra o banco FRBPROD no servidor correto e o FINPAC ele fica apontando para o servidor errado…

      O que eu deixei de fazer ???

      #106825
      Avatar de Fábio PradoFábio Prado
      Participant

        Marcio,

        No FINPAC execute os comandos abaixo e poste aqui o resultado para nós, ok?


        show parameter listener
        show parameter domain
        show parameter name

        []s

        #106827
        Avatar de Marcio68AlmeidaMarcio68Almeida
        Participant

          Realmente, fiquei abismado…
          Se eu criei o banco do zero e importei os dados, não era para estar com estas configurações.

          SQL> show parameter listener

          SQL> show parameter domain

          NAME TYPE VALUE
          ———————————— ———– ——————————
          db_domain string rboracle.xxxx.xxx

          SQL> show parameter name

          NAME TYPE VALUE
          ———————————— ———– ——————————
          db_file_name_convert string
          db_name string finpac
          db_unique_name string finpac
          global_names boolean FALSE
          instance_name string finpac
          lock_name_space string
          log_file_name_convert string
          service_names string finpac.rboracle.xxxx.xxx

          #106828
          Avatar de Marcio68AlmeidaMarcio68Almeida
          Participant

            [quote=”Marcio68Almeida” post=32238]Realmente, fiquei abismado…
            Se eu criei o banco do zero e importei os dados, não era para estar com estas configurações.
            [/quote]

            A solução para os meus problemas :
            http://linda-smith.blogspot.com.br/2012/06/how-to-change-domain-name-on-oracle.html

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.
          plugins premium WordPress