Come risolvere il messaggio 'Status: Failure -Test fallito: Errore IO: The Network Adapter could not establish the connection' da Oracle 12
Ecco i sei passi che puoi provare a connetterti al tuo database da sql developer.
- Impostare le variabili ORACLE_HOME, ORACLE_SID, PATH
- Provare a connettersi al database :
- Navigare verso ORACLE_HOME/bin
- digitare il comando - "sqlplus / as sysdba " per entrare in sqlplus
- Se dice CONNESSO A UNA INSTANZA IDLE, digitare il comando STARTUP; per avviare il database.
- Se dice CONNECTED TO so & so INSTANCE, allora il database è attivo e funzionante.
- Controlla se il database è in ascolto.
- Naviga in ORACLE_HOME/bin
- digita il comando - "./lsnrctl status" e questo ti darà la descrizione dell'Endpoint in ascolto.
- Se digitando il comando sopra dice qualcosa come "il database non è in ascolto". You can give the command "./lsnrctl start" - this would start the listener.
- Naviga in 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.
Articoli simili
- Cosa devo fare per risolvere l'errore di installazione di Oracle 'SID già esistente'?
- Come risolvere è l'errore 'Code language not supported or defined'
- Come risolvere il messaggio di errore Android.process.acore
- Cos'è Remote Desktop Connection e come si usa in Windows 10?
- Quali problemi affronteranno i fan della WWE con il WWE Network per gli eventi dal vivo quando il WWE Network passerà a Peacock?