Como resolver a mensagem 'Status: Falha -Teste falhou: Erro IO: O Adaptador de Rede não conseguiu estabelecer a conexão' do Oracle 12
Aqui estão os seis passos que você pode tentar se conectar à sua base de dados a partir do desenvolvedor sql.
<
- Configure as variáveis ORACLE_HOME, ORACLE_SID, PATH >li>li>Try connecting to the database :
>
- >>li>Navigate to ORACLE_HOME/bin>li>type the command - "sqlplus / as sysdba " to get into sqlplus>li> Se diz CONNECTED TO AN IDLE INSTANCE, digite o comando STARTUP; para iniciar a base de dados.
> - Se diz CONECTED TO so & so INSTANCE, então a base de dados está em funcionamento.
- >li>Cheque se a base de dados está ouvindo.
>
- Navigate to ORACLE_HOME/bin
>>/li> - digite o comando - "./lsnrctl status" e isto lhe dará a descrição de Listening Endpoint.
- Se digitar o comando acima diz algo como "database is't listening". You can give the command "./lsnrctl start" - this would start the listener.
- Navigate to ORACLE_HOME/bin
- Check the endpoint description shown in the result of "./lsnrctl status"
command and connect to the database by specifying the right SID, port number etc. - If you aren't sure of the username and password,
- Get into sqlplus as sysdba (as mentioned in step 2)
- Run the query - "select * from all_users;"
- Confirm that the username you are trying to login with is present in the result of the above query.
- Set a new password for the user with the command - "ALTER USER user_name IDENTIFIED BY new_password;"
- Now connect to the database via sql developer with right credentials and Enjoy!!
PS: I haven't used Oracle 12, but I am very familiar with Oracle 11g. Assuming that there is no much difference in the way how we connect to the database, I have written this answer.
Artigos semelhantes
- O que devo fazer para resolver o erro de instalação do Oracle 'SID já existe'?
- Como resolver o problema de 'erro de conexão ou código mmi inválido'
- O que significa quando envio uma mensagem de texto a alguém e recebo uma mensagem a dizer bloqueio de mensagem activa?
- O que teria menos atraso de entrada, um adaptador USB 3.1 ou um adaptador USB-C para USB 3 ligado a uma porta Thunderbolt 3?
- Por que a velocidade de download do meu adaptador Wi-Fi USB é muito mais lenta do que a velocidade do adaptador Atheros da Qualcomm incorporado?