I downloaded and installed Oracle SQL Developer on my computer. I connected to my company's database. However, as I'm still learning SQL queries - I would like to test out the queries that I wrote on a mock database.
My question is how do I create a database?
I searched through the internet and tried the following.
On the New/Select Database Connection Menubox I typed in the following:
Connection Name: HR_ORCL
Username: HR
Password: HR
Connection Type: Basic
Role: default
Hostname: localhost
Port: 1521
SID: ORCL
I then clicked on test and got the following error message: "Status: Failure-Test failed: IO Error: The Network Adapter could not establish the connection".
How do I create a mock database?
Thank you!