I am a new user in Oracle. In Oracle SQL Developer, whenever I want to create a new connection and fill the “New Database Connection” form, it gives me this error: –
ORA-12560: TNS:protocol adapter error
Please Help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To add more to my comment on the question…
Ensure your database is open (has been started up).
database_name>)Also, ensure the database you are trying to connect to has an entry in the
tnsnames.orafile your SQL Developer is using (depending upon your setup you may have atnsnames.orafor both your oracle client and database software if they are on the same physical hardware like your PC or laptop).