I have installed Oracle Database 11g Express Edition on my pc (windows 7)
and I have installed Oracle SQL Developer as well.
I want to create a simple database to start with, maybe with one table or two and then use Oracle SQL Developer to insert data and query it.
When I open Oracle SQL Developer, it asks me to create a new connection, therefore it assumes that a database has already been created.
So my question is, how do I create an initial database in Oracle 11g?
This link: Creating the Sample Database in Oracle 11g Release 2 is a good example of creating a sample database.
This link: Newbie Guide to Oracle 11g Database Common Problems should help you if you come across some common problems creating your database.
Best of luck!
EDIT: As you are using XE, you should have a DB already created, to connect using SQL*Plus and SQL Developer etc. the info is here: Connecting to Oracle Database Express Edition and Exploring It.
Extract: