› Fóruns › Banco de dados Oracle › Erro ao relizar o backup hot › Erro ao relizar o backup hot
Bruno,
Da uma olhada nas características deste erro!
ORA-03136: inbound connection timed out
Cause: Inbound connection was timed out by the server because user authentication was not completed within the given time specified by SQLNET.INBOUND_CONNECT_TIMEOUT or its default value
Action: 1) Check SQLNET and RDBMS log for trace of suspicious connections. 2) Configure SQLNET with a proper inbound connect timeout value if necessary.
Qual a versão do teu banco?
Tem Dataguard no ambiente? Se temm, algumas mensagens dessa são até normais, quando a conexão entre a primary BD e o Standby BD (Dataguard) se perdem, essa mensagem é exibida no alert!
Agora se for permanente a mensagem de erro, ai precisa olhar o ambiente com mais calma!
Observação:
What the error is telling you is that a connection attempt was made, but the session authentication was not provided before SQLNET.INBOUND_CONNECT_TIMEOUT seconds.
As far as adverse effects in the long run, you have a user or process that is unable to connect to the database. So someone is unhappy about the database/application.
Before setting SQLNET.INBOUND_CONNECT_TIMEOUT, verify that there is not a firewall or Network Address Translation (NAT) between the client and server. Those are common cause for ORA-3136.
Realmente não deve ter nada a ver com o teu backup!