How to connect to a database with Oracle SQL Developer

11,436

Oracle has excellent documentation on creating connections in SQL Developer both within the application help, but also on their technology network website: OTN Getting Started with SQL Developer. This viewlet found on that page nicely walks you through the process Connect to Database.

You will need a username and password, the hostname and port, and a SID.

Share:
11,436
anton2g
Author by

anton2g

Updated on June 04, 2022

Comments

  • anton2g
    anton2g almost 2 years

    I need to connect to a database with Oracle SQL-Developer.

    What I know from the DB is the Instance name and a Database Role.

    How do I connect to the database or what more information do I need?

    • Branko Dimitrijevic
      Branko Dimitrijevic over 12 years
      Do you have username and password?
  • kkica
    kkica over 4 years
    where does one find those username, pasword, hostname, port and sid?