I'm trying to create a new connection in SQL Developer (following homework's instructions), as requested I have filled in the information, but it keep reporting error message when I tried Test and Status shows this error message:
Status : Failure -Test failed: ORA-01017: invalid username/password; logon denied
I searched and some people said should go to TNSNAMES.ORA file look for names and password, but I don't see my TNSNAMES.ORA file has these information enter image description here enter image description here
Below is what the instruction asks: enter image description here
I have tried to just come up with the name at the beginning and getting the message, and also search names and password in the TNSNAMES.ORA file but find nothing, not sure how I can get the correct username and password here. Please indicate the steps of how to find the correct username and password if you know, and it has to be tested and show status success. Thank you