Hi!
I'm just starting to learn about databases, oracle in general. I messed around in the Oracle SQL Developer and a very very basic question arose in my mind :)
In Oracle SQL Developer, you have to establish a connection (make a user) to connect to the database. The user then can hold tables, functions etc. Then, i can make more connections (users) to hold some other tables, functions etc.
So, here's my question: is the term 'user' the same as 'database'? Is each established connection (a user) a different database? Therefore, when it is said: "create a database connection", it means the same as "create a database"?
Thank you very much!