1

I will try to explain the current situation in the best possible way.

Well, I got a VM with SQL Developer already installed but could not run properly. After some reasearch, I solve the problem related with environment variables.

Currently, I need to create a database connection but unsuccessfully. I do not know what are the credentials that I have to use it. I can log in on sqlplus as sysdba.

I already did the select * from all_users but I am still stuck on this. Is there anyway to discover the right credentials to create the connection?

Thanks anyway.

2
  • What version of Oracle? You need to create a user/schema to use. What do you want to achieve? Commented Jun 30, 2016 at 12:19
  • Please show how you called sqlplus and how you tried to connect with SQL Developer. Commented Sep 23, 2019 at 4:18

1 Answer 1

0

I was putting the wrong service name. You can check yours on tnsnames.ora.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.