I installed Oracle Database 12c on my Windows 10. I was able to connect to database using SQL*Plus. I created a user named USER1 in SQL*Plus and granted full access. I tried to connect to the database using SQL Developer but got an error that says, "Status : Failure -Test failed: IO Error: The Network Adapter could not establish the connection". How can I fix it?
None of similar old posts were helpful, so posting this question here.
More info:-
I named my database as kitab. I made sure that all oracle services are running:-

This is what it shows when I check the status of listener:-

This is the information from listener.ora:-

I changed SID to CLRExtProc and it gives me same error:-

What else can I do to troubleshoot it?
