I just installed Oracle Database 11g Express Edition.
In the Run SQL Command Line window I connected to database with username:SYSTEM and password:{password I selected during installation}
SQL>connect SYSTEM/{password}
Then I created a user with password as described in the documentation. After that, I am able to access the database i.e. creating and querying tables and info.
Now, I want opened latest Eclipse EE and opened a Database Development perspective. In the Data Source Explorer, I right clicked and selected New Connection. In the driver definition, I added the jar file ojdbc6.jar which is provided in the oracle installation.
I don't know what to fill in Host, Username, and Password. I tried several combinations, and still getting ping failed. Please help, I am trying it for 3 days now and got so frustrated.