I have a developer who is able to connect to Oracle database using SQL*Plus from command line.
But the person is not able to connect by using SQL*Developer.
The error is as follows :
"IO Error: The network adapter could not establish the connection"
I have a developer who is able to connect to Oracle database using SQL*Plus from command line.
But the person is not able to connect by using SQL*Developer.
The error is as follows :
"IO Error: The network adapter could not establish the connection"
Here are some of the things I did to resolve the problem.
That resolved the problem.
First in SQL Plus, reset the SYS password by: ALTER USER SYS IDENTIFIED BY oracle ACCOUNT UNLOCK;
In the SQL Developer In the connection box, enter user name as "SYS as SYSDBA" and the password "oracle" from step 1.
This works.