Are there any differences between a user in SQL Server and one in Oracle? If so, what are they?
In Oracle
, the users and the schema are one thing. You can create two different tables with the same name, belonging to different users.
In SQL Server
, schema and user are separate things. The users are only used to log in and define permissions.
See this question for more information: What is the difference between an Oracle and Microsoft schema?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With